Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I hide a site from search engines? [closed]

Tags:

search

hide

I am looking to hide a site so that it doesn't show up in any search engine just wondering how I would go about this?

like image 508
macroj Avatar asked Jul 18 '11 12:07

macroj


People also ask

How do I make my website invisible to search engines?

Block Indexing For this, you add a noindex robots meta tag to your pages. A noindex tag tells search engines not to index that page until after they crawl it. Users don't see the meta tag and can still access the page normally.

How do you stop content from showing up in the search result?

You can prevent new content from appearing in results by adding the URL slug to a robots. txt file. Search engines use these files to understand how to index a website's content. If search engines have already indexed your content, you can add a "noindex" meta tag to the content's head HTML.

How do I hide something from Google search?

To browse the web privately, you can use private browsing, sign out of your account, change your custom results settings, or delete past activity. If you want to search the web without saving your search activity to your account, you can use private browsing mode in a browser (like Chrome or Safari).

Can I hide my website from Google?

Change your privacy settings This is the fastest way to hide your entire site. Go to Settings, scroll down to Privacy, and select whether you want your site to be Public, Hidden, or Private. Select Hidden to prevent search engines from indexing your site altogether.

Can I make a website private?

You can make your site private to hide it from all visitors and search engines, add a password to make it accessible to some visitors, or make it public when the site is ready for everyone.


1 Answers

Use a robots.txt file: http://www.google.com/support/webmasters/bin/answer.py?answer=156449

like image 53
Aaron Avatar answered Oct 21 '22 06:10

Aaron