Skip to content

A GatsbyJS plugin to export SEO information for each page into a CSV

License

Notifications You must be signed in to change notification settings

clipchamp/gatsby-plugin-seo-export

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"
}

About

A GatsbyJS plugin to export SEO information for each page into a CSV

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published