Update src/app/layout.tsx
This commit is contained in:
@@ -5,36 +5,21 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const manrope = Manrope({
|
||||
variable: "--font-manrope",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-manrope", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Al Salam - Luxury Middle Eastern & Mediterranean Dessert Catering",
|
||||
description: "Premium handcrafted baklava and Mediterranean sweets for luxury weddings, corporate events, and unforgettable celebrations. Request a quote today.",
|
||||
keywords: "luxury dessert catering, baklava, Mediterranean sweets, wedding catering, corporate events, handcrafted desserts, premium catering",
|
||||
metadataBase: new URL("https://alsalamfoods.com"),
|
||||
title: "Al Salam - Luxury Middle Eastern & Mediterranean Dessert Catering", description: "Premium handcrafted baklava and Mediterranean sweets for luxury weddings, corporate events, and unforgettable celebrations. Request a quote today.", keywords: "luxury dessert catering, baklava, Mediterranean sweets, wedding catering, corporate events, handcrafted desserts, premium catering", metadataBase: new URL("https://alsalamfoods.com"),
|
||||
alternates: {
|
||||
canonical: "https://alsalamfoods.com",
|
||||
},
|
||||
canonical: "https://alsalamfoods.com"},
|
||||
openGraph: {
|
||||
title: "Al Salam - Luxury Dessert Catering",
|
||||
description: "Handcrafted Middle Eastern & Mediterranean desserts for weddings, events, and celebrations.",
|
||||
url: "https://alsalamfoods.com",
|
||||
siteName: "Al Salam International Foods",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "Al Salam - Luxury Dessert Catering", description: "Handcrafted Middle Eastern & Mediterranean desserts for weddings, events, and celebrations.", url: "https://alsalamfoods.com", siteName: "Al Salam International Foods", type: "website", images: [
|
||||
{
|
||||
url: "https://img.b2bpic.net/free-photo/turkish-style-dessert-havudj-dilimi-walnuts-pistachios-syrop-dough-side-view_141793-12673.jpg",
|
||||
alt: "Al Salam luxury dessert catering",
|
||||
},
|
||||
url: "https://img.b2bpic.net/free-photo/turkish-style-dessert-havudj-dilimi-walnuts-pistachios-syrop-dough-side-view_141793-12673.jpg", alt: "Al Salam luxury dessert catering"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Al Salam - Luxury Dessert Catering",
|
||||
description: "Premium handcrafted baklava and Mediterranean sweets for your special event.",
|
||||
images: ["https://img.b2bpic.net/free-photo/turkish-style-dessert-havudj-dilimi-walnuts-pistachios-syrop-dough-side-view_141793-12673.jpg"],
|
||||
card: "summary_large_image", title: "Al Salam - Luxury Dessert Catering", description: "Premium handcrafted baklava and Mediterranean sweets for your special event.", images: ["https://img.b2bpic.net/free-photo/turkish-style-dessert-havudj-dilimi-walnuts-pistachios-syrop-dough-side-view_141793-12673.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
|
||||
Reference in New Issue
Block a user