fix: update keywords and add rData analytics

Replace stale keywords with social-relevant terms, add rData tracking.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-02-25 00:04:40 -08:00
parent ba855fdb40
commit ea5f546695
1 changed files with 6 additions and 3 deletions

View File

@ -28,9 +28,9 @@ export const metadata: Metadata = {
"management",
"rSpace",
"open source",
"zine",
"content creation",
"print",
"social media management",
"community social",
"cross-posting",
],
};
@ -41,6 +41,9 @@ export default function RootLayout({
}>) {
return (
<html lang="en" suppressHydrationWarning>
<head>
<script defer src="https://rdata.online/collect.js" data-website-id="a1b2c3d4-soci-0000-0000-000000000005" />
</head>
<body
className={`${geistSans.variable} ${geistMono.variable} antialiased min-h-screen bg-background`}
>