From 63d14d57ab69e53d47315f0580aeb64270e0589c Mon Sep 17 00:00:00 2001 From: Ben Senescu <44480372+bensenescu@users.noreply.github.com> Date: Tue, 17 Mar 2026 15:42:26 -0400 Subject: [PATCH] website: refine homepage SEO metadata (#39) * website: turn on observability * save * website: improve homepage SEO metadata * website: keep homepage SEO copy on-brand --- web/src/routes/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/routes/index.tsx b/web/src/routes/index.tsx index 5c15fa6..d4e4f9e 100644 --- a/web/src/routes/index.tsx +++ b/web/src/routes/index.tsx @@ -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: () => ({