From 1784ed439e9f5ae76cf0316768cf3e256de0f162 Mon Sep 17 00:00:00 2001 From: Jamie Mallers Date: Mon, 9 Feb 2026 14:43:45 +0000 Subject: [PATCH] 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 --- Home/Utils/PageSEO.ts | 4 ++-- Home/Views/Partials/hero.ejs | 2 +- Home/Views/index.ejs | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Home/Utils/PageSEO.ts b/Home/Utils/PageSEO.ts index 0baefaf8b6..9f12a7b838 100644 --- a/Home/Utils/PageSEO.ts +++ b/Home/Utils/PageSEO.ts @@ -65,9 +65,9 @@ export const createDefaultSEO: ( export const PageSEOConfig: Record = { // 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", diff --git a/Home/Views/Partials/hero.ejs b/Home/Views/Partials/hero.ejs index a210b91537..b0162f79cd 100644 --- a/Home/Views/Partials/hero.ejs +++ b/Home/Views/Partials/hero.ejs @@ -134,7 +134,7 @@

- The Open-Source Observability Platform + Open Source Uptime Monitoring & Observability Platform

diff --git a/Home/Views/index.ejs b/Home/Views/index.ejs index b997019412..07c1a24ba9 100644 --- a/Home/Views/index.ejs +++ b/Home/Views/index.ejs @@ -4,9 +4,9 @@ - OneUptime | The Open-Source Observability Platform + Open Source Uptime Monitoring & Observability Platform | OneUptime + 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 }) -%>