SEO Plugin Robots Indexing Default

Hello! Can someone help me with the following issue?

How do I set the robots settings in the Tobimori SEO plugin for Kirby 4 to “Default: YES”, instead of “Default: NO”?

Talking about this plugin: SEO - Robots.txt bot directives | Love & Kindness

If I implement it in the original way, all pages are set to

<meta content=“noindex,nofollow,noarchive,noimageindex,nosnippet” name=“robots”>

by default, I would like the opposite.

Thanks a lot!

Not familiar with the plugin, but it has its own documentation where the available settings are explained.

The plugin uses a cascade approach so any settings in the global SEO tab will change the defaults for all pages SEO settings.

Check the global SEO tab and make sure it’s set to yes for indexing. If you still have the problem, check the config.php file to ensure there is nothing in there that is preventing indexing.

Lastly, the plugin will always disable indexing when the debug mode is set to true in the config.php file. If the website is live, you should always disable debug mode.

Great, thank you, Neville! The fact that the settings are controlled globally via “site” is totally logical! Somehow I didn’t realize that… :wink:

1 Like

No problem Nelli :slight_smile: