9:13 am Wednesday, August 20, 2008


  Navigation
  Help?
Contact Aaron for all inquiries.
 

  News

ASP Inline Calendar 3.9 Beta 1
ASP Games
ASP Inline Corporate Calendar 3.8 BETA 1 Demo
Calendar Updates
 

A Better World By Design
 
 
AaronOutpost : ASP / Web Design / Optimizing Meta Tags

Optimizing Meta Tags
By: Aaron B. Copyright AaronOutpost.com

Back to Web Design Tutorials

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.

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, <head> and </head>

You should always include the following Meta Tags Title, Descriptions, and Keywords.

Contents of This Page



 

Title
Same title as the title for the page. This needs to be included in the meta tags so it can be indexed as well. Be descriptive in the title.

This is very important. This is the banner, highlight, the eye catcher, your last hope for someone to click on your site! Ok, so maybe it's not that dramatic but would you click on a link that said Untitled Document or had no name.

Tip: Put the title of your site, then add some information about the site similar to the description.

Example: Aaron Outpost.com, A site dedicated to ASP and Outdoor Recreation in the State of West Virginia, United States of America.

<title>Meta Tags Optimization Tutorial</title>

Return to Top

 


 

Description
Be short and descriptive. So search engines will use this as the description for your link on their site. Some only include 25 words so be short and sweet. You can include more description but remember the first words should be the important ones.
 

<meta name= "description" content="Tutorial on Meta Tags optimization.">

Return to Top

 

 

 

Keywords
Separated by commas, list primary key words. Most search engines only index so many characters so once again, put the best ones first.  You can always include more.
 

<meta name="keywords" content="meta tags, tutorial, HTML, ASP">

Return to Top

 

 

Robots
Used to tell the search engine whether you want the web page indexed or not. Sites are automatically indexed unless otherwise specified by the meta tags.

index(default)

Index the page

noindex

Don't index the page

nofollow

Don't index any pages hyper-linked to this page

none

Both noindex & nofollow

 

<meta name="robots" content="nofollow">

Return to Top

 

 

 

Author
DUH!

<meta name="author" content="Aaron B.">


Return to Top

 

 

 

Copyright
DUH!

<meta name="copyright" content="2001-2004, AaronOutpost.com">

Return to Top

 

 

 

 

Rating
This is used to describe the rating level for the site to identify who the site is suitable for. This can be very important. Some programs used on computer to keep children out of certain sites uses this meta tag to determine the rating level. If there no rating level listed then it assumes the worst.

  • The ratings are

    • general

    • mature

    • restricted

    • 14 years.

<meta name="rating" content="general">


Return to Top

 

 

Revisit-After
Tell the search engine when to re-visit to find updates. DUH!

<meta name="revisit-after" content="30 Days">

Return to Top

 


 

Expires
This is how to inform the search engine when the page will expire and no longer be availible. You don't want angry viewers when they get the page not found 404 error right!? This tag is set with the format day, month, year or it can be set to never (default).

 

<meta name="expires" content="09 Sept 2003">

OR
 

<meta name="expires" content="never">

Return to Top

 

 


Distribution
Who the page is meant for; global, everyone, local, regional sites, and UI (Internal Use)

<meta name="distribution" content="global">

Return to Top


 

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: -

<head>

<title>Meta Tags For Search Engines</title>

<meta name="description" content="Tutorial on Meta Tags">
<meta name="keywords" content="meta, tags, tutorial, learn, HTML, ASP">
<meta name="rating" content="general">
<meta name="author" content="
Aaron B.">
<meta name="copyright" content="2001-2004, Aaron Outpost">
<meta name="revisit-after" content="
30 Days">
<meta name="expires" content="
never">
<meta name="distribution" content="global">
<meta name="robots" content="index">

</head>

Return to Top

 


AaronOutpost : ASP / Web Design / Optimizing Meta Tags

Aaron Outpost West Virginia, USA A Mark of _-Squire-_ Creations Inc.  CopyrightŠ 2005 All Rights Reserved