META Tags

10.12.07

META tags are basically composed of the
description <meta name="description" content="Enter your description here">
and keyword <meta name="keywords" content="Enter your key words here"> tags.

*Description:*
The description tag is used to describe your web page / business.
Some search engines will use this information to summarize your
website in their search listings. It's again of utmost importance
that you also include your keyword phrases in the description tag.

* The description tag should provide a 25-30 word description of
your website.

*Keywords*:
The keyword tag should of course include the "keyword phrases" that
you are targeting in order of importance. Start with the most
important and then proceed to less important but still relevant
keywords. Do not include keywords that are not relevant to the theme
of your site.

* Do not repeat any word more than 3 times within the keyword tag.

Below is a sample of the HTML code of a basic website.

<HTML>
<HEAD>
<title>Enter your Title here</title>
<meta name="keywords" content="*Your key words should be here*">
<meta name="description" content="*Your description should be here*">
</HEAD>
<BODY>
Your page's body text should be here.
</BODY>
< /HTML>

0 Comments: