About Meta Tags

Meta Tags provide us with some control over our web pages beyond basic HTML.
  • They can provide control over which character sets a client computer uses to display a web page.
  • They can be used to redirect a user to another web site.
  • They can be used to define what the content of a site is to more easily allow web robots and spiders to index a site.
Today we will look at the last point. First off, let's look at the source HTML code for this page. We can do this by clicking on View on the browser's menu bar and selecting Source (Page Source if you use Netscape) from the drop down menu.

Locate the Meta Tag within the source for this page. It should look like this:

The Meta Tag lives within the Head tag of an HTML document. We will discuss the Head tag in detail next week, but for now knowing where Meta lives is good enough.

All HTML tags exist within a pair of angle brackets <  >, in the case of Meta, the tag would look like this:



The above tag is used to identify keywords that describe the site. This helps search engines with keyword searches.



The above tag is used to provide a description of the web site. This description may appear in the summary on a search engine.

modifed: 2009-04-07
Google
web www.digitalvertebrae.com
Exercises
The exercises for this week are listed below and available in PDF or MS Word formats.
Create Your First Web Page
Editing a Basic HTML Document
HTML - Basic Formatting
 
©2009 Web Site Development: an introduction