0.0.8 • Published 5 months ago

@webbio/strapi-plugin-seo-robots-addon v0.0.8

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

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

0.0.8

5 months ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago