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:
parent
ba855fdb40
commit
ea5f546695
|
|
@ -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`}
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in New Issue