From ec1aed3f76892603da58b04b554fa0afe2b8d4e9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 07:25:19 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 50 ++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 42 insertions(+), 8 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6713378..4b6a9c7 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: "Barbershop Deutschland – Traditionelle Barberkunst in Premium Qualität", + description: "Premium Barbershop mit erfahrenen Barbern. Herrenhaarschnitte, Bartpflege, Nassrasur und Friseur Ausbildung in Deutschland.", + keywords: "Barbershop Deutschland, Friseur, Haarschnitt, Nassrasur, Bartpflege, Ausbildung, Friseur Ausbildung", + metadataBase: new URL("https://barbershop-de.example.com"), + alternates: { + canonical: "https://barbershop-de.example.com", + }, + openGraph: { + title: "Barbershop Deutschland – Traditionelle Barberkunst", + description: "Premium Barbershop mit erfahrenen Barbern. Herrenhaare, Bartpflege und Ausbildung.", + url: "https://barbershop-de.example.com", + siteName: "Barbershop Deutschland", + type: "website", + images: [ + { + url: "http://img.b2bpic.net/free-photo/mid-section-view-hairdresser-s-hand-with-electric-trimmer_23-2147839811.jpg", + alt: "Barbershop Premium Salon", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "Barbershop Deutschland – Traditionelle Barberkunst", + description: "Premium Barbershop mit erfahrenen Barbern.", + images: ["http://img.b2bpic.net/free-photo/mid-section-view-hairdresser-s-hand-with-electric-trimmer_23-2147839811.jpg"], + }, + robots: { + index: true, + follow: true, + }, +}; + export default function RootLayout({ children, }: Readonly<{ @@ -26,7 +58,9 @@ export default function RootLayout({ return ( - + {children}