Update src/app/layout.tsx

This commit is contained in:
2026-03-03 00:47:34 +00:00
parent f73795ea46
commit 52fbeb61f3

View File

@@ -5,41 +5,25 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const montserrat = Montserrat({
variable: "--font-montserrat",
subsets: ["latin"],
variable: "--font-montserrat", subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
variable: "--font-inter", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Café Molenhuis - Local Café & Event Venue",
description: "Discover Café Molenhuis, your neighborhood's favorite local café. Cozy atmosphere, great drinks, private events & reservations available.",
keywords: "local café, neighborhood café, event venue, private events, reservations, café bar, drinks",
metadataBase: new URL("https://cafemelenhuis.local"),
title: "Café Molenhuis - Local Café & Event Venue", description: "Discover Café Molenhuis, your neighborhood's favorite local café. Cozy atmosphere, great drinks, private events & reservations available.", keywords: "local café, neighborhood café, event venue, private events, reservations, café bar, drinks", metadataBase: new URL("https://cafemelenhuis.local"),
alternates: {
canonical: "https://cafemelenhuis.local",
},
canonical: "https://cafemelenhuis.local"},
openGraph: {
title: "Café Molenhuis - Local Café & Event Venue",
description: "Your local café in the heart of the neighborhood. Cozy atmosphere, great drinks, and perfect for celebrations.",
url: "https://cafemelenhuis.local",
siteName: "Café Molenhuis",
type: "website",
images: [
title: "Café Molenhuis - Local Café & Event Venue", description: "Your local café in the heart of the neighborhood. Cozy atmosphere, great drinks, and perfect for celebrations.", url: "https://cafemelenhuis.local", siteName: "Café Molenhuis", type: "website", images: [
{
url: "https://cafemelenhuis.local/og-image.jpg",
alt: "Café Molenhuis exterior at night",
},
url: "https://cafemelenhuis.local/og-image.jpg", alt: "Café Molenhuis exterior at night"},
],
},
twitter: {
card: "summary_large_image",
title: "Café Molenhuis - Local Café & Event Venue",
description: "Cozy atmosphere. Great drinks. Good company.",
images: ["https://cafemelenhuis.local/twitter-image.jpg"],
card: "summary_large_image", title: "Café Molenhuis - Local Café & Event Venue", description: "Cozy atmosphere. Great drinks. Good company.", images: ["https://cafemelenhuis.local/twitter-image.jpg"],
},
robots: {
index: true,