Skip to content

Commit f908ed5

Browse files
authored
Update README.md
1 parent 41bf10f commit f908ed5

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 components used by Google and other search engines in determining result placement.
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)