Web Host Chat
Bringing Hosts & Customers together since 2001
Home QLinks Members Your Profile Register FAQ's Hosts Only Area SMS Alerts Advertising
User Information
»REGISTER NOW!

Go Back   Web Host Chat > News, Reviews and useful guides > Web Hosting Articles and Guides
Reply
 
LinkBack Thread Tools
Old 8th March 2003   #1 (permalink)
Trusted User (1394)
Platinum User
richard's Avatar
Join Date: Apr 2002
Location: Great Oakley, Northants
Age: 31
Posts: 1,291
richard is on a distinguished road
Credit: Eladesor @ Everythingbutcomputer.net

Want to get your web site higher in the search results from a search engine? Then
the best way is by the correct use of Meta tags.

As 95% people using search engines only look at the top 20 search results, it is
important to get your web site as high as possible.

Several meta tags where introduced by the popular search engines, Infoseek and
AltaVista, to help there search engines index web pages, most now use meta tags to
index pages.

If you want your web site indexed then consider using Meta tags.

Meta tags go in the head of your web page, in-between the HTML tags,
Code:
<head>
and
Code:
</head>
There are a number of different Meta tags that you can use, but the most important
ones are the Description and the Keywords Meta tags as well as having a title for
the web page.

Title:
The title of your web page should also be in the document head, which you want to
make as descriptive as possible for the search engines to index.

quote:
--------------------------------------------------------------------------------

Code:
<title>Meta Tags Optimisation Tutorial</title>
--------------------------------------------------------------------------------



Description:
This tag is used to give a short description of the contents of your web page, and
is often used by search engines in the search results as a description of what your
page contains. However, many search engines will only display the first 20
characters, so be as short and descriptive as possible.

quote:
--------------------------------------------------------------------------------

Code:
<meta name= "description" content="Tutorial on Meta Tags optimisation.">
--------------------------------------------------------------------------------



Keywords:
To help get your web site up in the ratings you can supplement the title and
description with a list of keywords, separated by commas, that some one might type
into a search engine when looking for a site like yours. Most search engines will
index the first 64 characters in this Meta tag.

quote:
--------------------------------------------------------------------------------

Code:
<meta name="keywords" content="meta tags, tutorial, training, HTML">
--------------------------------------------------------------------------------



Rating:
This is used to give the web page a rating for the appropriateness for kids. The
ratings are, general, mature, restricted, and 14 years.

quote:
--------------------------------------------------------------------------------

Code:
<meta name="rating" content="general">
--------------------------------------------------------------------------------



The rest of the tags are not necessary but I shall run through them anyway.

Author:
This is used to identify the author of the web page.

quote:
--------------------------------------------------------------------------------

Code:
<meta name="author" content="Admin - ArmyCadetForce.com">
--------------------------------------------------------------------------------



Copyright:
This one identifies any copyright information there is for the web page.

quote:
--------------------------------------------------------------------------------

Code:
<meta name="copyright" content="2001, ArmyCadetForce.com">
--------------------------------------------------------------------------------



Revisit-After:
The revisit-after meta tag is useful for sites where the content changes often and
tells the search engine how often to revisit your site. The example below will tell
the search engine to revisit your site ever 31 days.

quote:
--------------------------------------------------------------------------------

Code:
<meta name="revisit-after" content="31 Days">
--------------------------------------------------------------------------------



Expires:
This meta tag is used by responsible web masters to let the search engine know when
the page expires and can be removed from the search engines directory. It can either
be set to never, or a date in the format day, month, year, eg. 28 June 2002.

quote:
--------------------------------------------------------------------------------

Code:
<meta name="expires" content="never">
--------------------------------------------------------------------------------



Distribution:
Tells the search engine who the page is meant for and can be set to; global, for
everyone, local, for regional sites, and UI, for Internal Use.

quote:
--------------------------------------------------------------------------------

Code:
<meta name="distribution" content="global">
--------------------------------------------------------------------------------



Robots:
This Meta tag is used is used to tell the search engine whether you want the web
page indexed or not. You only really need to use this Meta tag if you DON'T wont
your web page indexed. The values for this tag are: -

index(default) Index the page
noindex Don't index the page
nofollow Don't index any pages hyper-linked to this page
none Same as "noindex, nofollow"

quote:
--------------------------------------------------------------------------------

Code:
<meta name="robots" content="noindex, nofollow">
--------------------------------------------------------------------------------



Meta Tags Example:
Below is an example of the head of a document containing Meta tags for search
engines and a title for the web page: -

quote:
--------------------------------------------------------------------------------

Code:
<head> 
<title>Meta Tags For Search Engines</title>

<meta name="description" content="Tutorial on Meta Tags optimisation.">
<meta name="keywords" content="meta tags, tutorial, training, HTML">
<meta name="rating" content="general">
<meta name="copyright" content="2001, ArmyCadetForce.com">
<meta name="revisit-after" content="31 Days">
<meta name="expires" content="never"> 
<meta name="distribution" content="global"> 
<meta name="robots" content="index">

</head>
__________________
Thanks

Richard
__________________
Registered User
richard is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
iPod disk usage Suhleap Mp3 and Audio 9 18th March 2006 06:54 PM
Search engine placement/optimisation dch Business and Technical Advice 12 9th September 2004 08:17 PM


Some great companies!


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0