Skip to content

Commit 1652e90

Browse files
committed
Add /sitemap.xml (sitemapindex -> wiki) and reference from robots.txt
1 parent 9530d6f commit 1652e90

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

robots.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ Allow: /
5252
User-agent: Meta-ExternalAgent
5353
Allow: /
5454

55-
# Site map
55+
# Site maps
56+
Sitemap: https://edtechdev.github.io/sitemap.xml
5657
Sitemap: https://edtechdev.github.io/aied/sitemap-index.xml
5758

5859
# Signals that the site permits AI training, search, and AI input (agent-ready)

sitemap.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
3+
<sitemap>
4+
<loc>https://edtechdev.github.io/aied/sitemap-index.xml</loc>
5+
</sitemap>
6+
</sitemapindex>

0 commit comments

Comments
 (0)