Friday 15 February 2013

Adding Meta Tags to your blog

Meta Tags are of extreme importance for your blog.They have a great contribution in making your blog a good ranked blog.Adding different important meta tags to your blog will surely increase your blog ranking.Meta tags are the one of the basic thing which are use in SEO(Search Engine Optimization).No doubt these meta tags are important for your blog,but remember that,adding useless tags will decrease your blog ranking,so avoid useless tags.

Among many Meta Tags two are very necessary.
1.Title Tag.
2.Description Tag.

Now the question is that,how to add this tags in your blog because blogger have no option to add meta tags directly.Here is simple method to add meta tags to your blog.
1.First of all go to Blogger and sign in.
2.After signing in go to your blog dashboard.
3.Click on Template tab in side menu.
4.Open Edit Html.
Now find the following code.

<b:include data='blog' name='all-head-content'/>

After finding the the code,paste the following codes just below it.

<meta content='width=1100' name='viewport'/>
<meta content='all' name='robots'/> 
<meta content='index, follow' name='robots'/>     
<meta content='1 days' name='revisit-after'/> 
<meta content='index,follow,noodp,noydir' name='robots'/> 
<meta content=' description here ' name='description'/> 
<meta content='Keywords here' name='keywords'/> 

For "description here" add your blog description.
For "keywords here" add your keywords for your blog.(Keywords are those words which are use by the search engines to know about your blog).

That's it.

1 comment: