1
0
mirror of https://gitlab.com/MisterBiggs/Resume.git synced 2025-08-02 19:41:41 +00:00

Compare commits

...

2 Commits

Author SHA1 Message Date
7cbeb78d74 forgot the robots.txt 2025-08-01 16:27:58 -06:00
373c0ddbb6 organize all of my domains with a sitemap 2025-08-01 16:26:48 -06:00
2 changed files with 19 additions and 0 deletions

4
robots.txt Normal file
View File

@@ -0,0 +1,4 @@
User-agent: *
Allow: /
Sitemap: https://ansonbiggs.com/sitemap.xml

15
sitemap.xml Normal file
View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<sitemap>
<loc>https://git.ansonbiggs.com/sitemap.xml</loc>
</sitemap>
<sitemap>
<loc>https://brain.ansonbiggs.com/sitemap.xml</loc>
</sitemap>
<sitemap>
<loc>https://notes.ansonbiggs.com/sitemap.xml</loc>
</sitemap>
<sitemap>
<loc>https://projects.ansonbiggs.com/sitemap.xml</loc>
</sitemap>
</sitemapindex>