App Metadata
Unanswered
! nolikas posted this in #help-forum
I have this issue with Metadata. Here's my code:
// layout.tsx
...
export const metadata: Metadata = {
title: "nolikas",
description: "nolikas.xyz",
metadataBase: new URL("https://nolikas.xyz"),
alternates: {
canonical: "/",
languages: {
"en-US": "/en-US",
},
},
openGraph: {
images: "/og-image.png",
},
};
... In my opinion, everything should be working, but for some reason, metadata card does not display any data (except title and description). If I check my app's head element, this is what I have:7 Replies
in case someone wants to check, here's the url:
https://nolikas.xyz
https://nolikas.xyz
you use theme color in viewport settings