Friday 12 July 2013

How To Add Meta Tags To Blogger Blog

What is Meta Tags ?

Meta tags are the codes of the website they are used to provide the data to search Engines. They helps you to drive more traffic from papular search engines like :- Google, Bing, Ask, Yahoo. They are not important for website ranking.
How To Add Meta Tags To Blogger Blog

Importance of Meta Tags

Meta tags are most useful for any website to get more traffic from search engines. like- Google Search Engine. Meta tags are useful to Index your Pages and Posts Quickly in Search engines. Meta tags are play important role in website SEO.


How To Add Meta Tags ?

To adding meta tags is very easy. Just Follow the below steps one by one and Improve your site stats in search Engines.

1. Goto Blogger.com > Template
2. Click on Edit HTML
3. Now Press  Ctrl + F > Search For Following Code..

 <title><data:blog.title/></title>
4. Replace the Above Code With the Below Code.

<b:if cond='data:blog.url == data:blog.homepageUrl'>
<title><data:blog.title/></title>
<META CONTENT='Your Site DESCRIPTION' NAME='Description'/></b:if>
<META CONTENT='Your Site KEYWORDS' NAME='Keywords'/>
<META CONTENT='AUTHER NAME' NAME='Author'/>
<META CONTENT='FOLLOW,INDEX' NAME='robots'/>
<b:if cond='data:blog.pageType == &quot;index&quot;'>
<title><data:blog.title/></title> <b:else/>
<title><data:blog.pageName/></title> </b:if>
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<meta expr:content='data:blog.pageName' name='Keywords'/></b:if>


5. Change The Light Red Portion with your website Information.
6. Save Your Settings.

No comments:

Post a Comment