-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Use og:type=website
for collection
#1294
Conversation
`<meta property="og:type" content="product.group" />` is not actually a valid value. Collection page should default to `<meta property="og:type" content="website" />` instead. cc: @jackson-lo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for bringing this up.
If this needs to be changed, I think we will have to follow up to get it updated here in our docs as well: https://shopify.github.io/liquid-code-examples/example/open-graph-tags
@ludoboludo would you be able to do that change? |
No I think I would need to find which team owns that. I'd start asking in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll reach out to docs 👍
@ludoboludo is there a way you can get another reviewer for me or use your power to merge? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Thanks @michenly
`<meta property="og:type" content="product.group" />` is not actually a valid value. Collection page should default to `<meta property="og:type" content="website" />` instead. cc: @jackson-lo
<meta property="og:type" content="product.group" />
is not actually a valid value. Collection page should default to<meta property="og:type" content="website" />
instead.cc: @jackson-lo
Why are these changes introduced?
Fixes #0.
What approach did you take?
Other considerations
Demo links
Checklist