website: refine homepage SEO metadata (#39)

* website: turn on observability

* save

* website: improve homepage SEO metadata

* website: keep homepage SEO copy on-brand
This commit is contained in:
Ben Senescu 2026-03-17 15:42:26 -04:00 committed by GitHub
parent ba32bf994f
commit 63d14d57ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,9 +2,9 @@ import { createFileRoute, Link } from "@tanstack/react-router";
import { useState } from "react";
import { toCanonicalUrl } from "@/lib/seo";
const homeTitle = "OpenSEO - Own Your SEO";
const homeTitle = "OpenSEO - Open Source SEO Platform";
const homeDescription =
"Own your SEO. Pay only for what you use. No subscriptions. Open source alternative to Semrush and Ahrefs.";
"Own your SEO. OpenSEO helps teams manage keyword research, backlink analysis, competitor monitoring, and site audits without expensive monthly SEO software subscriptions.";
export const Route = createFileRoute("/")({
head: () => ({