Introducing improved SEO tooling #1988
scottdixon
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We originally introduced the
<Seo />
component when Remix didn't support generating JSON-LD metadata from route meta exports. That was fixed last year, giving us a chance to rethink SEO in Hydrogen. Our new SEO tooling makes it easier to customize SEO for individual routes, with more consistent results across the board.Hydrogen's new SEO approach uses Remix meta exports directly. See the migration guide in the release notes and learn about the new getSeoMeta utility.
Any components you've already implemented will keep working, but the component is being marked as deprecated, and will be removed in a future release.
Beta Was this translation helpful? Give feedback.
All reactions