Back to BuildingBlocks Index

Meta Tags

META tags should be placed in the head of the HTML document, between the and tags. Following is a quick list of META tags, separated by type of tag (HTTP-EQUIV or Name/Content):
(For a great explanation and detailed listing of META tags, check out this site.)
HTML Equiv:
<META HTTP-EQUIV="expires" CONTENT="0">
<META HTTP-EQUIV="Refresh" CONTENT="60">
<META HTTP-EQUIV="Refresh" CONTENT="60; URL=http://www.caprok.net/nold/index.html">
NAME/CONTENT Pairs:
<META NAME="description" CONTENT="enter, your, keywords, here, seperated by, commas">
<META NAME="formatter" CONTENT="Enter the name of the editor you use to make HTML documents">
<META NAME="ROBOTS" CONTENT="NOINDEX,FOLLOW">
<META NAME="keywords" CONTENT="oranges, lemons, limes">
Back to BuildingBlocks Index