You can prevent a ExploreMyPC project from appearing in Google Search by including a noindex meta tag in the header HTML code. When Googlebot next crawls that page and sees the tag or header, Googlebot will drop that page entirely from Google Search results, regardless of whether other sites link to it.
To prevent most search engine web crawlers from indexing your ExploreMyPC project, place the following meta tag into the <head> section of your project using our Code Injection feature:
<meta name="robots" content="noindex">
<meta name="googlebot" content="noindex">
noindex directive differently. As a result, it is possible that your page might still appear in results from other search engines.