November 11, 2025
Meta robots tag
Auteur:
Daan Coenen
November 11, 2025
Auteur:
Daan Coenen
The meta robots tag is an HTML instruction that tells search engines how to treat your page.
With this tag, I decide whether or not a page can be indexed, whether links should be followed, and whether certain fragments can appear in the search results.
In short: with the meta robots tag, you give Google direction about indexing, crawling and viewing.
<meta name="robots" content="index, follow">This example tells Google: “you can include this page in the index and follow the links”.
By using the tag smartly, I control the way search engines read your website, which is essential for long-term SEO performance.
Without clear meta robot instructions, Google assumes the standard: indices, follow.
This means that everything that is found is also included in the index.
This is fine with small websites, but for larger projects, such as a webshop with thousands of product variants or filter pages, this leads to the indexation of irrelevant or duplicating URLs.
The result: Google wastes crawl budget on pages you'd rather not see in search results.
By using the meta robots tag strategically, I ensure that:
In my SEO processes, I use the meta robots tag at three levels:
For each page type, I decide whether or not it can be included in the index.
For example:
index, follownoindex, follownoindex, nofollowI use additional attributes to control what Google can show in search results.
<meta name="robots" content="max-snippet:160, max-image-preview:large, max-video-preview:0">This way, you can maintain control over how your snippet is displayed without blocking anything.
For temporary campaigns, I use:
<meta name="googlebot" content="unavailable_after: 31 Dec 2025 23:59:00 CET">After this date, the page will automatically disappear from the index.
I use the meta robots tag for HTML pages.
For files such as PDFs or images, there's the X-Robots Tag, which you add in the HTTP header.
<FilesMatch "\.(pdf|doc|jpg)$">
Header set X-Robots-Tag "noindex, noarchive"
</FilesMatch>This is useful for files that cannot be accessed via HTML, but that you still want to keep out of the index.
The meta robots tag and robots.txt look alike, but have a completely different function:
A mistake I often see: people set up a page noindex, but also block it in robots.txt.
Then Google will never be able to read the noindex, and the page will still remain in the index.
My rule:
“Do you want Google to forget something? Let him read it first.”
The canonical tag and meta robots work together, but not always well at the same time.
I use canonical when I want Google to consider multiple pages as one (e.g. product color variants).
I only use the noindex if the page really shouldn't be visible.
Important: Do not use them contradictory.
A page with noindex and a canonical in itself is confusing, Google doesn't know which instruction should win.
It also plays a role with large websites. crawl budget a role.
Every Google crawl takes time and resources.
Through irrelevant pages on noindex, follow to set, the internal link structure remains intact but the index is cleaned up.
For a customer with 40,000 filter pages, we applied this approach.
Result:
After implementation, I always check that Google interprets the instructions correctly:
Although AI and machine learning are getting smarter, the meta robot tag remains essential.
Even Google's generative search models (such as SGE) use these signals to determine what content should or should not be displayed in contextual responses.
A well-designed meta robots strategy not only helps with indexation management, but also with brand control in AI results.
The meta robots tag is a powerful tool, but only if you use it strategically.
I always use three steps:
At Rank Rocket, this comes as standard with every technical SEO audit.
The right meta robots implementation saves frustration, indexing problems and hours of manual work.
Krijg direct inzicht in de SEO kansen voor jou website.
.png)
Ik ben Daan Coenen, SEO-specialist en oprichter van Rank Rocket. Al meer dan zes jaar help ik bedrijven in Nederland en daarbuiten om duurzaam beter vindbaar te worden in Google, met strategie, techniek en content die écht werkt.