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:
parent
ba32bf994f
commit
63d14d57ab
@ -2,9 +2,9 @@ import { createFileRoute, Link } from "@tanstack/react-router";
|
|||||||
import { useState } from "react";
|
import { useState } from "react";
|
||||||
import { toCanonicalUrl } from "@/lib/seo";
|
import { toCanonicalUrl } from "@/lib/seo";
|
||||||
|
|
||||||
const homeTitle = "OpenSEO - Own Your SEO";
|
const homeTitle = "OpenSEO - Open Source SEO Platform";
|
||||||
const homeDescription =
|
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("/")({
|
export const Route = createFileRoute("/")({
|
||||||
head: () => ({
|
head: () => ({
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user