Update src/app/layout.tsx
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user