Update src/app/layout.tsx
This commit is contained in:
@@ -6,35 +6,21 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const publicSans = Public_Sans({
|
||||
variable: "--font-public-sans",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-public-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Klyvor - Virtual Office for Remote Teams",
|
||||
description: "Walk around as avatars, talk naturally when nearby, join rooms instantly. Klyvor brings the office vibe to remote teams with proximity-based communication and organic collaboration.",
|
||||
keywords: "virtual office, remote work, team collaboration, proximity chat, pixelart, remote teams, video call alternative, meeting fatigue",
|
||||
metadataBase: new URL("https://klyvor.com"),
|
||||
title: "Klyvor - Virtual Office for Remote Teams", description: "Walk around as avatars, talk naturally when nearby, join rooms instantly. Klyvor brings the office vibe to remote teams with proximity-based communication and organic collaboration.", keywords: "virtual office, remote work, team collaboration, proximity chat, pixelart, remote teams, video call alternative, meeting fatigue", metadataBase: new URL("https://klyvor.com"),
|
||||
alternates: {
|
||||
canonical: "https://klyvor.com",
|
||||
},
|
||||
canonical: "https://klyvor.com"},
|
||||
openGraph: {
|
||||
title: "Klyvor - Virtual Office for Remote Teams",
|
||||
description: "Recreate office spontaneity without the commute. One shared world, no links, no fragmentation. Just presence.",
|
||||
url: "https://klyvor.com",
|
||||
siteName: "Klyvor",
|
||||
type: "website",
|
||||
},
|
||||
title: "Klyvor - Virtual Office for Remote Teams", description: "Recreate office spontaneity without the commute. One shared world, no links, no fragmentation. Just presence.", url: "https://klyvor.com", siteName: "Klyvor", type: "website"},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Klyvor - Virtual Office for Remote Teams",
|
||||
description: "Walk around as avatars, talk naturally when nearby, join rooms instantly.",
|
||||
},
|
||||
card: "summary_large_image", title: "Klyvor - Virtual Office for Remote Teams", description: "Walk around as avatars, talk naturally when nearby, join rooms instantly."},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
|
||||
Reference in New Issue
Block a user