nashvillefcc / nashvillefccwebsite

Contains code related to Nashville FCC website
https://www.nashvillefcc.com
MIT License
9 stars 12 forks source link

SEO meta tags #44

Closed MoribundMedium closed 3 years ago

MoribundMedium commented 3 years ago

Acceptance Criteria

Introduce meta tags in our site header so that Twitter and Facebook preview embeds display relevant information.

Note that our site is currently using React Helmet in the /src/components/seo.js file for managing header meta tags. This ticket will also need to be tested after it has been merged into the project, or by using a test project. We can discuss the details of testing on the side if need be.

Related Features

Resources