Forum Moderators: phranque
I've searched around and so far the meta tag seems to be the only method; I'd rather use an "across the board" method if one exists.
Thanks,
Matthew
robots.txt simply instructs spiders about what to crawl or not crawl. It does not include a "standard" to instruct spiders regarding caching.
"AddDefaultCharset ISO-8859-1" is a directive to modify your server headers. I haven't found a hint of a suggestion, or even a rumor ;) that indicates a SE spider will recognize a "no-cache tag" included in a server header.
Caution: There are numerous Apache directives to control page caching during the interaction between server and client. These directives are NOT even REMOTELY related to SE spiders and what SEs choose to cache. I have some very limited familiarity with some of those Apache directives, just enough to know I should leave them alone! :)
obviously each page should have it's own meta-tags, but if there are certain tags that are common to all pages, you can use php (or something like that) to include only those tags. things like "author" and "publisher" and charset (UTF-8 dammit!) are prime candidates.
should save you some work (which I suspect is why you are asking)
;o)
(or
Jim