How to Create Meta Tags and Meta Descriptioin to your Blog or website

How to Create Meta Tags and Meta Descriptioin to your Blog or website


Image result for How to Create Meta Tags and Meta Description to your Blog or website
If you've some knowledge of codes and HTML you'll be able to type meta tags in the source of your page. If you've no experience, start with the following examples. These HTML examples're 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'll 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've 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 Crack Tricks 
</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 Crack Tricks</title>
  <meta name="keywordscontent="Blogger tips, tricks, softwares and widgets">

 </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 Crack Tricks</title>
  <meta name="keywordscontent="Blogger tips, tricks, softwares and widgets">
  <meta name="descriptioncontent="AllCrackTricks Provides you with Softwares, Blogger Tips, blogspot widgets, Blogger Templates, CSS and HTML Tips, jQuery Tricks and all Blogging Tips">

 </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 Crack Tricks</title>
  <meta name="keywordscontent="
Blogger tips, tricks, softwares and widgets">
  <meta name="descriptioncontent="AllCrackTricks Provides you with Softwares, Blogger Tips, blogspot widgets, Blogger Templates, CSS and HTML Tips, jQuery Tricks and all Blogging Tips">

 </head>
<body>
  You
r Site Content here
</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'll be found is increasing. Focus on the words you think your customer'll be searching under and'll find you, or emphasize on specific details that might be interesting for your visitor. Choosing the right words determine if your site'll be found.

Download - How to Create Meta Tags and Meta Descriptioin to your Blog or website