mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-21 00:47:18 +08:00
chore: improve seo
This commit is contained in:
parent
f5f4fdfba4
commit
8ca1fe591f
2 changed files with 2 additions and 6 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue