Why isn't metadata working?
Unanswered
In&Out posted this in #help-forum
In&OutOP
Here is the code, not sure what's wrong
export const metadata = {
title: "Me| Home",
description:
"CONTEXT CONTEXT",
author: "Me",
p: {
domain_verify: "some id",
},
openGraph: {
url: "https://Me.com",
type: "website",
siteName: "Me",
images: [
"link,
],
locale: "en_US",
},
twitter: {
card: "summary_large_image",
domain: "Me.com",
url: "Me.com",
title: "Me| Home",
description:
"CONTEXT CONTEXT",
images: [
"link",
],
},
};3 Replies
In&OutOP
It doesn't update nothing, but there are meta tags on the site when i inspect the page
how or where do you use it
@Ray how or where do you use it
In&OutOP
you already answered on my other post