diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-07 10:22:55 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-07 10:22:55 +0300 |
| commit | a67d481569c247c03f43b22bfb2d338e3acc3b09 (patch) | |
| tree | 9d6adcdb0a292c6a5467b667c02336b8d6b491e6 /docs | |
| parent | eb3945a6b23773a3c4e0ad1f38a672ef919d41e7 (diff) | |
| parent | fde7bddeb1a9a499fe3797e55b02a4a8c14b1fc0 (diff) | |
| download | vyos-documentation-a67d481569c247c03f43b22bfb2d338e3acc3b09.tar.gz vyos-documentation-a67d481569c247c03f43b22bfb2d338e3acc3b09.zip | |
Merge pull request #1904 from vyos/feat/docs-robots-ai-crawlers-sagitta
docs(robots): allow AI crawlers + correct sitemap URL (sagitta)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/_html_extra/robots.txt | 37 |
1 files changed, 33 insertions, 4 deletions
diff --git a/docs/_html_extra/robots.txt b/docs/_html_extra/robots.txt index e5c4db82..8c2fb298 100644 --- a/docs/_html_extra/robots.txt +++ b/docs/_html_extra/robots.txt @@ -1,7 +1,36 @@ -User-agent: atlassian-bot +User-agent: * Allow: / -User-agent: * -Disallow: # Allow everything +# AI Training Crawlers +User-agent: GPTBot +Allow: / + +User-agent: ClaudeBot +Allow: / + +User-agent: Google-Extended +Allow: / + +User-agent: CCBot +Allow: / + +User-agent: PerplexityBot +Allow: / + +# AI Search/Retrieval +User-agent: ChatGPT-User +Allow: / + +User-agent: Claude-SearchBot +Allow: / + +User-agent: Claude-User +Allow: / + +User-agent: OAI-SearchBot +Allow: / + +User-agent: Perplexity-User +Allow: / -Sitemap: https://docs.vyos.io/sitemap.xml +Sitemap: https://docs.vyos.io/en/1.4/sitemap.xml |
