Initial commit of akmon project
This commit is contained in:
18
doc_seo/templates/ai.txt
Normal file
18
doc_seo/templates/ai.txt
Normal file
@@ -0,0 +1,18 @@
|
||||
# ai.txt (informal, emerging convention)
|
||||
# Place at https://example.com/ai.txt
|
||||
# Declare your AI crawling/usage policies.
|
||||
|
||||
Contact: ai-policy@example.com
|
||||
|
||||
# Allowed use cases
|
||||
Allow: index, summarize, link-preview
|
||||
|
||||
# Disallowed use cases
|
||||
Disallow: model-training, derivative-commercialization
|
||||
|
||||
# Preferred attribution
|
||||
Attribution: link-required
|
||||
|
||||
# Rate and caching guidance (non-binding)
|
||||
Rate-Limit: 1 rps
|
||||
Cache-TTL: 6h
|
||||
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