You are here:About>Computing & Technology>Web Design / HTML> Web Marketing> SEO> Meta Tags> Meta Tag Libraries> The meta Element - meta information - XHTML 1.0 HTML 4.0
About.comWeb Design / HTML
Newsletters & RSSEmail to a friendSubmit to Digg
Related HTML Tags

headHTML Tag Library

From Jennifer Kyrnin,
Your Guide to Web Design / HTML.
FREE Newsletter. Sign Up Now!
<meta /> Description:

The <meta /> element supplies additional information about a document.

<meta /> Attributes:
<meta /> End Tag:

None. <meta /> is a singleton tag.

<meta /> Contents:

None.

<meta /> Valid Context:

The <meta /> tag is valid within the following tags:
head

<meta /> Usage:
  • Define the description of the page for search engines.
    <meta name="description" content="This is the description of the Web page.">
  • Include keywords on which search engines will search.
    <meta name="keywords" content="keywords, separated, by commas, they can, be, words or phrases">
  • Define when the content on the page expires (a MIME header).
    <meta http-equiv="expires" content="thu, 16 DEC 1999 00:04:00 PST">
  • Force the current page to reload to a new page after 10 seconds.
    <meta http-equiv="refresh" content="10;url=new URL">
<meta /> Special Notes:
  • Use meta tags to make your web pages more accessible to search engines and web spiders. However, you should be careful to keep the keywords and description concise. Many search engines have "spamming" rules, allowing no more than a small amount of characters or keywords.
 All Topics | Email Article | | |
Advertising Info | News & Events | Work at About | SiteMap | Reprints | HelpOur Story | Be a Guide
User Agreement | Ethics Policy | Patent Info. | Privacy Policy©2008 About, Inc., A part of The New York Times Company. All rights reserved.