I would like to hide some content from public (like google cached pages). Is it possible?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Option 1: Disable ‘Show Cached Site’ Link In Google Search Results
If you want to prevent google from archiving your site, add the following meta tag to your section:
If your site is already cached by Google, you can request its removal using Google’s URL removal tool. For more instructions on how to use this tool, see “Remove a page or site from Google’s search results” at Google Webmaster Central.
Option 2: Remove Site From Google Index Completely
Warning! The following method will remove your site from Google index completely. Use it only if you don’t want your site to show up in Google results.
To prevent (“protect”) your site from getting to Google’s cache, you can use
robots.txt. For instructions on how to use this file, see “Block or remove pages using a robots.txt file”.In principle, you need to create a file named
robots.txtand serve it from your site’s root folder (/robots.txt). Sample file content:In addition, consider setting
robotsmeta tag in your HTML document tonoindex(“Using meta tags to block access to your site”):<meta name="robots" content="noindex"><meta name="googlebot" content="noindex">Finally, make sure that your settings really work, for instance with Google Webmaster Tools.