From fdc0652a962aa98af42f36c68d9d7edb23748b8d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 09:16:39 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index b7bd202..e08ddfc 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -22,20 +22,22 @@ const openSans = Open_Sans({ export const metadata: Metadata = { title: "Settlement Point Corinella | Scenic Coastal Lookout", description: "Discover Settlement Point in Corinella — a scenic coastal lookout with stunning ocean views, short walks, and picnic spots. Visit Corinella Foreshore Reserve today.", keywords: "Settlement Point Corinella, Corinella lookout, things to do Corinella, Corinella coastal views, Corinella foreshore reserve, coastal walks Victoria", metadataBase: new URL("https://settlementpointcorinella.com.au"), alternates: { - canonical: "https://settlementpointcorinella.com.au"}, + canonical: "https://settlementpointcorinella.com.au" + }, openGraph: { title: "Settlement Point Corinella | Scenic Coastal Lookout", description: "Experience stunning ocean views and coastal beauty at Settlement Point in Corinella. Free entry, family-friendly, and perfect for day trips.", url: "https://settlementpointcorinella.com.au", siteName: "Settlement Point", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/high-angle-closeup-shot-wooden-fence-seashore-leading-sea_181624-20062.jpg", alt: "coastal lookout ocean view scenic viewpoint settlement point"}, - ], + url: "http://img.b2bpic.net/free-photo/high-angle-closeup-shot-wooden-fence-seashore-leading-sea_181624-20062.jpg", alt: "coastal lookout ocean view scenic viewpoint settlement point" + } + ] }, twitter: { - card: "summary_large_image", title: "Settlement Point Corinella | Scenic Coastal Lookout", description: "Stunning coastal views, scenic walks, and picnic spots at Settlement Point in Corinella.", images: ["http://img.b2bpic.net/free-photo/high-angle-closeup-shot-wooden-fence-seashore-leading-sea_181624-20062.jpg"], + card: "summary_large_image", title: "Settlement Point Corinella | Scenic Coastal Lookout", description: "Stunning coastal views, scenic walks, and picnic spots at Settlement Point in Corinella.", images: ["http://img.b2bpic.net/free-photo/high-angle-closeup-shot-wooden-fence-seashore-leading-sea_181624-20062.jpg"] }, robots: { index: true, - follow: true, - }, + follow: true + } }; export default function RootLayout({