Meta TagsThere are two main uses for the meta tags they are:
Search Engine Related Meta TagsThe following tags are closely associated with search engines are the ones most commonly used for optimising your web pages for the search engines. These tags should always be configured.
These tags are covered in meta tags explained. Web page Information and Control Meta tags META tags have two possible forms: All of the search engine tags above use the Meta Name tags. HTTP-EQUIV tags Commonly used HTTP-EQUIV tags are:Content-Language Species he language used e.g. ExpiresUsed to tell browsers and any caching servers how long to keep the content. <META http-equiv="Expires" content="mon, Oct 2005 12:12:10 GMT"> Content expires on this date. <META http-equiv="Expires" content="0"> Causes browser always to read the content and not to cache it. Note: not such a commonly used tag RefreshThis is commonly used to automically redirect a user to another page. Content = number of seconds and URL= url of new web page ( either relative or absolute) e.g. <META HTTP-EQUIV="Refresh" CONTENT="3;URL=new.html"> or <META HTTP-EQUIV="Refresh" CONTENT="3;URL=http://www.xyz.com/new.html">
|
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML> |
This declaration is missing on most of the web pages currently on the Internet. However it is a good idea to start including it now. There are three levels of compliance- strict, loose and frameset this is specified by the document type definition (DTD) in the above example it is loose.
You will often see this specified without the DTD entry simply as-
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
See http://www.w3.org/TR/REC-html40/struct/global.html for more details on other DTD types.
Note: If your web pages are currently missing this declaration I would not go back and include it on the old web pages but start including it on the newer ones. This is because it can cause display problems in some browsers.
Editing meta tags is made difficult by the fact that they are hidden so how
do we edit tags and what meta tags should we edit for each page and which ones
should be the same? -see editing meta tags

Microsoft FrontPage 2003 Amazon USA

Macromedia Dreamweaver MX 2004 Amazon USA
|
Meta Tags |