
To remove a URL from Google Search Console, open the Removals tool under the Indexing section, click New Request on the Temporary Removals tab, paste the exact URL, and submit it. Google usually hides the page from search within a day. But that hide only lasts about six months, so to remove the URL for good you also need to delete or noindex the page, or return a 404 or 410 status code.
That two-part answer trips up most people. They fire off a removal request, watch the page vanish, assume the job is done, then panic six months later when it comes back. This guide walks through the exact clicks for the Removals tool, then shows you how to make the removal permanent so the URL never returns. Everything here follows the current Google Search Central documentation.
To remove a URL, open Search Console, choose your property, and click Removals in the left menu under Indexing. On the Temporary Removals tab, click New Request, paste the exact URL, pick whether to remove one URL or a whole prefix, and submit. Google typically hides it from Search within a few hours to a day.
Here is the full walkthrough, click by click.
That is the whole process for a temporary hide. It is genuinely fast, which is exactly why Google positions it as the emergency option. The catch is what happens next.
Hiding a URL and deleting a page are two separate actions. The Removals tool only hides the URL from Google Search results for about six months, according to Google. The page itself stays live on your server and stays in Google's index the whole time. To actually remove it you have to change the page: delete it, add a noindex tag, or return a 404 or 410 code.
This is the single most common misunderstanding with the tool. People think they deleted something from Google when all they did was draw a curtain over it for half a year.
So when should you reach for the temporary tool versus a permanent fix? Use the temporary hide when speed matters: a page with a customer's private data went live by accident, a price leaked early, or a draft published before it was ready. Use a permanent method when the page is genuinely done: an old product, a retired campaign, a duplicate you want gone for good. In most real situations you want both. Fire the temporary removal to buy time, then apply the permanent signal underneath it.
To permanently remove a URL, change the page so Google drops it on the next crawl. Google Search Central lists three reliable methods: remove or update the content so the server returns a 404 or 410 status code, add a noindex tag to the page, or password-protect it. Google calls removing the content the most secure option because it also keeps the page out of other search engines that may ignore noindex.
Each method fits a different situation. Here is how to choose.
If you want people to keep reaching the page but you want it out of Google, add a noindex robots meta tag in the <head>: <meta name="robots" content="noindex">. When Googlebot next crawls the URL and reads that tag, it drops the page from the index. This is the right call for thin tag pages, internal search results, or a landing page you only share by link. If you publish through WordPress, most SEO plugins let you toggle noindex per page without touching code, which our guide to publishing on WordPress walks through.
If the page is truly retired, the cleanest signal is to make the server return a 404 (Not Found) or 410 (Gone) status code. Both tell Google the page no longer exists, and Google drops it on the next crawl. A 410 is the more precise choice when you are certain the URL will never return, since it explicitly means Gone. A 404 is the standard response and works just as well in practice. Do not redirect an old URL to your homepage to make it disappear, since Google often treats that soft 404 as a signal to keep the page.
For pages that hold sensitive material, put them behind a login. Password protection blocks Googlebot and other crawlers from accessing the page at all, so it cannot be indexed, while the right users can still sign in and view it. Google names this as one of its three permanent removal methods.
This is the trap that keeps URLs stuck in Google for months. If a page is already indexed, blocking it in robots.txt does not remove it. Google says so directly: blocking the URL stops Googlebot from crawling it, which means Google never sees the noindex tag or the 404 you added, so the page can stay in the index. Let Google crawl the page and read the removal signal. Only block a URL in robots.txt if it was never indexed and you want to keep it that way.
The Remove Outdated Content tool is Google's public request tool for pages you do not own. It works only after the page has already changed or been taken down: you submit the URL, Google recrawls it, and if the content is gone or the cached snippet is stale, Google updates or removes the result. You cannot use the Search Console Removals tool on a site you have not verified, so this is the route for third-party pages.
A common case: an old page of yours still shows an outdated title or a snippet with information you already deleted. If you own the site, update the page and let Google recrawl, or use the Removals tool to clear the cache faster. If the page belongs to someone else, ask them to remove it first, then submit it through the Remove Outdated Content tool so the dead result drops out of Search. If the content involves personal or legal issues, Google has separate removal request forms for those cases.
Most failed removals come down to a handful of avoidable errors. Watch for these.
If you are removing pages as part of a bigger cleanup, it helps to understand how your index health shows up in reporting. Our explainer on what impressions mean in Search Console shows how removed pages stop counting once they drop out.
How do I remove a URL from Google Search Console? Open Search Console, select your property, and click Removals under the Indexing section. On the Temporary Removals tab, click New Request, paste the exact URL, choose Remove this URL only or Remove all URLs with this prefix, and submit. Google usually hides the URL within a day, but the request only lasts about six months, so pair it with a permanent method.
How long does a Search Console removal last? Google states that a request made in the Removals tool lasts for about six months. After that window the URL can reappear in search results unless you have also removed the page, added a noindex tag, or returned a 404 or 410 status code.
Does the Removals tool delete my page? No. The Removals tool only hides the URL from Google Search results for about six months. The page itself stays live on your server and stays in Google's index. To actually delete it you have to change the page, using a 404 or 410 response, a noindex tag, or password protection.
What is the difference between the Removals tool and a noindex tag? The Removals tool is a temporary hide that lasts about six months and works within hours, which is why Google recommends it for urgent cases. A noindex tag is a permanent signal that drops the URL from the index when Googlebot next crawls the page. Use the tool for speed and noindex to make the removal stick.
Should I use 404 or 410 to remove a page? Both work, and Google treats them almost the same for indexing. A 410 (Gone) tells Google the page is permanently removed and will never return, so it can be dropped slightly faster, while a 404 (Not Found) is the standard response for a page that no longer exists. If the page is gone for good, 410 is the more precise choice.
Why should I not use robots.txt to remove a URL? Google warns against using robots.txt to remove an already indexed page. Blocking the URL in robots.txt stops Googlebot from crawling it, which means Google never sees the noindex tag or 404 you added, so the URL can stay stuck in the index. Let Google crawl the page and read the removal signal instead.
How do I remove a URL I do not own from Google? If you do not own the site, use Google's Remove Outdated Content tool. It works when the page has already been changed or taken down: Google recrawls the URL and, if the content is gone, updates or removes the cached result. You cannot use the Search Console Removals tool on a property you have not verified.
How long does it take Google to remove a URL? A Removals tool request is usually processed within a few hours to a day. Permanent removal through a 404, 410, or noindex tag depends on crawl frequency and can take anywhere from a few days to a few weeks, because Google has to recrawl the URL to see the change.
If the situation is urgent, submit a temporary removal now to get the URL out of Search within a day. Then decide the permanent fix: noindex if the page should stay live, a 404 or 410 if it is retired, or a login if it is private. Apply that signal, keep the crawl path open, and confirm it with the URL Inspection tool. Do both and the URL leaves for good instead of resurfacing in six months. If you are cleaning up indexing across a larger site and want a second set of eyes on what to remove versus keep, request a free SEO audit from Rankite and we will map it out with you.
Get a free, no-obligation SEO audit and a 30-minute strategy session. We'll show you exactly where the growth is hiding.
Fill out the form and we'll get back to you within one business day. Prefer email? Write to us directly at contact@rankite.com.