Update src/app/layout.tsx
This commit is contained in:
@@ -6,35 +6,21 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|||||||
import Tag from "@/tag/Tag";
|
import Tag from "@/tag/Tag";
|
||||||
|
|
||||||
const publicSans = Public_Sans({
|
const publicSans = Public_Sans({
|
||||||
variable: "--font-public-sans",
|
variable: "--font-public-sans", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
});
|
});
|
||||||
|
|
||||||
const inter = Inter({
|
const inter = Inter({
|
||||||
variable: "--font-inter",
|
variable: "--font-inter", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Klyvor - Virtual Office for Remote Teams",
|
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"),
|
||||||
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: {
|
alternates: {
|
||||||
canonical: "https://klyvor.com",
|
canonical: "https://klyvor.com"},
|
||||||
},
|
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: "Klyvor - Virtual Office for Remote Teams",
|
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"},
|
||||||
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: {
|
twitter: {
|
||||||
card: "summary_large_image",
|
card: "summary_large_image", title: "Klyvor - Virtual Office for Remote Teams", description: "Walk around as avatars, talk naturally when nearby, join rooms instantly."},
|
||||||
title: "Klyvor - Virtual Office for Remote Teams",
|
|
||||||
description: "Walk around as avatars, talk naturally when nearby, join rooms instantly.",
|
|
||||||
},
|
|
||||||
robots: {
|
robots: {
|
||||||
index: true,
|
index: true,
|
||||||
follow: true,
|
follow: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user