Miscellaneous Meta Tags
There are several
other tags that should
be included. They aren't quite as important as the ones previously
mentioned, but still deserve mention.
The purpose of the RATING meta tag is to filter questionable content from
younger viewers.
The RATING meta tag takes the form:
<
META NAME="RATING" CONTENT="general">
Where the options are
general,
mature,
restricted and
14
years.
The ROBOTS meta tag tells the Search Engine robots what to do when they get to
this page. The default (without this tag) is to index and follow
everything.
The ROBOTS meta tag takes the form:
<
META NAME="ROBOTS" CONTENT="index,follow">
Where the options are
index or
noindex for the first term. This
determines whether the robot includes this page in the index. The second term
can either
follow or
nofollow. This instructs whether the robot
should follow every link on the current page and index them too.
The AUTHOR and COPYRIGHT tags are just informational.
The AUTHOR tag takes the form:
<
META NAME="AUTHOR" CONTENT="Michael T. Gray, mET">
While the COPYRIGHT tag takes the form:
<
META NAME="COPYRIGHT" CONTENT="MTG EnterPrizes, 2002-10">