Initial commit of akmon project
This commit is contained in:
39
doc_seo/templates/robots.txt
Normal file
39
doc_seo/templates/robots.txt
Normal file
@@ -0,0 +1,39 @@
|
||||
# robots.txt (template)
|
||||
# Adjust Allow/Disallow and Crawl-delay per your policy.
|
||||
|
||||
User-agent: *
|
||||
Allow: /
|
||||
# Disallow sensitive or duplicate areas
|
||||
Disallow: /admin/
|
||||
Disallow: /api/
|
||||
Disallow: /cart/
|
||||
|
||||
# Sitemaps
|
||||
Sitemap: https://example.com/sitemap_index.xml
|
||||
|
||||
# Optional crawl pacing (not all bots honor this)
|
||||
# Crawl-delay: 2
|
||||
|
||||
# AI/LLM bots (adjust per policy)
|
||||
User-agent: GPTBot
|
||||
Allow: /
|
||||
|
||||
User-agent: CCBot
|
||||
Allow: /
|
||||
|
||||
User-agent: ClaudeBot
|
||||
Allow: /
|
||||
|
||||
User-agent: PerplexityBot
|
||||
Allow: /
|
||||
|
||||
User-agent: Google-Extended
|
||||
Allow: /
|
||||
|
||||
User-agent: Applebot
|
||||
Allow: /
|
||||
|
||||
User-agent: Bytespider
|
||||
Allow: /
|
||||
|
||||
# If you want to restrict some bots, switch Allow to Disallow or remove their block.
|
||||
Reference in New Issue
Block a user