|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Announcements
Services
Chapters
Feature Zones
|
What are meta tags?Meta tags are tags that reside in between the
Why use meta tags?The http-equiv tags do not need to be used. In fact, neither do the name tags, except, without name tags, your website cannot be indexed by many search engines. Most search engines use a bot to crawl through the pages of your website, these bots look for certain name tags, that give information such as keywords and a description of the page. That data is then stored in the search engines database. An example of a typical meta name meta tag is:- <meta name="keywords" content="key,word,about,my,site"> <meta name="description" content="my page is about bla"> At minimum you should put these tags in your pages.
The NAME tagsI have listed a load of name tags that can be used, but only the ones marked with an * actually need to be used. Description*This is a short description of what is on the page. Important when the pages is a frameset.
Keywords*These are important words that have something to do with the page. Words like
AuthorThis is the name of the author of the page.
GeneratorUsually the name and version number of the tool used to make the page. With most programs, this is added to pages automatically. Possibly used by the application vendors, to discover market penetration. CopyrightThis is who the copyright for the page belongs to.
RobotsControls how a spider indexes that page.
The HTTP-EQUIV tagsExpiresThis is used when the content on the page would expire. If a spider detects this, it would either delete the page from the search engine database, or re-index the page on the expiry date. <META HTTP-EQUIV="expires" CONTENT="Thu, 27 Jun 2002 10:56:57 GMT">
Cache-ControlTells the browser how to handle its caching of that page.
Content-TypeThis causes the browser to load the correct character set before loading the page.
Content-Style-TypeThis is how styles are defined in the page.
Content-LanguageThis of course, is the language the page is in.
RefreshThis tag causes the page to refresh and load the specified page after a specified amount of time. The delay is in seconds.
Set-CookieThis allows the page to set a cookie to expire on a certain date.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||