Update src/app/layout.tsx
This commit is contained in:
@@ -23,17 +23,16 @@ export const metadata: Metadata = {
|
||||
title: "ItemStore – Premium Quality Online Shopping", description: "Discover curated premium items with authentic quality, fast shipping, and exceptional customer service. Shop exclusive collections today.", keywords: "premium items, luxury shopping, online store, quality products, exclusive collections", openGraph: {
|
||||
title: "ItemStore – Premium Quality Online Shopping", description: "Discover curated premium items with authentic quality and exceptional service.", siteName: "ItemStore", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/creative-black-friday-composition-black-background_23-2148666964.jpg", alt: "ItemStore premium products showcase"
|
||||
}
|
||||
]
|
||||
url: "http://img.b2bpic.net/free-photo/creative-black-friday-composition-black-background_23-2148666964.jpg", alt: "ItemStore premium products showcase"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "ItemStore – Premium Online Shopping", description: "Explore our curated collection of premium items.", images: ["http://img.b2bpic.net/free-photo/creative-black-friday-composition-black-background_23-2148666964.jpg"]
|
||||
card: "summary_large_image", title: "ItemStore – Premium Online Shopping", description: "Explore our curated collection of premium items.", images: ["http://img.b2bpic.net/free-photo/creative-black-friday-composition-black-background_23-2148666964.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true
|
||||
}
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
|
||||
Reference in New Issue
Block a user