PDA

View Full Version : [Solved] Disable pages from google's cache


Stratis
08-23-2015, 04:06 PM
Hi! please some help for disabling my pages to be cached by google.

153182
As you see in image example the little arrow that when pressed we see cached pages.

I don't know if this little code is correct?
this
<meta name="bingbot" content="noarchive">or this
<meta name="GOOGLEBOT" content="NOARCHIVE, NOODP, NOYDIR">And where to put this? header or else.

Any help will be appreciated, thanks.

Seven Skins
08-23-2015, 04:34 PM
I think you can just use "robots" instead of bingbot etc ...

You can put that in headinclude or headinclude_bottom template.

Stratis
08-23-2015, 04:50 PM
Thank you very much for you reply, I have made reading about robots, did not find something to insert there.
Maybe i can, but don't know what?

If i put code in headinclude, can I just put code at the top or it must be somewhere
so it takes care for <head>?

Sorry not well at all with coding :)

Seven Skins
08-23-2015, 04:52 PM
You can put it anywhere. It will be inserted within <head> tag.
I usually put it at the bottom as it make it easy for me to update the templates at a later date.

Stratis
08-23-2015, 05:07 PM
Very helpful with your answers, i appreciate this.
I will wait if some one has tested or using the above code and than proceed testing.

:) Thank you.


EDIT:
Ok i proceed for testing, if any one else want this.

I put code in headinclude template and missing slash in code /
<meta name="GOOGLEBOT" content="NOARCHIVE, NOODP, NOYDIR" />

Works fine, no cache page.
Thanks