Next.js Discord

Discord Forum

Metadata help

Answered
In&Out posted this in #help-forum
Open in Discord
How do I place this into metadata?
      <meta property="og:url" content="https://link.com" />
      <meta property="og:type" content="website" />
      <meta property="og:site_name" content="name" />
      <meta
        property="og:image"
        content="Public link"
      />
Answered by B33fb0n3
Here you can see how you add specific elements to your meta: https://nextjs.org/docs/app/api-reference/functions/generate-metadata#metadata-object
@In&Out
View full answer

4 Replies

Here you can see how you add specific elements to your meta: https://nextjs.org/docs/app/api-reference/functions/generate-metadata#metadata-object
@In&Out
Answer
okay will see now thanks...
this sucks lol