From d7efe2445c360164aacc0334c74b80a755c75d6b Mon Sep 17 00:00:00 2001 From: Jamie Mallers Date: Sat, 7 Feb 2026 17:01:18 +0000 Subject: [PATCH] fix(seo): improve compare page title tags for better CTR Changed title pattern from: 'OneUptime vs [Product]: Open-Source Alternative | 2026 Comparison' To: '[Product] Alternative - OneUptime | Open Source | 2026 Comparison' Rationale: - Puts competitor name first (matches search intent) - 'Alternative' keyword prominent (what users search for) - Shorter, more scannable Also improved meta description to be more action-oriented with clear value props. Targets: /compare/better-uptime (position 13.5, 803 impressions) --- Home/Views/product-compare.ejs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Home/Views/product-compare.ejs b/Home/Views/product-compare.ejs index 4583a28043..8ea547d735 100644 --- a/Home/Views/product-compare.ejs +++ b/Home/Views/product-compare.ejs @@ -4,9 +4,9 @@ - OneUptime vs <%= productConfig.productName %>: Open-Source Alternative | 2026 Comparison + <%= productConfig.productName %> Alternative - OneUptime | Open Source | 2026 Comparison + content="Compare <%= productConfig.productName %> vs OneUptime. Free open-source alternative with unlimited monitors, status pages & on-call. See pricing, features & migration guide."> <%- include('head', { enableGoogleTagManager: typeof enableGoogleTagManager !== 'undefined' ? enableGoogleTagManager : false }) -%>