Google Deindexing Explained: How to Remove Pages From Search
What You'll Learn
01 What "deindexing" actually means
02 Why Google removes pages from its index
03 What is possible and what is not
04 Crawling vs indexing: the core idea
05 Practical ways to deindex a page
06 How to check if a page is deindexed
07 How to reindex a page if you change your mind
08 Quick decision guide for non-SEO users
If you run a website, you probably think only about how to appear in Google. But sometimes, the smart move is the opposite. You may need to remove a page from Google's search results. That process is called deindexing.
Much of this process is hard to explain without some technical SEO terms. I will use a few of them, but I will also explain everything in clear, simple language so beginners, business owners, and marketers can follow along.
In this guide, you will learn:
• What deindexing actually means
• When and why pages disappear from Google
• What is possible and not possible with deindexing
• Clear steps to deindex and reindex pages
• Simple checks to see if a page is in Google or not
You do not need to be an SEO expert.
What "deindexing" actually means
Deindexing means removing a page from Google's search results.
Think of Google like a giant online library. Every page it knows about sits on a shelf. When you deindex a page, you tell Google:
"Please remove this page from your library so people cannot find it in search."
If a page is indexed, it can show up when someone searches on Google.
If a page is deindexed, it will not show in Google's search results.
Deindexing affects visibility in search, not the page itself.
Deindexing does not:
• Delete the page from your website
• Remove it from your server
• Stop people from visiting it if they already know the URL
If someone has the direct link, they can still open the page in their browser unless you also block access or delete it.
Why Google removes pages from its index
Pages can leave Google's index for different reasons. Sometimes Google does it. Sometimes the site owner does it.
When Google removes pages automatically
Google can remove or stop indexing pages when it sees problems like:
Guideline violations — Pages with spam, malware, hacking, cloaking, or shady link schemes.
Technical issues — Server errors, incorrect use of noindex tags, blocking rules that stop Google from accessing the page.
If a page disappears, it may come from one of these:
• Google sees it as risky or spammy
• The content looks too weak or repetitive
• The site has technical issues that prevent proper crawling and indexing
When you choose to remove pages
You or your team may want to deindex a page when:
The page is private or sensitive — Example: admin portals, internal dashboards, client-only reports.
The page is outdated — Example: old pricing, old campaigns, expired offers.
You want a better SEO strategy — Remove thin, duplicate, or low-quality content. This will boost your site's overall quality.
You need urgent removal — Example: legal issues, personal data, major errors, wrong information.
What is possible and what is not
Before you start, it helps to know what deindexing can and cannot do.
What You Can Do
Stop a page from appearing in Google search results
Keep the page online but hidden from Google search
Temporarily hide a page while you fix or update it
Clean up your search presence by removing unhelpful pages
What You Cannot Do
Erase a page from the entire internet (only affects Google)
Make a page truly private (people with the URL can still visit)
Force instant action every time (Google needs processing time)
Deindex pages you do not own (need legal options like DMCA)
What you can do with deindexing
With deindexing, you can:
Stop a page from appearing in Google search results.
Keep the page online but hidden from Google search.
Temporarily hide a page while you fix or update it.
Clean up your search presence by removing pages that do not help users.
What you cannot do with deindexing alone
Deindexing is powerful, but it has limits. You cannot:
Erase a page from the entire internet using deindexing alone. Deindexing only affects that page in Google search. Other search engines may still show it until you handle them too.
Make a page truly private just by deindexing. People who already know or save the URL can still visit it. To protect sensitive content, you need passwords, access control, or deletion.
Force instant action every time. You can submit a request to remove or reindex. Google still needs time to process the change.
Deindex pages you do not own. You cannot directly deindex content on someone else's site. For copied or stolen content, you may need legal options like a DMCA request.
Crawling vs indexing: the core idea
To understand deindexing, you need two simple concepts.
Crawling: Googlebot visits your page and reads it.
Indexing: Google decides whether to store and show that page in search results.
Understanding the Difference
Crawling
Googlebot visits your page
Google's bot accesses your page and reads its content. This is the first step—discovery.
Indexing
Google stores your page
Google decides whether to add your page to its searchable database. Only indexed pages appear in results.
Possible States
Crawled + IndexedCan appear in search
Crawled but Not IndexedGoogle saw it but excluded it
Not Crawled, Not IndexedGoogle hasn't accessed it
A page can be:
Crawled and indexed → It can appear in Google search
Crawled but not indexed → Google saw it but decided not to include it
Not crawled and not indexed → Google has not accessed it yet or cannot access it
Deindexing focuses on the indexing step. You are telling Google:
"You can drop this page from your search results."
Practical ways to deindex a page
Here are simple, real-world methods you or your developer can use.
Method 1: Use a "noindex" meta tag (best for most cases)
Goal: Keep the page online but remove it from Google search.
You tell Google not to index the page by adding a small piece of code in the page's <head> section.
1
What to do
Open the page settings in your CMS (for example WordPress, Shopify, Wix). Many SEO plugins or settings screens have an option like "Noindex this page".
2
If you handle code, add this inside the <head> of the page
Add the noindex meta tag directly to your HTML.
HTML <head> section
<!-- Add this inside the <head> tag of your page -->
<metaname="robots"content="noindex">
1
name="robots" — Targets all search engine crawlers
2
content="noindex" — Tells search engines not to index this page
3
Save and publish the changes
Wait for Google to crawl the page again. After that, it will remove the page from search results.
When to use this
• Landing pages for paid campaigns that you do not want in organic search
• Internal resources where you still want easy access via a direct link
• Old or thin content that you want to hide while you improve it
Method 2: Use Google Search Console Removals (for quick, temporary hiding)
Goal: Quickly hide a page from Google while you work on a more permanent fix.
1
Go to Google Search Console and sign in
Make sure your site is verified there.
2
In the left menu, click Removals
Choose Temporary removals.
3
Enter the exact URL you want to hide
Submit the request.
GoogleSearch Console
Inspect any URL in "https://blog.newreputation.com/"
U
https://blog.newrep...
Removals
Cache updates are no longer available. You can still request snippet updates.
TEMPORARY REMOVALS
OUTDATED CONTENT
SAFESEARCH FILTERING
Need to urgently remove content from Google Search?
Submitted requests
URL
Type
Requested
Status
No requests submitted in the last 6 months
What happens next
Google hides the URL from search results for a limited time (usually around 6 months).
To make removal permanent, you still need to:
• Add a noindex tag, or
• Delete the page so it returns a 404 or 410 status.
Method 3: Delete the page (404 or 410 status)
Goal: Remove the page completely from your site and then from Google.
1
Remove the page from your CMS or server
Delete the page or post from your content management system.
2
Make sure the URL returns the correct status
The URL should return 404 Not Found or 410 Gone.
3
Optional: Speed up removal
Use the Removals tool in Google Search Console to speed up the process.
Result
Users cannot open the page at that URL anymore. After some time, Google drops it from search results.
Use this when the page has no future use at all.
Method 4: Use robots.txt with caution
The robots.txt file tells search engines which URLs they should not crawl.
Important
Blocking crawling is not the same as blocking indexing.
If another website links to a page that you block in robots.txt, Google may still show the URL in search results without a full preview.
robots.txt
Located at: yoursite.com/robots.txt
User-agent:*
Disallow:/admin/
Disallow:/private/
Disallow:/test-pages/
# Allow everything else
Allow:/
Important Limitation
Blocking crawling is not the same as blocking indexing. If another site links to a blocked page, Google may still show the URL in search results (without a preview). For true deindexing, use a noindex tag instead.
Use robots.txt when you want to:
Reduce crawling of low value sections such as filter URLs or test areas
Guide Google away from large sets of unimportant URLs
Do not rely on robots.txt alone if your main goal is "never show this in Google search." For that, use noindex or deletion.
Method 5: Use X-Robots-Tag for files like PDFs
Sometimes you want to remove non-HTML files from search, such as:
PDFs
Images
Other documents and downloads
Here you can use the X-Robots-Tag at the server level. A developer or hosting provider can set a response header like:
HTTP Response Header
# Server response header for PDF or image files
X-Robots-Tag: noindex
Common Use Cases
PDF Documents
Images
Downloadable Files
A developer or hosting provider can configure this at the server level.
This tells Google not to index that file.
How to check if a page is deindexed
You do not need advanced tools for simple checks.
Option 1: Search the URL in Google
Copy the full URL from your browser.
Paste it into Google search.
If the page does not appear, and it used to show before, it may be deindexed.
Option 2: Use the site: search
In Google, type: site:yourdomain.com/page-url
If you see no result for that URL, Google likely does not have it indexed.
google.com
Google
site:yourdomain.com/page-url
Your search - site:yourdomain.com/page-url - did not match any documents.
What this means:
If this page used to appear in search results, it has been successfully deindexed.
Option 3: Use Google Search Console
1
Open Google Search Console
Sign in to your verified property.
2
Use the URL Inspection tool
Paste in your URL.
3
Review the results
You will see if the page is indexed, not indexed, blocked by robots.txt, or affected by a noindex rule.
GoogleSearch Console
Inspect any URL in "https://blog.newreputation.com/"
U
https://blog.newrep...
https://blog.newreputation.com/sample-page
URL Inspection
URL is not on Google: Excluded by 'noindex' tag
This page contains a noindex directive and has been excluded from the index.
VIEW CRAWLED PAGE
Page changed?REQUEST INDEXING
Page indexing
Excluded by 'noindex' tag
Enhancements & Experience
HTTPS
Page is served over HTTPS
How to reindex a page if you change your mind
Maybe you deindexed a page by mistake. Or you fixed the issues and now want it back in search.
Here is how to bring it back.
Step 1: Remove the blocking signals
Check for and fix these items:
Remove any noindex meta tag or X-Robots-Tag.
Make sure robots.txt does not block the page.
Fix technical errors like 404 or server errors.
If content was weak or duplicate, improve it and provide clear value.
Step 2: Ask Google to recrawl the page
1
Open Google Search Console
Navigate to your verified property.
2
Use the URL Inspection tool
Enter the URL you want reindexed.
3
Click Request indexing
This tells Google to check the page again.
This does not guarantee instant indexing, but it tells Google to check the page again.
Step 3: Help Google discover the page
Link to the page from other important pages on your site.
Add it to your XML sitemap if it should appear in search.
Then wait. Reindexing can take a few hours to several days. For low-priority pages, it might take even longer.
Quick decision guide for non-SEO users
Use this simple checklist when you decide what to do with a page.
Quick Decision Guide
Do I want this page to exist but not appear in Google search?
Use a noindex tag. For faster hiding, also use the Removals tool in Google Search Console.
Do I want this page completely gone from my site and from Google?
Delete the page so it returns 404 or 410. Use the Removals tool to speed up removal.
Do I plan to improve this page and keep it in Google?
Do not deindex it. Instead, improve the content, fix technical issues, and use Request indexing once updates are live.
Is the content sensitive or private?
Deindexing alone is not enough. Restrict access with passwords or permissions, or remove the page completely. If it already appears in search, also use noindex or the Removals tool.
As a beginner, business owner, or marketer, you can use deindexing to:
Protect sensitive or outdated content
Clean up your search results
Focus Google's attention on your best pages
When you know what can and can't be done, and how deindexing works, you take control of your website's visibility in search.
You do not need to fear pages disappearing from Google. You need a clear plan to solve problems. Remove what doesn't help you, and bring back what should be seen.