feat: add favicon, OG images, social cards, and analytics
- Add favicon.png (orange B logo) - Add og-image.png (1200x630 social card) - Add og:image and twitter:image meta tags to all pages - Add Plausible analytics script (privacy-friendly) - Update Dockerfile to copy static assets Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
<title>Batida — Manage Incidents. Keep Your Cool.</title>
|
||||
<meta name="description" content="Intelligent alternative to PagerDuty. Incident management platform for DevOps teams that need to respond fast, coordinate without chaos, and learn from every problem.">
|
||||
<link rel="canonical" href="https://batida.io/">
|
||||
<link rel="icon" type="image/png" href="/favicon.png">
|
||||
|
||||
<!-- Open Graph -->
|
||||
<meta property="og:type" content="website">
|
||||
@@ -15,11 +16,15 @@
|
||||
<meta property="og:title" content="Batida — Manage Incidents. Keep Your Cool.">
|
||||
<meta property="og:description" content="Intelligent alternative to PagerDuty. Incident management platform for DevOps teams. Start free.">
|
||||
<meta property="og:site_name" content="Batida">
|
||||
<meta property="og:image" content="https://batida.io/og-image.png">
|
||||
<meta property="og:image:width" content="1200">
|
||||
<meta property="og:image:height" content="630">
|
||||
|
||||
<!-- Twitter Card -->
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:title" content="Batida — Manage Incidents. Keep Your Cool.">
|
||||
<meta name="twitter:description" content="Intelligent alternative to PagerDuty. Incident management platform for DevOps teams.">
|
||||
<meta name="twitter:image" content="https://batida.io/og-image.png">
|
||||
|
||||
<!-- Sitemap -->
|
||||
<link rel="sitemap" type="application/xml" href="/sitemap.xml">
|
||||
@@ -489,6 +494,9 @@
|
||||
font-size: clamp(1.5rem, 4vw, 3rem);
|
||||
}
|
||||
</style>
|
||||
<!-- Analytics: Plausible (privacy-friendly, GDPR compliant) -->
|
||||
<script defer data-domain="batida.io" src="https://plausible.io/js/script.js"></script>
|
||||
|
||||
</head>
|
||||
<body class="antialiased">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user