meta 1200x630 large og image doesn't work
Answered
Britannia Petite posted this in #help-forum
Britannia PetiteOP
for some reasons it gets rendered in any kind of embeds as a small image
4 Replies
Britannia PetiteOP
export const metadata: Metadata = {
title: {
template: "%s",
default: "RAGE.WTF - Create your personalized bio link page today.",
},
description:
"RAGE.WTF is a modern and flexible bio link platform. Create your personalized link hub for the digital age today.",
keywords: [
"rage.wtf",
"biolinks",
"bio link",
"bio links",
"bio link platform",
"bio link website",
"bio link website builder",
"bio link website creator",
"bio link website maker",
"bio link website builder",
"bio link website creator",
"bio link website maker",
],
icons: {
icon: "https://rage.wtf/favicon.ico",
},
other: {
"theme-color": "#ff9300",
},
authors: [
{
name: "RAGE.WTF",
url: "https://rage.wtf",
},
],
creator: "RAGE.WTF",
publisher: "RAGE.WTF",
applicationName: "RAGE.WTF",
robots: {
index: true,
follow: true,
},
openGraph: {
title: "RAGE.WTF",
description:
"RAGE.WTF is a modern and flexible bio link platform. Create your personalized link hub for the digital age today.",
url: "https://rage.wtf",
siteName: "RAGE.WTF",
images: [
{
url: "https://rage.wtf/main_og.png",
alt: "RAGE.WTF",
type: "image/png",
width: 1200,
height: 630,
},
],
locale: "en_US",
type: "website",
},
twitter: {
card: "summary",
title: "RAGE.WTF",
description:
"RAGE.WTF is a modern and flexible bio link platform. Create your personalized link hub for the digital age today.",
images: [
{
url: "https://rage.wtf/main_og.png",
alt: "RAGE.WTF",
type: "image/png",
width: 1200,
height: 630,
},
],
},
};
Britannia PetiteOP
had to do
card: "summary_large_image",
Answer
Britannia PetiteOP
nvm
// closed