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