How to remove your entire website from Google Search results forever How to remove your entire website from Google Search results forever

How to Remove Your Entire Website from Google Forever?

Online Reputation Management

Last Updated on

If you are thinking about removing an entire website from Google search results forever, this is a tutorial for you. I am going to provide you a step by step process on how to remove the website from your hosting server and remove it completely from Google search.

If you are concerned with your brand online brand negative publicity then check out this post on how to remove negative search results. Or You can also try this online reputation management guide.

Recently, I was looking for a way to remove one of a client’s website. I found tons of information on the topic but it was in bits and pieces. Anyways, I figured out a way to remove it so I thought why not share a complete tutorial to easily remove a website.

Note: If you want to remove your owned domain name then read this post on how to remove a domain name.

By following this tutorial your entire website will be only removed from Google search results. There are countless other web crawlers such as Bing, Yahoo, Yandex, and many more. The purpose of these crawlers is to crawl websites and collect important information. Some of these crawlers when finding out a 410 status code will start deindexing your website.

Caution: This removal process will remove your entire website from Google search results and Google cache forever. So please make sure that this is really what you want to do.

Remove an Entire Website from Google Search

Before starting this process, make sure that you have access to:

Here’s a step by step process to remove your website from Google Search results:

Step 1: Remove your website by using any FTP client of your choice. Remove all its remaining content, images, scripts, and directories. If you are not sure how to perform this step then contact your hosting provider.

how to create an htaccess file how to create an htaccess file

Step 2: Go to your .htaccess file or if you have deleted it then create a new one in the root directory. Add this piece of code in your .htaccess file:

[code]

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
Redirect 410 /
</IfModule>

[/code]

This code will set a 410 HTTP status code and tell crawlers that this website is ‘Gone’ forever. The webmaster has no plan to continue this website.

Step 3: Save this file in the root directory of your website.

Step 4: Go to the Google URL Removal tool. Select the property which you want to be removed from search. Click on Temporarily hide button. Enter no URL and click on the ‘Continue’ button.

How to remove an entire website from google search console How to remove an entire website from google search console

Step 5: Click on the button ‘Submit Request’.

Google will take some time to remove all the pages of your website from its index. In the future, if you want to reinstate this website, you need to remove an HTTP 410 status code from the htaccess file. Also, make sure to check your Google Search Console property and remove the ‘URL removal’ request.

I hope you found this post useful. If you are having trouble following any of the steps in this tutorial, please let me know. Also, if you have a website not getting shown on the search, you can read my post why your website is not showing up on Google Search.

author avatar
Azib Yaqoob WordPress Specialist
Azib is dedicated to making website management easy for beginners. On his blog, he shares straightforward tips and tricks to help you master WordPress. From learning the basics to boosting your site's visibility with SEO, Azib's got you covered. Ready to take your website to the next level? Contact Azib today and start optimizing your WordPress journey!

Related Posts

Leave a Reply

Your email address will not be published. Required fields are marked *