How to Stop Google to Cache a Wordpress Blog?

PatPirate

New member
Dec 27, 2009
320
2
0
Hi there,

Google is annoying the hell out of me - Their stupid "website preview" thingy sucks, with all the cloaked content I'm using :xmas-smiley-016:
Is there a Wordpress plugin to stop them from caching my site? I know you can do it with normal html website, but being non-interested into the technical site of web design, I've no idea how this works for blogs.

Does somebody know what to do?
 


See this is the problem with most blackhats...

You know how to do one part (the cloaking)... but not another part (noindex tag)
 
Wordpress => Wp-admin=> Settings => Privacy Settings => Select the no index option
or
Navigate to your wordpress theme directory, add the following in the header.php

<META NAME="ROBOTS" CONTENT="NOARCHIVE">

or
there are settings in .htaccess which you can check it out here : Stupid htaccess Tricks

Hope it helps
 
@MegaChamp
Select the no index option
lol? :D

Well the full setting text says like this :
I would like to block search engines, but allow normal visitors"

Haven't tried it, but since its from wordpress might just stand up to its word :D
 
No indexing would mean that the page would be kicked from the Google index, which I definitely don't want ;)