fix(seo): unique meta descriptions for product pages

Multiple product pages had identical generic meta descriptions:
'OneUptime monitors websites, APIs, and servers...'

This hurt CTR because Google showed the same text for different pages.

Updated with unique, keyword-rich descriptions:
- /product/status-page: Focus on free, unlimited subscribers, Statuspage alternative
- /product/monitoring: Focus on global locations, alerts, Datadog alternative
- /product/incident-management: Focus on features, integrations
- /product/on-call: Focus on rotations, escalations, PagerDuty alternative
- /about: Focus on open source, GitHub stars, mission

Expected impact: Improved CTR from search results
This commit is contained in:
Jamie Mallers
2026-02-07 16:53:21 +00:00
parent 7f2192206f
commit 1bf4c52518
5 changed files with 7 additions and 7 deletions

View File

@@ -5,11 +5,11 @@
<head>
<title>About OneUptime | Open Source Observability Platform</title>
<meta name="description" content="Learn about OneUptime's mission to democratize observability. We're building an open-source platform that helps teams monitor, debug, and resolve issues faster.">
<meta name="description" content="OneUptime is the open source observability platform replacing Datadog, PagerDuty, and Statuspage. Apache 2.0 licensed. Built by developers, for developers. Join 6,000+ GitHub stars.">
<!-- Open Graph -->
<meta property="og:title" content="About OneUptime | Open Source Observability Platform">
<meta property="og:description" content="Learn about OneUptime's mission to democratize observability. We're building an open-source platform that helps teams monitor, debug, and resolve issues faster.">
<meta property="og:description" content="OneUptime is the open source observability platform replacing Datadog, PagerDuty, and Statuspage. Apache 2.0 licensed. Built by developers, for developers.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://oneuptime.com/about">
<meta property="og:image" content="https://oneuptime.com/img/og-image.png">

View File

@@ -6,7 +6,7 @@
<head>
<title>OneUptime | Incident Management and Response. </title>
<meta name="description"
content="OneUptime monitors websites, APIs, and servers and alerts your team if something goes wrong. It also keeps your customers updated about any downtime.">
content="Streamline incident response with timelines, collaboration, and postmortems. Integrates with Slack, Teams, and PagerDuty. Open source incident management platform.">
<%- include('head', {
enableGoogleTagManager: typeof enableGoogleTagManager !== 'undefined' ? enableGoogleTagManager : false
}) -%>

View File

@@ -6,7 +6,7 @@
<head>
<title>OneUptime | Monitor any resource in real-time. </title>
<meta name="description"
content="OneUptime monitors websites, APIs, and servers and alerts your team if something goes wrong. It also keeps your customers updated about any downtime.">
content="Monitor websites, APIs, servers, and containers from 7+ global locations. Get alerts via SMS, email, Slack, and phone. Free tier available. Open source Datadog alternative.">
<%- include('head', {
enableGoogleTagManager: typeof enableGoogleTagManager !== 'undefined' ? enableGoogleTagManager : false
}) -%>

View File

@@ -6,7 +6,7 @@
<head>
<title>OneUptime | On-Call Policies and Alerts. </title>
<meta name="description"
content="OneUptime monitors websites, APIs, and servers and alerts your team if something goes wrong. It also keeps your customers updated about any downtime.">
content="On-call scheduling with rotations, escalations, and multi-channel alerts (SMS, phone, Slack, Teams). Free tier includes unlimited schedules. Open source PagerDuty alternative.">
<%- include('head', {
enableGoogleTagManager: typeof enableGoogleTagManager !== 'undefined' ? enableGoogleTagManager : false
}) -%>

View File

@@ -4,9 +4,9 @@
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<head>
<title>OneUptime | Unlimited Public or Private Status Page. </title>
<title>Free Status Page | Public & Private | Unlimited Subscribers | OneUptime</title>
<meta name="description"
content="OneUptime monitors websites, APIs, and servers and alerts your team if something goes wrong. It also keeps your customers updated about any downtime.">
content="Create beautiful public or private status pages for free. Unlimited subscribers, custom domains, automatic updates from monitoring. Open source alternative to Atlassian Statuspage.">
<%- include('head', {
enableGoogleTagManager: typeof enableGoogleTagManager !== 'undefined' ? enableGoogleTagManager : false
}) -%>