chore: improve seo

This commit is contained in:
Samuel Berthe 2026-04-26 16:52:07 +02:00
parent f5f4fdfba4
commit 8ca1fe591f
No known key found for this signature in database
GPG key ID: 64863511FFBD0E3C
2 changed files with 2 additions and 6 deletions

View file

@ -1,9 +1,5 @@
User-agent: * User-agent: *
Allow: / 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 # AI search bots — explicitly allowed for citation
User-agent: GPTBot User-agent: GPTBot

View file

@ -104,8 +104,6 @@ const jsonLd = {
<!-- Main content --> <!-- Main content -->
<div class="flex-1 min-w-0"> <div class="flex-1 min-w-0">
<CautionBanner />
<!-- Page header --> <!-- Page header -->
<div class="mb-6 pb-6 border-b border-slate-200 dark:border-slate-800"> <div class="mb-6 pb-6 border-b border-slate-200 dark:border-slate-800">
<h1 class="text-2xl font-bold text-slate-900 dark:text-white mb-2">{service.name} Prometheus Alert Rules</h1> <h1 class="text-2xl font-bold text-slate-900 dark:text-white mb-2">{service.name} Prometheus Alert Rules</h1>
@ -116,6 +114,8 @@ const jsonLd = {
</p> </p>
</div> </div>
<CautionBanner />
<!-- Exporters --> <!-- Exporters -->
{service.exporters.map((exporter, expIdx) => ( {service.exporters.map((exporter, expIdx) => (
<ExporterSection <ExporterSection