diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6713378..077806e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -6,18 +6,50 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; import { getVisualEditScript } from "@/utils/visual-edit-script"; - - -export const metadata: Metadata = { - title: "Webild components 2", - description: "Generated by create next app", -}; +const halant = Halant({ + variable: "--font-halant", + subsets: ["latin"], + weight: ["300", "400", "500", "600", "700"], +}); const inter = Inter({ variable: "--font-inter", subsets: ["latin"], }); +export const metadata: Metadata = { + title: "Vitaliy | Tech Leader & LGBTQ+ Innovation Pioneer", + description: "Meet Vitaliy, one of tech's most influential leaders driving inclusive innovation. 500+ team members led, $2.5B+ revenue generated, 30+ startups invested.", + keywords: "tech leader, LGBTQ+ tech, inclusive leadership, tech innovation, startup mentor, enterprise transformation, diversity in tech", + metadataBase: new URL("https://vitaliy.tech"), + alternates: { + canonical: "https://vitaliy.tech", + }, + openGraph: { + title: "Vitaliy | Tech Leader & LGBTQ+ Innovation Pioneer", + description: "Pioneering inclusive tech leadership. Enterprise transformation. Startup mentor. LGBTQ+ advocate reshaping tech culture.", + url: "https://vitaliy.tech", + siteName: "Vitaliy", + type: "website", + images: [ + { + url: "https://vitaliy.tech/og-image.jpg", + alt: "Vitaliy - Tech Leader and LGBTQ+ Innovation Pioneer", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "Vitaliy | Tech Leader & LGBTQ+ Innovation Pioneer", + description: "Driving inclusive innovation across enterprise tech, startups, and LGBTQ+ communities.", + images: ["https://vitaliy.tech/twitter-image.jpg"], + }, + robots: { + index: true, + follow: true, + }, +}; + export default function RootLayout({ children, }: Readonly<{ @@ -26,7 +58,9 @@ export default function RootLayout({ return ( - + {children}