Forum Moderators: open
Can someone explain this piece of code to me, i have seen it on a webpage returned by a Google search, and it is also cached by Google, but should it be cached?
Thanks,
cf
<META HTTP-EQUIV="Expires" CONTENT="Mon, 06 Jan 1990 00:00:01 GMT">
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Cache-Control" CONTENT="no-cache">
Usually, if you want to tell robots something, you'd use META NAME="robots".
for many, setting the expiration date in the past tells them to consider the content as aged and flush it from their cache... there are other similar tricks used to get caching software to not cache the info...