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

[Bug] Google search results show "JS.ORG" #565

Open
domyen opened this issue Jun 14, 2023 · 0 comments
Open

[Bug] Google search results show "JS.ORG" #565

domyen opened this issue Jun 14, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@domyen
Copy link
Member

domyen commented Jun 14, 2023

Describe the bug

I dug into an issue a community member reported about the website name
image

Apparently we can't directly change it but we can try to affect how Google interprets the site by submitting structured data to google on the homepage /. Docs here. The property we want to use is name.

image

In addition, we add og:site_name to the tag:

<meta property="og:site_name" content="IMDb" />

Steps to reproduce the behavior

  1. Google storybook here
  2. See that the website name beside the favicon shows JS.ORG

Expected behavior

'JS.ORG" reads "Storybook"
Screenshot 2023-06-14 at 1 01 27 PM

@domyen domyen added the bug Something isn't working label Jun 14, 2023
@winkerVSbecks winkerVSbecks self-assigned this Jun 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants