How not to get cached by Google?

peetrike

Power Member
Joined
Aug 19, 2012
Messages
589
Reaction score
219
Hey, is it possible to get indexed and not to get cached by Google (also in Bing and Yahoo)? I`ve seen some sites but i haven`t found a solution for that.


Thanks
 
you can edit your robots.txt to block out all search engines and prevent indexing.
 
Thanks but i want to get indexed but not to get cached. I`ve seen some sites which don`t have cached pages on search results and that`s what i want.
 
Code:
<META CONTENT="no-cache">
- This forum should learn the blessing of brevity (character limit)
 
Last edited:
sorry, mis-read your question.

I used this back in the day when I cloaked, not sure if google still respects it. I have not used it in years.
<meta name="googlebot" content="noarchive">
 
Thank you, but just to make sure where should i put the code in WP?


Cheers
 
Thank you, but just to make sure where should i put the code in WP?


Cheers

Make a new line under meta title and put it there, in header file.
 
Back
Top