You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/gatsby-plugin-react-helmet/README.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,9 @@ React Helmet is a component which lets you control your document head using
7
7
their React component.
8
8
9
9
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.
11
13
12
14
## Install
13
15
@@ -20,3 +22,8 @@ Just add the plugin to the plugins array in your `gatsby-config.js`
0 commit comments