Skip to content

Commit 961ff54

Browse files
calcsamKyleAMathews
authored andcommitted
Update README.md (#4764)
* Update README.md * Update README.md
1 parent 41bf10f commit 961ff54

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

packages/gatsby-plugin-react-helmet/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ React Helmet is a component which lets you control your document head using
77
their React component.
88

99
With this plugin, attributes you add in their component, e.g. title, meta
10-
attributes, etc. will get added to the static HTML pages Gatsby builds.
10+
attributes, etc. will get added to the static HTML pages Gatsby builds.
11+
12+
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.
1113

1214
## Install
1315

@@ -20,3 +22,8 @@ Just add the plugin to the plugins array in your `gatsby-config.js`
2022
```javascript
2123
plugins: [`gatsby-plugin-react-helmet`];
2224
```
25+
26+
## Examples
27+
28+
[GatsbyJS.org](https://github.com/gatsbyjs/gatsby/blob/master/www/src/layouts/index.js)
29+
[Jason Lengstorf personal website](https://github.com/jlengstorf/lengstorf.com/blob/master/src/components/SEO.js)

0 commit comments

Comments
 (0)