Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
HTML Meta basics
06-12-2009, 12:46 AM
Post: #1
HTML Meta basics
The head element contains general information (meta-information) about a document. HTML also includes a meta element that goes inside the head element. The purpose of the meta element is to provide meta-information about the document. Most often the meta element is used to provide information that is relevant to browsers or search engines like describing the content of your document.

Some search engines on the WWW will use the name and content attributes of the meta tag to index your pages.

This meta element defines a description of your page:

Quote:<meta name="description" content="Free Web tutorials on HTML, CSS, XML, and XHTML" />

This meta element defines keywords for your page:
Quote:<meta name="keywords" content="HTML, DHTML, CSS, XML, XHTML, JavaScript" />

The intention of the name and content attributes is to describe the content of a page.

However, since too many webmasters have used meta tags for spamming, like repeating keywords to give pages a higher ranking, some search engines have stopped using them entirely.
Find all posts by this user
Quote this message in a reply
06-12-2009, 02:02 AM (This post was last modified: 06-12-2009 02:02 AM by Lennart.)
Post: #2
RE: HTML Meta basics
Other important Meta-tags:

Code:
You cannot view this code until you login or register
Names the author
Code:
You cannot view this code until you login or register
specifys charset and content
Code:
You cannot view this code until you login or register
tells the robots to index everything.

Forum Admin
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


  • Share
  • heart Add to favourites
  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:


This site is property of Lennart Sauter, powered by Zaiendo.de.