Metadata help
Answered
In&Out posted this in #help-forum
In&OutOP
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
@In&Out
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
@In&Out
Answer
In&OutOP
okay will see now thanks...
this sucks lol