How to Remove a Link From Google Search Results
Getting a URL out of Google's index isn't always straightforward — and the right method depends heavily on why the link appears, who controls it, and how quickly you need it gone. Here's a clear breakdown of how the process actually works.
Why Links Appear in Google Search
Google's crawlers continuously scan the web, indexing pages they find through links, sitemaps, and prior crawl history. Once a URL is indexed, it can appear in search results until Google recrawls it and detects a change — or until it's explicitly removed.
There are two fundamentally different situations:
- You own the website where the link lives
- You don't own the website where the link lives
Each path has different tools, timelines, and limitations.
If You Own the Website
This is the most controllable scenario. You have several options depending on how permanently you want the content removed.
Use Google Search Console's URL Removal Tool
Google Search Console includes a Temporary Removals tool that lets verified site owners request that a URL be hidden from search results for approximately six months. It doesn't delete the page — it suppresses it from appearing in results while Google processes a longer-term solution.
To use it:
- Log into Google Search Console
- Select your property
- Navigate to Index → Removals
- Submit the URL under Temporary Removals
This is fast — often taking effect within hours — but it's not permanent on its own.
Make the Change Permanent With Technical Controls
For long-term removal, the URL removal tool should be paired with one of the following:
- Delete the page entirely and return a 410 (Gone) HTTP status code. A 404 works too, but 410 signals to Google that the removal is intentional and permanent.
- Add a noindex meta tag to the page's HTML (<meta name="robots" content="noindex">). This tells Google not to include the page in its index on the next crawl.
- Update your robots.txt file to block crawling — though this method doesn't guarantee removal from search results if the page was already indexed. Google can still show a URL it can't crawl.
🔍 The most reliable combination: delete or noindex the page and submit a temporary removal request in Search Console to speed up the process.
Updating Cached Versions
Google also stores cached snapshots of pages. Even after a page is removed from search results, the cache may linger briefly. Submitting a URL for re-crawl via Search Console, or requesting cache removal through the Removals tool, helps clear this faster.
If You Don't Own the Website
This is significantly more complicated. You can't force Google to remove content it's legitimately indexing from a third-party site. Your options are narrower:
Contact the Website Owner
The most direct path is asking the website owner to remove the page or add a noindex tag. Once that's done, Google will drop it from results after the next crawl. There's no guaranteed timeline — it can take days to weeks.
Legal Removal Requests
Google accepts legal requests for content removal under specific circumstances, including:
- Personal information (certain types of sensitive data, like financial info or login credentials)
- Non-consensual explicit imagery
- Content that violates specific laws (copyright via DMCA takedown, for example)
- Outdated personal information in some regions (particularly under GDPR's Right to Be Forgotten in the EU/UK, and similar frameworks in other jurisdictions)
These requests are submitted through Google's legal removal tools. Google reviews each case individually — approval is not automatic, and the scope of what qualifies varies significantly by request type and location.
The Right to Be Forgotten (EU/UK)
Under GDPR, individuals in the European Economic Area and UK can request that Google remove certain search results that are inadequate, irrelevant, or excessive relative to the purposes for which they were originally published. This applies specifically to results that surface personal information about private individuals.
📋 These requests require demonstrating a legal basis and are evaluated case by case. Approval rates vary, and Google may decline if there's a public interest argument for keeping the content accessible.
Factors That Affect How Long Removal Takes
| Factor | Impact on Timeline |
|---|---|
| Whether you own the site | Faster if yes; much slower if no |
| HTTP status code returned | 410 speeds deindexing vs. 404 |
| Crawl frequency of the page | High-traffic pages recrawl faster |
| Whether a temporary removal was requested | Can suppress within hours |
| Legal request type | Days to months depending on complexity |
| Whether content is on a third-party site | Depends on owner cooperation or legal review |
What Google Won't Remove
Not everything qualifies for removal. Google generally won't remove links simply because someone dislikes the content, finds it unflattering, or wants it suppressed for competitive reasons. Content that is factually accurate, legally published, and in the public interest typically stays indexed regardless of a removal request.
The Variable That Changes Everything 🔧
The appropriate method, realistic timeline, and likely outcome all hinge on your specific situation — who controls the page, what jurisdiction applies, whether the content meets legal removal criteria, and how technically accessible the site is. Someone managing their own business website has a very different toolkit than a private individual trying to remove a third-party mention.
Understanding which category your situation falls into is the necessary first step before any removal action will be effective.