META TAGS
- < META HTTP-EQUIV="description" CONTENT="A short description of the page would go here." >
Between the CONTENT quotations enter a short description of the page. (about 50 words max) This may appear on some Search Engines as a description of your page.
- < META HTTP-EQUIV="keywords" CONTENT="A list of keywords" >
Between the CONTENT quotations enter a list of keywords a user would enter in a Search Engine if they looking for a site or page like yours. The keywords or phrases should be separated by commas. Keywords can be repeated but not more than a couple of times and they can be case sensitive.
- < META NAME="generator" CONTENT="Name of software used to generate this page." >
Between the CONTENT quotations enter name and version of the software used to generate the HTML document.
- < META HTTP-EQUIV="refresh" CONTENT="3 ;url=http://www.yourpageaddress.com" >
Between the CONTENT quotations enter a delay time in seconds (0 to ~) before redirecting the page. Then a semicolon. For the url enter the url of the page you want to redirect the user to. A warning here that most search engines do not like a page with a quick redirect.
- < META HTTP-EQUIV="author" CONTENT="Authors name, E-mail Address" >
Between the CONTENT quotations you may enter the name of the Author or\and E-mail address. But a word of warning, placing an e-mail address on a page could increase your flow of junkmail (Spam).
- < META NAME="Copyright" CONTENT="Copyright holders name" >
- < META NAME="Publisher" CONTENT="Publishers name" >
- < META NAME="Distribution" CONTENT="Global" >
Between the CONTENT quotations you may enter global or local. If it is set to local the Search Engines will not index the page.
- < META NAME="Rating" CONTENT="General" >
I believe the variables here are General, Parental and Adult.
- < META HTTP-EQUIV=Expires CONTENT="Sun, 21 Apr 2001 18:00:00 GMT" >
If you wish your page to have an expiry date enter it here.
- < META NAME="language" CONTENT="English" >
Enter the language of your page here.
- < META NAME="robots" CONTENT="all" >
Variables
index (Page will be indexed by Search Engines)
noindex (Page will not be indexed)
follow (page's links should be followed by Search Engines)
nofollow (page's links should not be followed)
all (index & follow)
none (noindex & nofollow)
- < META NAME="revisit-after" CONTENT="45 days" >
This tells a Search Engine how often to visit your site and check for changes.
- < META NAME="classification" CONTENT="Club" >
How would you classify your page? Is it for a club, sports, music, religious, etc...
- < META HTTP-EQUIV="title" CONTENT="Title" >
Same as page title.