wkday = (Mon, Tue, Wed, Thu, Fri, Sat, Sun)
date = 2DIGIT SP month SP 4DIGIT ; day month year (e.g., 02 Jun 1982)
time = 2DIGIT ":" 2DIGIT ":" 2DIGIT ; 00:00:00 - 23:59:59
month = (Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec)
Keywords<META NAME="KEYWORDS"
CONTENT="sex, drugs, rock & roll">The keywords are used by some search engines to index your document in additionto words from the title and document body. Typically used for synonyms and alternatesof title words. Consider adding frequent misspellings. e.g. heirarchy, hierarchy.PRAGMA NO-CACHE<META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">This directive indicates cached information should not be used and instead requestsshould be forwarded to the origin server. This directive has the same semanticsas the CACHE-CONTROL:NO-CACHE directive and is providedfor backwards compatibility with HTTP/1.0.
Clients SHOULD include both PRAGMA:NO-CACHE and CACHE-CONTROL:NO-CACHE when a no-cacherequest is sent to a server not known to be HTTP/1.1 compliant.
HTTP/1.1 clients SHOULD NOT send the PRAGMA request-header. HTTP/1.1 caches SHOULDtreat "PRAGMA:NO-CACHE" as if the client had sent "CACHE-CONTROL:NO-CACHE".
Also see EXPIRES.Refresh<META HTTP-EQUIV="REFRESH"
CONTENT="15;URL=http://www.I18nGuy.com/index.html">Specifies a delay in seconds before the browser automatically reloads the document.Optionally, specifies an alternative URL to load, making this command useful forredirecting browsers to other pages.ROBOTS<META NAME="ROBOTS" CONTENT="ALL">
<META NAME="ROBOTS" CONTENT="INDEX,NOFOLLOW">
<META NAME="ROBOTS" CONTENT="NOINDEX,FOLLOW">
<META NAME="ROBOTS" CONTENT="NONE">CONTENT="ALL | NONE | NOINDEX | INDEX| NOFOLLOW | FOLLOW | NOARCHIVE"
default = empty = "ALL"
"NONE" = "NOINDEX, NOFOLLOW" The CONTENT field is a comma separated list:
INDEX: search engine robots should include this page.
FOLLOW: robots should follow links from this page to other pages.
NOINDEX: links can be explored, although the page is not indexed.
NOFOLLOW: the page can be indexed, but no links are explored.
NONE: robots can ignore the page.
NOARCHIVE: Google uses this to prevent archivingof the page. See http://www.google.com/bot.html
GOOGLEBOT<META NAME="GOOGLEBOT" CONTENT="NOARCHIVE">In addition to the ROBOTS META Command above, Google supportsa GOOGLEBOT command. With it, you can tell Google that you do not want the pagearchived, but allow other search engines to do so. If you specify this command,Google will not save the page and the page will be unavailable via its cache.
See Google'sFAQ.