SEO: Optimize homepage for uptime monitoring keywords

- Update title tag: 'Open Source Uptime Monitoring & Observability Platform | OneUptime'
- Update H1: 'Open Source Uptime Monitoring & Observability Platform'
- Update meta description with target keywords
- Sync PageSEO.ts with homepage changes

Target keywords optimized for:
- uptime monitoring
- open source monitoring platform
- observability platform

Note: Pingdom and Better Uptime comparison pages already exist at:
- /compare/pingdom
- /compare/better-uptime
This commit is contained in:
Jamie Mallers
2026-02-09 14:43:45 +00:00
parent ce731cb489
commit 1784ed439e
3 changed files with 5 additions and 5 deletions

View File

@@ -65,9 +65,9 @@ export const createDefaultSEO: (
export const PageSEOConfig: Record<string, PageSEOData> = {
// Homepage
"/": {
title: "OneUptime | Complete Monitoring & Observability Platform",
title: "Open Source Uptime Monitoring & Observability Platform | OneUptime",
description:
"OneUptime is an open-source complete observability platform. Monitor websites, APIs, and servers. Get alerts, manage incidents, and keep customers informed with status pages. Free tier available.",
"Open source uptime monitoring platform with infrastructure monitoring, incident management, status pages, and APM. Self-hostable observability platform trusted by thousands of teams. Free tier available.",
canonicalPath: "/",
ogType: "website",
twitterCard: "summary_large_image",

View File

@@ -134,7 +134,7 @@
<!-- Main headline -->
<h1 class="text-4xl font-medium tracking-tight text-gray-900 sm:text-5xl lg:text-[3.5rem] lg:leading-[1.15]">
The Open-Source <br class="hidden sm:block" />Observability Platform
Open Source Uptime Monitoring <br class="hidden sm:block" />& Observability Platform
</h1>
<!-- Subheadline -->

View File

@@ -4,9 +4,9 @@
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<head>
<title>OneUptime | The Open-Source Observability Platform</title>
<title>Open Source Uptime Monitoring & Observability Platform | OneUptime</title>
<meta name="description"
content="The open-source observability platform. Infrastructure monitoring, incident management, status pages, and APM — unified and self-hostable.">
content="Open source uptime monitoring platform with infrastructure monitoring, incident management, status pages, and APM. Self-hostable observability platform trusted by thousands of teams. Free tier available.">
<%- include('head', {
enableGoogleTagManager: typeof enableGoogleTagManager !== 'undefined' ? enableGoogleTagManager : false
}) -%>