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

Metadata Component #101

Closed
3 tasks done
arcticicestudio opened this issue Dec 21, 2018 · 0 comments
Closed
3 tasks done

Metadata Component #101

arcticicestudio opened this issue Dec 21, 2018 · 0 comments

Comments

@arcticicestudio
Copy link
Contributor

arcticicestudio commented Dec 21, 2018

Associated epic: #100

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.
@arcticicestudio arcticicestudio added this to the 0.4.0 milestone Dec 21, 2018
@arcticicestudio arcticicestudio self-assigned this Dec 21, 2018
arcticicestudio added a commit that referenced this issue Dec 22, 2018
This includes social media and community URLs/links and a default image
used as banner for Open Graph and Twitter Card `<meta>` tags.

GH-101
arcticicestudio added a commit that referenced this issue Dec 22, 2018
Implemented the core atom `SiteMetadata` that injects global metadata
like documented in the "SEO & Social Media Representation" design
concept (1). Next to general data like the page title and canonical URL
it includes data for the Open Graph Protocol (2) and Twitter Cards (3).
The component doesn't render any UI, but injects the elements into the
`<head>` using React Helmet (4).

For more details read the great documentation about SEO with Gatsby (5).

References:
  (1) #100
  (2) http://ogp.me
  (3) https://developer.twitter.com/en/docs/tweets/optimize-with-cards/guides/getting-started.html
  (4) https://github.com/nfl/react-helmet
  (5) https://www.gatsbyjs.org/docs/seo

Associated epic: GH-100
GH-101
arcticicestudio added a commit that referenced this issue Dec 22, 2018
All currently existing pages will now include the implemented metadata
tags in the `<head>`.

GH-101
arcticicestudio added a commit that referenced this issue Dec 22, 2018
@arcticicestudio arcticicestudio removed their assignment Dec 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant