Spring Sale! Save 30% on all books w/ code: PLANET24
Web Dev + WordPress + Security

WordPress Plugin: Disable WP Robots

Disable WP Robots WordPress 5.7 features a new Robots API that provides filter-based control over the robots meta tag. So if your site is running WordPress 5.7 or better, you will notice a new <meta> tag included in the <head> section of your web pages.

By default, the meta tag added by WordPress has a value of max-image-preview:large, which is fine IF it is the only robots meta tag on the page. If your site already has its own meta robots tag, then there will be duplicate tags, which is dubious at best. Ideally for optimal SEO, you want only ONE robots meta tag on each page.

5-second summary: Want to disable the meta robots tag added by WordPress? Get the free plugin. More details provided in the article below.

Check your pages

After WordPress 5.7 is released, check the source code of your site’s web pages. On each page you will find the new meta robots tag added by WordPress. Here is a screenshot of what to look for:

Screenshot of robots meta tag added by WordPressNew robots meta tag, replete with single quotes (click image to view full-size)

Now search for any duplicate meta robots tags on the page. If you’re using a plugin to add proper meta tags, or if they are added via your theme template, you may find multiple instances of the meta robots tag. Here is a screenshot showing an example of duplicate robots tags, each specifying a different content value:

Screenshot showing duplicate robots meta tagsShowing duplicate robots meta tags on the page (click image to view full-size)

From what I’ve read, multiple/duplicate meta robots tags on the same page should be avoided. Best case scenario the client properly combines and interprets the different values. Worst case scenario the client misinterprets and something goes awry.

How to disable the WP robots tag

Thanks to the WP team, there is an easy way to disable the meta robots tag that’s added by WordPress. Simply include the following line of code in your theme (or child theme), or include via simple custom plugin:

remove_filter('wp_robots', 'wp_robots_max_image_preview_large');

Save changes and done. When the above line is included, WordPress will not add a meta robots tag to any of your pages. Any meta tags that are added via plugins or themes will not be affected by the above code. Learn more about how it works.

OR..

If you would rather skip messing with code and just use a plugin instead. You can download my plugin Disable WP Robots from its home at the WP Plugin Directory.

About the Author
Jeff Starr = Fullstack Developer. Book Author. Teacher. Human Being.
Blackhole Pro: Trap bad bots in a virtual black hole.

One response to “WordPress Plugin: Disable WP Robots”

  1. I tried to use the wp robots, the result was: SLOW As h*ll! It is better to use the old robots.txt and do asabove:)

Comments are closed for this post. Something to add? Let me know.
Welcome
Perishable Press is operated by Jeff Starr, a professional web developer and book author with two decades of experience. Here you will find posts about web development, WordPress, security, and more »
Banhammer: Protect your WordPress site against threats.
Thoughts
I live right next door to the absolute loudest car in town. And the owner loves to drive it.
8G Firewall now out of beta testing, ready for use on production sites.
It's all about that ad revenue baby.
Note to self: encrypting 500 GB of data on my iMac takes around 8 hours.
Getting back into things after a bit of a break. Currently 7° F outside. Chillz.
2024 is going to make 2020 look like a vacation. Prepare accordingly.
First snow of the year :)
Newsletter
Get news, updates, deals & tips via email.
Email kept private. Easy unsubscribe anytime.