Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebSiteJsonLd #1472

Open
imprisonedmind opened this issue May 13, 2024 · 0 comments
Open

WebSiteJsonLd #1472

imprisonedmind opened this issue May 13, 2024 · 0 comments

Comments

@imprisonedmind
Copy link

imprisonedmind commented May 13, 2024

Is your feature request related to a problem? Please describe.
I have both <OrganizationJsonLd/> and <LocalBusinessJsonLd/> yet my siteName on Google search does not change from a URL. Following these docs, it appears we are missing <WebSiteJsonLd/> either that or I am missing something?

I also have my all metadata fields setup correctly.

Describe the solution you'd like

      <WebSiteJsonLd
        useAppDir={true}
        siteMetadata={{
          '@type': 'WebSite',
          name: 'Burnt Toast',
          alternateName: ['BT', 'B-T', 'Burnt Toast Shop'],
          url: 'https://www.example.com/',
        }}
      />

Describe alternatives you've considered

  1. Tried other jsonLD tags
  2. Tried Next.js metadata tags
  3. Passing custom data to <DefaultSeo/>
      <DefaultSeo
        dangerouslySetAllPagesToSources={{
          websiteJsonLd: {
            "@context": "https://schema.org",
            "@type": "WebSite",
            name: "Burnt Toast",
            alternateName: ["BT", "B-T", "Burnt Toast Shop"],
            url: "https://www.example.com/",
          },
        }}
      />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant