 |
META tags
META tags aid in controlling how your web pages appear in some search
engines. The two META tag attributes used are "description" and
"keywords" which control how your web page
summaries appear in the search results of some search engines and what
type of keyword searches will display your web page.
META tag format
META tag information is not displayed on your web page.
Example:
<META name="description" content="Learn about how META tags can be used
to control how your web pages appear in some search engines. See how
different search engines index their pages.">
<META name="keywords" content="meta tag, search engine, index">
How is this displayed?
META Tag Tutorials
IMS Specification
Comment Tags
Some search engines do not use META tags so you may want to include a comment tag in your file with the same information.
How Search Engines Index Pages
Search Engine Submission Resources
Robots
You can control whether or not your web page is indexed by a search engine by using the "robots" attribute. Note: Not all search engines recognize this META tag.
Since not all search engines recognize this META tag, you can also use the robots.txt file to control indexing of your page.
Published 2/9/98.
Last revised 11/24/98.
|