mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
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:
@@ -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",
|
||||
|
||||
@@ -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 -->
|
||||
|
||||
@@ -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
|
||||
}) -%>
|
||||
|
||||
Reference in New Issue
Block a user