Skip to content

Commit 10ff975

Browse files
authored
fix: unblock sitemap fetching in robots.txt (#5848)
1 parent 8293dd7 commit 10ff975

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packages/webapp/public/robots.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,17 +58,17 @@ Allow: /
5858
# All other crawlers
5959
User-agent: *
6060
Allow: /
61-
Allow: /api/sitemaps/
6261
Disallow: /join
6362
Disallow: /error
6463
Disallow: /callback
6564
Disallow: /helloworld
6665
Disallow: /helloworld/
6766
Disallow: /welcome
68-
Disallow: /api/
67+
Disallow: /api/r/
6968

70-
# Sitemap index
69+
# Sitemap indexes
7170
Sitemap: https://app.daily.dev/sitemap.xml
71+
Sitemap: https://app.daily.dev/api/sitemaps/index.xml
7272

7373
# LLM-friendly documentation
7474
# https://app.daily.dev/llms.txt

0 commit comments

Comments
 (0)