Web Designing Made Easy

Add to Favourites Tell a Friend

 Print this Page

Make Your Home Page
 

Create Free Websites

Google
Web This Site

HTML Tutorial

JavaScript Tutorial

CSS Tutorial

PHP/ASP

CGI Tutorial

Free Web Tools

Free FTP Tool

Free websites

Free Bullets

Free Templates

Free Logos

Tutorials

Free Keywords Software

Free Web Tools

Free JavaScripts

Other Services

Quick Links

Tell a Friend

Submit a Tutorial

Links

Free Resources

Translate a webpage in your Language

Earn money with your website

Free Website Submission

Suggestions

META Tag Generator

HTML Encryptor

Check Site Popularity

Search Suggestion Tool

Menu Generator

Ads Network

Valid CSS!

HomeHome |AdvertiseAdvertise | Contact UsContact Us |Free Resources Free Resources |Submit a Tutorial Submit a Tutorial

 

Using META Tags for Search Engines

META tags are used to help some search engines index your page, especially if your page has frames. META tags should be placed between the <HEAD> and </HEAD> tags of your document. The most common META tags are going to look like this:

<HEAD>
<TITLE>META examples</TITLE>
<META name=" " content=" ">
</HEAD>

The name=" " will indicate what type of meta tag you are using. The content=" " will be the content of the tag you provide for the search engine. To make more sense of this, lets look at the META "keywords" tag.

META Keywords Tag

<META name="keywords" content="meta tags, search, homepage, web sites">

  1. name="keywords"
    informs the search engine's spider that a group of keywords should be in this tag.
  1. content="meta tags, search, homepage, web sites"
    is your list of keywords and key phrases. In the "keywords" tag, you separate each keyword or key phrase by placing a comma between them.

Be careful not to repeat the same thing too many times here, and be sure the keywords are relevant to the content on your page. The Search Engines are attempting to crack down on people who use these tags to repeat the same word over and over in order to get a better listing, or using keywords that have nothing to do with the content of the page. For instance, if I were trying to get more traffic, I might use the phrase "Pamela Anderson" to get more people to stumble onto this page. As you can see, this page has nothing to do with Pamela Anderson, this is an HTML tutorial!

META Description Tag

The next useful META tag gives a description of your page. Here it is:

<META name="description" content="How to add META tags to your page.">

  1. name="description"
    tells the search engine's spider a description of the page is to follow.
  1. content="How to add META tags to your page."
    is your very own description of your web page. Type in what you want the description of your page to be, and use some of your key phrases as part of the decription. Many of the search engines use this as the description that will appear in their listings.

Other META Tags

The above tags are the two most useful and popular META tags. There are a couple more that I will mention here, just in case you want to use them.

<META name="author" content="Your Name">

This tag lets you specify the author of the web page. Just insert your name and anyone viewing the source code will know you wrote it. I haven't seen a search engine make use of this tag for indexing purposes yet.

<META name="generator" content="Notepad">

This tag lets you tell everyone what program you used to create your page. Now that you are a Notepad coding machine, go ahead and let everyone know you did it yourself! I haven't seen this used for indexing purposes either, but maybe the engines will let us narrow searches to documents that were coded by hand.....

Well, that does it for the META tags. So, on to the next section: The Meta Refresh.

Practice Here.

PreviousNext

 

 

 

Home | Contact Us| Links| Privacy Policy