34 lines
472 B
Plaintext
34 lines
472 B
Plaintext
# robots.txt for OpenShorts
|
|
# Allow all search engines and AI bots to crawl the site
|
|
|
|
User-agent: *
|
|
Allow: /
|
|
|
|
# Explicitly allow AI search engine bots
|
|
User-agent: Googlebot
|
|
Allow: /
|
|
|
|
User-agent: Bingbot
|
|
Allow: /
|
|
|
|
User-agent: GPTBot
|
|
Allow: /
|
|
|
|
User-agent: ChatGPT-User
|
|
Allow: /
|
|
|
|
User-agent: PerplexityBot
|
|
Allow: /
|
|
|
|
User-agent: ClaudeBot
|
|
Allow: /
|
|
|
|
User-agent: anthropic-ai
|
|
Allow: /
|
|
|
|
User-agent: Google-Extended
|
|
Allow: /
|
|
|
|
# Sitemap
|
|
Sitemap: https://openshorts.app/sitemap.xml
|