summaryrefslogtreecommitdiff
path: root/docs/_html_extra
AgeCommit message (Collapse)Author
2026-05-07docs(robots): allow AI crawlers + correct sitemap URL on sagittaYuriy Andamasov
Two changes (was buried inside the now-closed [#1870](https://github.com/vyos/vyos-documentation/pull/1870), the rest of which became redundant after [#1876](https://github.com/vyos/vyos-documentation/pull/1876) replaced `_html_extra/llms.txt` with a build-time render): 1. Allow rules for the AI training/retrieval crawlers we want to index the docs (GPTBot, ClaudeBot, Google-Extended, CCBot, PerplexityBot, ChatGPT-User, Claude-SearchBot, Claude-User, OAI-SearchBot, Perplexity-User). These are the same rules already present on `current` and `circinus`, just backported to sagitta. 2. Fix the `Sitemap:` URL. Previously `https://docs.vyos.io/sitemap.xml`, which doesn't exist on RTD's per-version layout. The actual sitemap is at `/en/1.4/sitemap.xml` (matching `html_baseurl` and `sphinx-sitemap`'s output, both already configured by [#1876](https://github.com/vyos/vyos-documentation/pull/1876)). The `atlassian-bot` Allow that was previously here is dropped to match the same form as `current` and `circinus` — `User-agent: *` covers all well-behaved crawlers including atlassian-bot. \xf0\x9f\xa4\x96 Generated by [robots](https://vyos.io)
2025-02-19change 'disallow' to 'allow: /' for atlassian-bot in robots.txtRobert Göhler
2025-02-19changed bots orderYevhen Bondarenko
2025-02-18add sitemap to robots.txtrebortg
2025-02-18add atlassian-bot to robots.txtrebortg
2025-02-17remove robots.txtRobert Göhler
2025-02-17Disallow atlassian-bot in robots.txtrebortg