netlify-plugin-seo-lint

This plugin adds SEO checks to the files generated in your Netlify build, using @nickreese/seo-lint.

Installation

Add the plugin to your netlify.toml:

[[plugins]]
package = "netlify-plugin-seo-lint"

  [plugins.inputs]
  threshold = "warning"

Install to your devDependencies with npm:

npm i -D netlify-plugin-seo-lint

The plugin will run as part of your build, running SEO lint checks against the publish directory. The build will fail if any linting issues exceed the configured threshold.

Configuration

The following configuration options can be used: