Update src/app/layout.tsx
This commit is contained in:
@@ -11,24 +11,24 @@ const poppins = Poppins({
|
|||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Fashion Forward - Premium Clothing Collection",
|
title: "Cooking - Culinary Excellence",
|
||||||
description: "Discover our curated collection of premium clothing. High-quality fabrics, modern designs, and timeless styles for every occasion.",
|
description: "Discover recipes, cooking tips, and culinary inspiration from our community of passionate cooks.",
|
||||||
keywords: ["fashion", "clothing", "premium wear", "designer clothes", "style"],
|
keywords: ["cooking", "recipes", "culinary", "food", "kitchen"],
|
||||||
metadataBase: new URL("https://fashionforward.com"),
|
metadataBase: new URL("https://cooking.com"),
|
||||||
alternates: {
|
alternates: {
|
||||||
canonical: "https://fashionforward.com"
|
canonical: "https://cooking.com"
|
||||||
},
|
},
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: "Fashion Forward - Premium Clothing Collection",
|
title: "Cooking - Culinary Excellence",
|
||||||
description: "Discover our curated collection of premium clothing. High-quality fabrics, modern designs, and timeless styles for every occasion.",
|
description: "Discover recipes, cooking tips, and culinary inspiration from our community of passionate cooks.",
|
||||||
url: "https://fashionforward.com",
|
url: "https://cooking.com",
|
||||||
siteName: "Fashion Forward",
|
siteName: "Cooking",
|
||||||
type: "website"
|
type: "website"
|
||||||
},
|
},
|
||||||
twitter: {
|
twitter: {
|
||||||
card: "summary_large_image",
|
card: "summary_large_image",
|
||||||
title: "Fashion Forward - Premium Clothing Collection",
|
title: "Cooking - Culinary Excellence",
|
||||||
description: "Discover our curated collection of premium clothing. High-quality fabrics, modern designs, and timeless styles for every occasion."
|
description: "Discover recipes, cooking tips, and culinary inspiration from our community of passionate cooks."
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user