0
0
PPsypher1
The code defines a custom Open Graph object for The Language Hub. The key pieces of this object are:
title: "The Language Hub" description: "Getting you to what's important as easily as possible"
url: "https://thelanguagehub.netlify.app/" site_name: "The Language Hub"
images: [
{
Library: next
export default {
title: "",
description: "",
canonical: "https://",
openGraph: {
type: "website",
locale: "en_IE",
url: "https://",
site_name: "",
images: [
{
url: "https://{site_url}/og-image.png",
width: 800,
height: 600,
alt: "Og Image Alt",
},
],
},
twitter: {
handle: "@",
site: "@",
cardType: "summary_large_image",
},
};