Merge pull request #2275 from OneUptime/fix/seo-compare-page-titles

fix(seo): improve compare page title tags for better CTR
This commit is contained in:
Simon Larsen
2026-02-07 20:44:53 +00:00
committed by GitHub

View File

@@ -4,9 +4,9 @@
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<head>
<title>OneUptime vs <%= productConfig.productName %>: Open-Source Alternative | 2026 Comparison</title>
<title><%= productConfig.productName %> Alternative - OneUptime | Open Source | 2026 Comparison</title>
<meta name="description"
content="Looking for a <%= productConfig.productName %> alternative? OneUptime is the open-source observability platform with monitoring, status pages, incident management & APM in one. Compare features and pricing.">
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
}) -%>