mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-21 00:47:18 +08:00
GitHub Pages is a static host and does not support server-side redirects. Astro redirects config only works for SSR targets, so legacyHtmlRedirects had no effect. Replace with real .html.astro pages using meta http-equiv=refresh and link rel=canonical. Also disallow legacy URLs in robots.txt.
32 lines
754 B
Text
32 lines
754 B
Text
User-agent: *
|
|
Allow: /
|
|
Disallow: /awesome-prometheus-alerts/rules.html
|
|
Disallow: /awesome-prometheus-alerts/alertmanager.html
|
|
Disallow: /awesome-prometheus-alerts/blackbox-exporter.html
|
|
Disallow: /awesome-prometheus-alerts/sleep-peacefully.html
|
|
|
|
# AI search bots — explicitly allowed for citation
|
|
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: /
|
|
|
|
User-agent: Bingbot
|
|
Allow: /
|
|
|
|
Sitemap: https://samber.github.io/awesome-prometheus-alerts/sitemap-index.xml
|
|
LLMs: https://samber.github.io/awesome-prometheus-alerts/llms.txt
|
|
LLMs-full: https://samber.github.io/awesome-prometheus-alerts/llms-full.txt
|