Saturday, January 11, 2014

Add these content to your website

Meta tags play a very important role in SEO for your website. The first step for SEO is optimizing the meta tags. You must use meta keywords. You can use meta tags in following way:
<meta name="description" content="A good description........150 words">
<meta name="keywords" content="Keyword1, Keyword2, .... not more then 20 keywords to which you wanted to be searched your website">
<meta name="author" content="name...">
<meta name="robots" content="index, follow"><!-- This will help robots to get through all your pages -->
<meta name="Language" content="english" />
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">

Step wise Optimization

Examples making Meta tags

 
If you have some knowledge of codes and HTML you will be able to type meta tags in the source of your page. If you have no experience, start with the following examples. These HTML examples are made to help you understand HTML.

Start Simple

 
In our example we start with the most simple HTML. The title and a some text. If you look in the source of every webpage you will find these basic HTML codes.
 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
 <head>
  <title>My Testpage</title>
 </head>

<body>

  This is a test text.

</body>
</html>
 
Meta tags have to be placed in the so called HEAD part of the website. For example, we want to sell wooden garden furniture on our website. We start very simple by adding a title, keywords and a description. Take a look at the example below. We use colored letters in this example so it makes reading HTML easier. The colors have no effect or influence on the results in a search engine.

Step 1 Adjust the title


The first phrase you will see and will click on in the search engines is the title. Make sure your title is effective and attractive.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
 <head>
  <title>All our wooden furniture is water proof.</title>
 </head>

<body>

  This is a test text

</body>
</html>

Step 2 Adding keywords - keyword meta tag


Add maximal 20 keywords and seperate them from each other by a comma en a space.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
 <head>
  <title>All our wooden furniture is water proof.</title>
  <meta name="keywords" content="wood, furniture, garden, gardentable, etc.">

 </head>

<body>

  This is a test text

</body>
</html>
 

Step 3 Adding a relevant description - description meta tag


The description are the phrases that will appear under every title in Google and other search engines.  The search engines show the description you add to your meta tags so it's important to make a relevant description for every single page on your website.
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
 <head>
  <title>All our wooden furniture is water proof.</title>
  <meta name="keywords" content="wood, furniture, garden, gardentable, etc.">
  <meta name="description" content="Official dealer of wooden garden furniture.">

 </head>

<body>

  This is a test text

</body>
</html>
 

Step 4 Provide relevant information


Without a doubt a good website has to provide good information. If writing relevant text is not your thing, you should hire a writer to help you make your text relevant and easy to read.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
 <head>
  <title>All our wooden furniture is water proof.</title>
  <meta name="keywords" content="wood, furniture, garden, gardentable, etc">
  <meta name="description" content="Official dealer of wooden garden furniture.">

 </head>

<body>

  Visit our showroom on weekdays from 9 to 5...

</body>
</html>

Think like a customer


This is just an example, very simple, so it's quite clear what the meaning is. Making good meta tags is an accurate job!

Don't use words like computers, travel, books, gifts, consultancy in your text. The number of hits is enormous, for some more than 10.000. Give extra information and the change your site will be found is increasing. Focus on the words you think your customer will be searching under and will find you, or emphasize on specific details that might be interesting for your visitor. Choosing the right words determine if your site will be found.             

Step wise Optimization

Examples making Meta tags

 
If you have some knowledge of codes and HTML you will be able to type meta tags in the source of your page. If you have no experience, start with the following examples. These HTML examples are made to help you understand HTML.

Start Simple

 
In our example we start with the most simple HTML. The title and a some text. If you look in the source of every webpage you will find these basic HTML codes.
 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
 <head>
  <title>My Testpage</title>
 </head>

<body>

  This is a test text.

</body>
</html>
 
Meta tags have to be placed in the so called HEAD part of the website. For example, we want to sell wooden garden furniture on our website. We start very simple by adding a title, keywords and a description. Take a look at the example below. We use colored letters in this example so it makes reading HTML easier. The colors have no effect or influence on the results in a search engine.

Step 1 Adjust the title


The first phrase you will see and will click on in the search engines is the title. Make sure your title is effective and attractive.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
 <head>
  <title>All our wooden furniture is water proof.</title>
 </head>

<body>

  This is a test text

</body>
</html>

Step 2 Adding keywords - keyword meta tag


Add maximal 20 keywords and seperate them from each other by a comma en a space.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
 <head>
  <title>All our wooden furniture is water proof.</title>
  <meta name="keywords" content="wood, furniture, garden, gardentable, etc.">

 </head>

<body>

  This is a test text

</body>
</html>
 

Step 3 Adding a relevant description - description meta tag


The description are the phrases that will appear under every title in Google and other search engines.  The search engines show the description you add to your meta tags so it's important to make a relevant description for every single page on your website.
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
 <head>
  <title>All our wooden furniture is water proof.</title>
  <meta name="keywords" content="wood, furniture, garden, gardentable, etc.">
  <meta name="description" content="Official dealer of wooden garden furniture.">

 </head>

<body>

  This is a test text

</body>
</html>
 

Step 4 Provide relevant information


Without a doubt a good website has to provide good information. If writing relevant text is not your thing, you should hire a writer to help you make your text relevant and easy to read.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
 <head>
  <title>All our wooden furniture is water proof.</title>
  <meta name="keywords" content="wood, furniture, garden, gardentable, etc">
  <meta name="description" content="Official dealer of wooden garden furniture.">

 </head>

<body>

  Visit our showroom on weekdays from 9 to 5...

</body>
</html>

Think like a customer


This is just an example, very simple, so it's quite clear what the meaning is. Making good meta tags is an accurate job!

Don't use words like computers, travel, books, gifts, consultancy in your text. The number of hits is enormous, for some more than 10.000. Give extra information and the change your site will be found is increasing. Focus on the words you think your customer will be searching under and will find you, or emphasize on specific details that might be interesting for your visitor. Choosing the right words determine if your site will be found.             

Give robots some foods

Meta tags play a very important role in SEO for your website. The first step for SEO is optimizing the meta tags. You must use meta keywords. You can use meta tags in following way:
<meta name="description" content="A good description........150 words">
<meta name="keywords" content="Keyword1, Keyword2, .... not more then 20 keywords to which you wanted to be searched your website">
<meta name="author" content="name...">
<meta name="robots" content="index, follow"><!-- This will help robots to get through all your pages -->
<meta name="Language" content="english" />
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">