Skip to content
This repository has been archived by the owner on Jan 1, 2023. It is now read-only.

Yoast SEO

Tyler Barnes edited this page Feb 18, 2019 · 8 revisions

Before adding Yoast, you need to first connect your WP install to your gatsby repo.

To enable Yoast support:

  1. Install and activate Yoast SEO
  2. go to development->SEO->social->facebook and add an image under "Default settings". If you don't add this image, your builds will fail.
  3. Make sure you've added a frontend url at development->wordsby.
  4. Save at least one page or post so yoast data gets committed to your gatsby repo.

Wordsby is aware of which plugins are active on your WP install. If Yoast is active it will pass through the appropriate data to React Helmet. OG tags, titles, and meta descriptions are all currently supported except for og:locale and fb:app_id.

Clone this wiki locally