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 }) -%>