Next.js Discord

Discord Forum

Why isn't metadata working?

Unanswered
In&Out posted this in #help-forum
Open in Discord
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

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
you already answered on my other post