I came across a scenario when I was debugging a website recently in that the header contained the Noindex,follow tag no matter what optiosn were selected in the WordPress admin area.

This is because of Disallow indexing plugin included. It’s a must use plugin that get’s installed when you install bedrock. If you change the environment in .env to production the tag won’t be added to the head. But when the enviroment variable in .env is set to development the tag appears in the head automatically.

Leave a Reply

Your email address will not be published. Required fields are marked *