Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@clipchamp/gatsby-plugin-seo-export

Package Overview
Dependencies
Maintainers
48
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clipchamp/gatsby-plugin-seo-export

A GatsbyJS plugin to export SEO information to a CSV

  • 1.2.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
48
Weekly downloads
 
Created
Source

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

Keywords

FAQs

Package last updated on 14 Sep 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc