You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue documents the implementation of the core atom SiteMetadata that injects global metadata like documented in the “SEO & Social Media Representation” design concept. Next to general data like the page title and canonical URL it will include data for the Open Graph Protocol and Twitter Cards.
The component won't render any UI, but injects the elements into the <head> using React Helmet.
For more details read the great documentation about SEO with Gatsby.
Tasks
Implement the represented data as project-wide entity.
Implement the SiteMetadata component.
Add the SiteMetadata component to existing pages.
The text was updated successfully, but these errors were encountered:
This issue documents the implementation of the core atom
SiteMetadata
that injects global metadata like documented in the “SEO & Social Media Representation” design concept. Next to general data like the page title and canonical URL it will include data for the Open Graph Protocol and Twitter Cards.The component won't render any UI, but injects the elements into the
<head>
using React Helmet.For more details read the great documentation about SEO with Gatsby.
Tasks
SiteMetadata
component.SiteMetadata
component to existing pages.The text was updated successfully, but these errors were encountered: