From 8ca1fe591f5f24e9d4762a20eb11aecf0bd9d82e Mon Sep 17 00:00:00 2001 From: Samuel Berthe Date: Sun, 26 Apr 2026 16:52:07 +0200 Subject: [PATCH] chore: improve seo --- site/public/robots.txt | 4 ---- site/src/pages/rules/[group]/[service].astro | 4 ++-- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/site/public/robots.txt b/site/public/robots.txt index 411b4f3..eff0940 100644 --- a/site/public/robots.txt +++ b/site/public/robots.txt @@ -1,9 +1,5 @@ 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 diff --git a/site/src/pages/rules/[group]/[service].astro b/site/src/pages/rules/[group]/[service].astro index 9ecdb9c..1fdca88 100644 --- a/site/src/pages/rules/[group]/[service].astro +++ b/site/src/pages/rules/[group]/[service].astro @@ -104,8 +104,6 @@ const jsonLd = {
- -

{service.name} Prometheus Alert Rules

@@ -116,6 +114,8 @@ const jsonLd = {

+ + {service.exporters.map((exporter, expIdx) => (