@webbio/strapi-plugin-seo-robots-addon
TypeScript icon, indicating that this package has built-in type declarations

0.0.8 • Public • Published

Strapi plugin Seo Robots Addon

Plugin that adds nofollow and noindex switches to the Seo Strapi plugin. It's an extension of: https://www.npmjs.com/package/@strapi/plugin-seo.

How to use

  1. Install the Seo plugin: yarn add @strapi/plugin-seo
  2. Install this plugin: yarn add @webbio/strapi-plugin-seo-robots-addon
  3. Enable the seo and the seo-robots-addon plugin in plugins.(js|ts):
export default ({ env }) => ({
	//...
	seo: {
		enabled: true
	},
	'seo-robots-addon': {
		enabled: true
	}
	//...
});
  1. Add the custom field to seo.json:
"noIndexNoFollow": {
  "type": "customField",
  "customField": "plugin::seo-robots-addon.seo-robots-addon"
},
  1. Use the plugin by manually editing the metaRobots field or using the new switch buttons.

how-to screenshot

Readme

Keywords

none

Package Sidebar

Install

npm i @webbio/strapi-plugin-seo-robots-addon

Weekly Downloads

5

Version

0.0.8

License

MIT

Unpacked Size

81.8 kB

Total Files

37

Last publish

Collaborators

  • fred-webbio
  • smdehaas
  • jaapwebbio
  • rowanpaul
  • mikewebbio
  • hayedewit
  • tomwebbio
  • maikelm
  • joerismits
  • martijn-webbio