Skip to content

Commit 5461cfb

Browse files
LekoArtsDSchau
authored andcommitted
feat(docs): Update SEO instructions (#11079)
Incorporated https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-offline#notes into the SEO doc
1 parent 42eb29c commit 5461cfb

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/docs/seo.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,13 @@ Gatsby helps your site place better in search engines. Some advantages come out
88

99
Because Gatsby pages are server-rendered, all the page content is available to Google and other search engines or crawlers.
1010

11-
(You can see this by viewing the source for this page).
11+
You can see this by viewing the source for this page with `curl` (in your terminal):
12+
13+
```shell
14+
curl https://www.gatsbyjs.org/docs/seo
15+
```
16+
17+
`Right-Click => View source` won't show you the actual HTML (but the pages are still server-rendered!) as this site is using service workers. [Read these notes](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-offline#notes) to learn more.
1218

1319
### Speed boost
1420

0 commit comments

Comments
 (0)