Files
oneuptime/Home/Views/index.ejs
Jamie Mallers 1784ed439e SEO: Optimize homepage for uptime monitoring keywords
- Update title tag: 'Open Source Uptime Monitoring & Observability Platform | OneUptime'
- Update H1: 'Open Source Uptime Monitoring & Observability Platform'
- Update meta description with target keywords
- Sync PageSEO.ts with homepage changes

Target keywords optimized for:
- uptime monitoring
- open source monitoring platform
- observability platform

Note: Pingdom and Better Uptime comparison pages already exist at:
- /compare/pingdom
- /compare/better-uptime
2026-02-09 14:43:45 +00:00

49 lines
1.3 KiB
Plaintext

<!DOCTYPE html>
<html lang="en" id="home">
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<head>
<title>Open Source Uptime Monitoring & Observability Platform | OneUptime</title>
<meta name="description"
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
}) -%>
</head>
<body>
<%- include('nav') -%>
<main id="main-content">
<%- include('./Partials/hero') -%>
<%- include('logo-roll') -%>
<%- include('./Partials/product-tabs') -%>
<%- include('./Partials/reviews') -%>
<%- include('features-table') -%>
<%- include('./Partials/copilot') -%>
<%- include('./Partials/enterprise-ready') -%>
<%- include('./Partials/proudly-open-source') -%>
<!-- Place this tag in your head or just before your close body tag. -->
<script async defer src="https://buttons.github.io/buttons.js"></script>
<%- include('cta') -%>
</main>
<%- include('footer') -%>
<%- include('./Partials/video-script') -%>
</body>
</html>