@razvan-soare/gatsby-plugin-react-helmet

3.0.6 • Public • Published

gatsby-plugin-react-helmet

Provides drop-in support for server rendering data added with React Helmet.

React Helmet is a component which lets you control your document head using their React component.

With this plugin, attributes you add in their component, e.g. title, meta attributes, etc. will get added to the static HTML pages Gatsby builds.

This is important not just for site viewers, but also for SEO -- title and description metadata stored in the document head is a key component used by Google in determining placement in search results.

Install

npm install --save gatsby-plugin-react-helmet react-helmet

How to use

Just add the plugin to the plugins array in your gatsby-config.js

plugins: [`gatsby-plugin-react-helmet`]

Examples

Package Sidebar

Install

npm i @razvan-soare/gatsby-plugin-react-helmet

Weekly Downloads

0

Version

3.0.6

License

MIT

Unpacked Size

9.98 kB

Total Files

8

Last publish

Collaborators

  • razvan-soare