Skip to content

Commit 0dfd38d

Browse files
authored
Merge pull request OneUptime#2275 from OneUptime/fix/seo-compare-page-titles
fix(seo): improve compare page title tags for better CTR
2 parents 66424ee + d7efe24 commit 0dfd38d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Home/Views/product-compare.ejs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
55

66
<head>
7-
<title>OneUptime vs <%= productConfig.productName %>: Open-Source Alternative | 2026 Comparison</title>
7+
<title><%= productConfig.productName %> Alternative - OneUptime | Open Source | 2026 Comparison</title>
88
<meta name="description"
9-
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.">
9+
content="Compare <%= productConfig.productName %> vs OneUptime. Free open-source alternative with unlimited monitors, status pages & on-call. See pricing, features & migration guide.">
1010
<%- include('head', {
1111
enableGoogleTagManager: typeof enableGoogleTagManager !== 'undefined' ? enableGoogleTagManager : false
1212
}) -%>

0 commit comments

Comments
 (0)