2.7 What are META tags? How can I use META tags?
META tags serve a variety of different functions, depending on how you use them in your document. You can redirect or reload the page after a specified amount of time and you can use META tags to provide visitors with information about your Web pages/site. In particular, META tags can provide keywords, controlling HOW your page is indexed by the search engine.
Your META tag information should be added after the </TITLE> and before the </HEAD> tags.
First, you might want to describe your document, so that the search engine displays the description META tag along with the title of your document in the results. The description META tag looks like this:
<META NAME="description" CONTENT="your description">
Keywords help the search engine to categorize your site. Choose keywords that best describe your content. Choose carefully---priority is given to the first few keywords found.
The keyword META tag looks like this:
<META NAME="keywords" CONTENT="keyword1, keyword2, keyword3">
The refresh META tag is a way to direct visitors of your Web site to another site after a specified amount of time. This tag is especially helpful if your Web site has moved to a new location. The refresh tag looks like this:
<meta http-equiv="refresh" CONTENT="10; url=http://www.yournewwebsite.psu.edu">
The number in the CONTENT section of the tag reflects the number of seconds visitors will be automatically directed to the new site.
Currently, we do not prevent refresh META tag use; however, you might consider sending to us the URL to your new site. We can then index the new site and remove the old site form the index.
In addition to META tags, the title of your document should reflect the content of your document. The title of your document should be placed between the <TITLE> and </TITLE> tags.
The following is a list of META tag resources: