diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 379d838..7cf106d 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -22,11 +22,14 @@ const nunitoSans = Nunito_Sans({ export const metadata: Metadata = { title: "Timeless Shine | Premium Anti-Tarnish Jewellery", description: "Discover exquisite anti-tarnish jewellery that maintains its brilliance forever. Shop luxury rings, necklaces, and bracelets with innovative protection coating.", keywords: "anti-tarnish jewellery, luxury rings, silver necklaces, gold bracelets, precious metals, tarnish-resistant, fine jewellery", metadataBase: new URL("https://timelessshine.com"), alternates: { - canonical: "https://timelessshine.com"}, + canonical: "https://timelessshine.com" + }, openGraph: { - title: "Timeless Shine | Premium Anti-Tarnish Jewellery", description: "Discover exquisite anti-tarnish jewellery that maintains its brilliance forever.", url: "https://timelessshine.com", siteName: "Timeless Shine", type: "website"}, + title: "Timeless Shine | Premium Anti-Tarnish Jewellery", description: "Discover exquisite anti-tarnish jewellery that maintains its brilliance forever.", url: "https://timelessshine.com", siteName: "Timeless Shine", type: "website" + }, twitter: { - card: "summary_large_image", title: "Timeless Shine | Premium Anti-Tarnish Jewellery", description: "Luxury jewellery that never fades. Shop our exclusive collection today."}, + card: "summary_large_image", title: "Timeless Shine | Premium Anti-Tarnish Jewellery", description: "Luxury jewellery that never fades. Shop our exclusive collection today." + }, robots: { index: true, follow: true, diff --git a/src/app/page.tsx b/src/app/page.tsx index 2cda726..70aa32b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -169,9 +169,9 @@ export default function LandingPage() {