Update src/app/layout.tsx
This commit is contained in:
@@ -22,24 +22,21 @@ const inter = Inter({
|
||||
export const metadata: Metadata = {
|
||||
title: "re:print | Custom Lamps, Keychains & Light Boxes", description: "Discover handcrafted custom lamps, personalized keychains, and unique LED light boxes at re:print. Illuminate your world with bespoke designs.", keywords: "custom lamps, personalized keychains, LED light boxes, handmade lighting, custom home decor", metadataBase: new URL("https://reprint.com"),
|
||||
alternates: {
|
||||
canonical: "https://reprint.com"
|
||||
},
|
||||
canonical: "https://reprint.com"},
|
||||
openGraph: {
|
||||
title: "re:print | Custom Lamps & Personalized Lighting", description: "Discover handcrafted custom lamps, personalized keychains, and unique LED light boxes.", url: "https://reprint.com", siteName: "re:print", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/selective-focus-shot-modern-lamp-with-light-bulb-inside-building_181624-58123.jpg", alt: "re:print custom lamp showcase"
|
||||
}
|
||||
]
|
||||
url: "http://img.b2bpic.net/free-photo/selective-focus-shot-modern-lamp-with-light-bulb-inside-building_181624-58123.jpg", alt: "re:print custom lamp showcase"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "re:print | Custom Lamps & Lighting", description: "Handcrafted custom lamps, keychains, and LED light boxes.", images: [
|
||||
"http://img.b2bpic.net/free-photo/selective-focus-shot-modern-lamp-with-light-bulb-inside-building_181624-58123.jpg"
|
||||
]
|
||||
"http://img.b2bpic.net/free-photo/selective-focus-shot-modern-lamp-with-light-bulb-inside-building_181624-58123.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true
|
||||
}
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
|
||||
Reference in New Issue
Block a user