Skip to content

Commit

Permalink
docs: use PRPL pattern doc link (#10004)
Browse files Browse the repository at this point in the history
Hey, just noticed the term PRPL pattern in "SEO with Gatsby", turns out we actually have another doc page about that.
<!--
  Q. Which branch should I use for my pull request?
  A. Use `master` branch (probably).

  Q. Which branch if my change is a bug fix for Gatsby v1?
  A. In this case, you should use the `v1` branch

  Q. Which branch if I'm still not sure?
  A. Use `master` branch. Ask in the PR if you're not sure and a Gatsby maintainer will be happy to help :)

  Note: We will only accept bug fixes for Gatsby v1. New features should be added to Gatsby v2.

  Learn more about contributing: https://www.gatsbyjs.org/docs/how-to-contribute/
-->
  • Loading branch information
btk authored and pieh committed Nov 19, 2018
1 parent c268745 commit d4fd507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/seo.md
Expand Up @@ -12,7 +12,7 @@ Because Gatsby pages are server-rendered, all the page content is available to G

### Speed boost

Gatsby's many built-in performance optimizations, such as rendering to static files, progressive image loading, and the PRPL pattern—all help your site be lightning-fast by default.
Gatsby's many built-in performance optimizations, such as rendering to static files, progressive image loading, and the [PRPL pattern](/docs/prpl-pattern/)—all help your site be lightning-fast by default.

Starting in January 2018, Google [rewards faster sites with a bump in search rankings](https://searchengineland.com/google-speed-update-page-speed-will-become-ranking-factor-mobile-search-289904).

Expand Down

0 comments on commit d4fd507

Please sign in to comment.