#Why isn't metadata working?

4 messages · Page 1 of 1 (latest)

simple sleet
#

Here is the code, not sure what's wrong

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",
    ],
  },
};```
eager vaultBOT
#

🔎 This post has been indexed in our web forum and will be seen by search engines so other users can find it outside Discord

🕵️ Your user profile is private by default and won't be visible to users outside Discord, if you want to be visible in the web forum you can add the "Public Profile" role in id:customize

✅ You can mark a message as the answer for your post with Right click -> Apps -> Mark Solution
(if you don't see the option, try refreshing Discord with Ctrl + R)

simple sleet
#

It doesn't update nothing, but there are meta tags on the site when i inspect the page

tidal pasture
#

how or where do you use it