We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3221609 commit c3b3c79Copy full SHA for c3b3c79
app/layout.tsx
@@ -10,7 +10,7 @@ const inter = Inter({ subsets: ["latin"] });
10
export const metadata = {
11
title: "Screen Share - Share Your Screen Instantly",
12
description: "Share your screen instantly with anyone using a simple room code. No downloads or sign-ups required.",
13
- keywords: "screen sharing, webrtc, online screen share, browser screen sharing, free screen sharing, share your screen, share screen, screen share",
+ keywords: ["screen sharing", "webrtc", "online screen share", "browser screen sharing", "free screen sharing", "share your screen", "share screen", "screen share"],
14
other: {
15
"google-site-verification": process.env.NEXT_PUBLIC_GOOGLE_SITE_VERIFICATION || ""
16
}
0 commit comments