Next.js Discord

Discord Forum

Metadata error

Unanswered
In&Out posted this in #help-forum
Open in Discord
Hello, I have been messing with metadata but I have some issues that seems to not work even tho I think I did everything right

20 Replies

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",
    ],
  },
};
Even tho when I inspect the page, all the meta tags are there, what's going on?
if all the meta tags are there, then what's the problem?
the issue is discord is showing incorect embed i think
@In&Out can you try putting your url into: https://discord.com/developers/embeds
@riský the issue is discord is showing incorect embed i think
they arent showing it at all
but the issue is as well, i have another site, i paste link and there is default embed image, even if i change metadata, its not being reflected EVEN tho there are meta tags when i inspect
@In&Out i get a 403 error
the discord embed thing says you are responding with 401... does browser private mode throw such error too?
Seems like you have a middleware or something for auth then
can you like, if you can, do a site yourself with meta tag please
you can host free with netlify
i really need this