Drago05
Junior Member
- Oct 31, 2010
- 151
- 11
I have a wordpress site and i want to prevent google from caching the pages of my site. I used this meta tags in the header.php:
<meta http-equiv="Cache-Control" content="no-cache" />
<META HTTP-EQUIV="Pragma" CONTENT="no-cache" />
<meta name="googlebot" content="noarchive" />
<meta name=?robots? content=?noarchive? />
But google is still caching the pages. What else can i do to stop google from caching the pages?
<meta http-equiv="Cache-Control" content="no-cache" />
<META HTTP-EQUIV="Pragma" CONTENT="no-cache" />
<meta name="googlebot" content="noarchive" />
<meta name=?robots? content=?noarchive? />
But google is still caching the pages. What else can i do to stop google from caching the pages?