Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

gatsby-plugin-seo-export

Extracts common SEO tags from pages, and creates csv files for each template containing the path alongside the SEO tags.

Usage

Install the plugin:

npm i @clipchamp/gatsby-plugin-seo-export

Add it to your gatsby-config.js

plugins: [
  {
      resolve: `@clipchamp/gatsby-plugin-seo-export`,
  },
]

Create a script in your package.json that sets the SEO_EXPORT environment variable to true

"scripts": {
    "seo": "SEO_EXPORT=true npm run build"
}
© 2023 Gatsby, Inc.