Next.js Discord

Discord Forum

App Metadata

Unanswered
! nolikas posted this in #help-forum
Open in Discord
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
Oh, it's here now
Also, how do I change the color of the embed?
you use theme color in viewport settings