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: docs/docs/seo.md
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,13 @@ Gatsby helps your site place better in search engines. Some advantages come out
8
8
9
9
Because Gatsby pages are server-rendered, all the page content is available to Google and other search engines or crawlers.
10
10
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.
0 commit comments