These three get used interchangeably, and they do completely different things. Here's which one to reach for when you want a page gone from Google, and why the wrong choice usually makes it stick around.
By Team WebSync · · 4 min read

"Can you just noindex it in robots.txt" is a request we get regularly, and it doesn't quite make sense - because robots.txt, the noindex directive, and the canonical tag are three separate mechanisms that solve three different problems. Picking the wrong one is how a page you wanted removed ends up permanently stuck in the results with a blank description.
It's worth being precise about what each one does, because the failure modes are specific and they compound.
A `Disallow` rule in robots.txt tells Googlebot not to fetch the page. It does not tell Google to keep the URL out of the index. If other pages link to it, Google can still list the URL - usually with no snippet and a "No information is available for this page" line. And because Google was told not to crawl it, it never sees any noindex tag you put on the page. Blocking a page in robots.txt and adding a noindex tag to it at the same time means the noindex is never read.
A `<meta name="robots" content="noindex">` tag in the page head, or an `X-Robots-Tag: noindex` HTTP header, is a directive Google honours. The page has to stay crawlable for the tag to be seen. Once Google processes it, the page drops out of the index and stays out as long as the tag remains - remove it later and the page becomes eligible again. If you need the removal to happen quickly, Search Console's removals tool hides the URL for around six months while the noindex propagates on its own.
A `rel="canonical"` tag tells Google which URL, among a set of duplicates or near-duplicates, you consider the primary one. Google usually respects it, but it can and does override it when other signals disagree - internal links, the sitemap, or the page content itself pointing somewhere else. It does not remove anything: both URLs stay crawlable, and either can still appear in results. Use it to consolidate duplicates onto one URL, never to suppress a page you want gone.
To check what a live page is actually telling Google, view its HTML source or use Search Console's URL Inspection. Our SEO Analyzer pulls the robots meta tag and the canonical URL out of a page's markup so you can see both in one place, and the Sitemap Validator flags URLs you're submitting in a sitemap that are actually set to noindex - one of the more common contradictions we find.
Almost every "why is this page still in Google" case we look at comes down to the same thing: it was blocked in robots.txt, so Google could never crawl it to see the noindex that would have removed it.
No. Robots.txt only stops Google crawling the page; the URL can still be indexed and shown if other sites link to it, just without a description. Worse, a page it can't crawl is a page where it never sees a noindex tag. To remove a page, allow crawling and add a noindex directive.
Perform an instant SEO check. Validate meta titles, description lengths, heading tags hierarchy, and image alt tags.
Check a sitemap.xml against the sitemap protocol - well-formed XML, valid URLs, lastmod/changefreq/priority formats, duplicate entries, and the 50,000-URL limit.
Book a free consult - we'll scope it and give you a fixed price.