Skip to content

Commit

Permalink
Correct potential miscommunication in SEO doc (#4778)
Browse files Browse the repository at this point in the history
It's implying that we don't client render — which we do — so remove that fragment since not important to message of the sentence.
  • Loading branch information
KyleAMathews authored Mar 30, 2018
1 parent 16cd6d5 commit 55496e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/seo.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Gatsby helps your site place better in search engines. Some advantages come out

### Server rendering

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

(You can see this by viewing the source for this page).

Expand Down

0 comments on commit 55496e9

Please sign in to comment.