Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions packages/webapp/public/robots.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,17 +58,17 @@ Allow: /
# All other crawlers
User-agent: *
Allow: /
Allow: /api/sitemaps/
Disallow: /join
Disallow: /error
Disallow: /callback
Disallow: /helloworld
Disallow: /helloworld/
Disallow: /welcome
Disallow: /api/
Disallow: /api/r/

# Sitemap index
# Sitemap indexes
Sitemap: https://app.daily.dev/sitemap.xml
Sitemap: https://app.daily.dev/api/sitemaps/index.xml

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