: Removing domain from google search results I bought a domain few months back.I am no longer using it.But it displaying in google search results.I dont know how google picked up.I want to remove
I bought a domain few months back.I am no longer using it.But it displaying in google search results.I dont know how google picked up.I want to remove from search results.But my domain is not associated with any web space.So i think robots.txt,request to remove site through webmaster wont work.Will deleting my domain,will exclude search results.
More posts by @Jennifer507
2 Comments
Sorted by latest first Latest Oldest Best
Google and other search engines look at the HTTP status code that gets returned with any request. The most commonly known ones are '404' for page not found, '403' for access denied, or '301' for content that has permanently moved.
There is a HTTP status for 'content gone', it's 410. This is often used if content has been removed permanently with no new address.
Your best bet is to set your domain's DNS to some server somewhere, and configure Apache to return '410' for every request. You could do that by enabling mod_rewrite and sticking this rule in your .htaccess file:
RewriteEngine on
RewriteRule (.*) - [G,R=410]
You can verify that you are the owner of the site by using DNS verification: googlewebmastercentral.blogspot.com/2010/03/dns-verification-ftw.html
Once you've done that you can request removal of the whole site www.google.com/support/webmasters/bin/answer.py?hl=en&answer=164734 but they may ignore it because you haven't got a robots.txt entry.
If you do nothing eventually search engines will give up and drop your site from their indices as they always get errors when accessing this domain.
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.