Update src/app/layout.tsx
This commit is contained in:
@@ -3,36 +3,24 @@ import { Cormorant_Garamond } from "next/font/google";
|
|||||||
import "./globals.css";
|
import "./globals.css";
|
||||||
|
|
||||||
const cormorantGaramond = Cormorant_Garamond({
|
const cormorantGaramond = Cormorant_Garamond({
|
||||||
variable: "--font-cormorant-garamond",
|
variable: "--font-cormorant-garamond", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
weight: ["300", "400", "500", "600", "700"],
|
weight: ["300", "400", "500", "600", "700"],
|
||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Morning | Premium Tea & Coffee Store",
|
title: "Morning | Premium Tea & Coffee Store", description: "Discover ethically sourced premium teas and specialty coffees from around the world. Every cup tells a story.", keywords: "premium coffee, specialty tea, ethically sourced, artisan roaster, organic tea", metadataBase: new URL("https://morning-store.com"),
|
||||||
description: "Discover ethically sourced premium teas and specialty coffees from around the world. Every cup tells a story.",
|
|
||||||
keywords: "premium coffee, specialty tea, ethically sourced, artisan roaster, organic tea",
|
|
||||||
metadataBase: new URL("https://morning-store.com"),
|
|
||||||
alternates: {
|
alternates: {
|
||||||
canonical: "https://morning-store.com"
|
canonical: "https://morning-store.com"
|
||||||
},
|
},
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: "Morning | Premium Tea & Coffee Store",
|
title: "Morning | Premium Tea & Coffee Store", description: "Discover ethically sourced premium teas and specialty coffees. Handpicked beans and leaves roasted fresh for exceptional flavor.", siteName: "Morning", type: "website", images: [
|
||||||
description: "Discover ethically sourced premium teas and specialty coffees. Handpicked beans and leaves roasted fresh for exceptional flavor.",
|
|
||||||
siteName: "Morning",
|
|
||||||
type: "website",
|
|
||||||
images: [
|
|
||||||
{
|
{
|
||||||
url: "https://img.b2bpic.net/free-photo/hand-holding-glass-cup-front-sunset_266188-9.jpg",
|
url: "https://img.b2bpic.net/free-photo/hand-holding-glass-cup-front-sunset_266188-9.jpg", alt: "Morning premium coffee and tea"
|
||||||
alt: "Morning premium coffee and tea"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
twitter: {
|
twitter: {
|
||||||
card: "summary_large_image",
|
card: "summary_large_image", title: "Morning | Premium Tea & Coffee", description: "Ethically sourced, handpicked beverages roasted fresh to order.", images: ["https://img.b2bpic.net/free-photo/hand-holding-glass-cup-front-sunset_266188-9.jpg"]
|
||||||
title: "Morning | Premium Tea & Coffee",
|
|
||||||
description: "Ethically sourced, handpicked beverages roasted fresh to order.",
|
|
||||||
images: ["https://img.b2bpic.net/free-photo/hand-holding-glass-cup-front-sunset_266188-9.jpg"]
|
|
||||||
},
|
},
|
||||||
robots: {
|
robots: {
|
||||||
index: true,
|
index: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user