Mobile app version of vmapp.org
Login or Join
Sims2060225

: Yes, that will fix the problem. To prevent content from showing up in Googles indexes you can either use robots.txt or the html meta tag <meta name="robots" content="noindex, nofollow" />

@Sims2060225

Yes, that will fix the problem. To prevent content from showing up in Googles indexes you can either use robots.txt or the html meta tag

<meta name="robots" content="noindex, nofollow" />


The next time your site is indexed this will make your content drop out of the Google index.

You can also you the noarchive value – this will block caching of your page. This is Google specific:

<meta name="robots" content="noarchive" />


You can use the ‘removal tool’ in Googles Webmaster Tools to request a very urgent removal of your content. Note that you should block indexing of your content first (using either robots.txt or the meta robots tag).

More info:

www.google.com/support/webmasters/bin/answer.py?hl=en&answer=164734 http://www.google.com/support/webmasters/bin/answer.py?answer=182072 www.robotstxt.org/meta.html

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Sims2060225

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme