Automatic Meta Tag on All Article

Posted by Arif Hidayatullah on Sunday, November 27, 2011

Hi Blogger Tutorials friends.. In this post I will inform a proven seo techniques to increase traffic visitors to your blog. It is to use automatic meta tag on all articles / posts.
This method is the seo techniques are often used by the master to make their articles at the top position in the SERP. (Search Engine Result Page).


This is an automatic meta tag of title, keywords, and description, automatic here means:
- At each of all our article titles will be: the blog title.
- At each of all our article titles will be: keyword.
- In the description of the blog will be: title of the article, author blogs


Well, please follow  the following instruction to applying on your blog:
  1.  Login to your blogger account > Template > Edit HTML. and then check Expand Widget  Templates. After that search this code (ctrl+f) 
          <title><data:blog.pageTitle/></title
          remove and replace with this code

<b:if cond='data:blog.pageType == &quot;item&quot;'>
<title><data:blog.pageName/></title>
<meta expr:content='data:blog.pageName + &quot;, &quot; + data:blog.title' name='Description'/>
<meta expr:content='data:blog.pageName' name='Keywords'/>
</b:if> 
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<title><data:blog.pageTitle/></title>
<meta content='Enter Your Blog Description' name='description'/>
<meta content='Enter your blog keyword' name='keywords'/>
</b:if>
 
     2.   Save template.


It's the trick about how to make Automatic Meta Tag on All Article. I hope this post will be useful for you. Thanks for visiting Blogger Tutorials blog. Good Luck.





Click the Like button above if you like this article
Thank's for visiting this blog
Don't forget to add your comments at the form below...

Share this Article to Your Friends :

{ 0 comments...Please Give Your Comments }

Post a Comment

Please leave your comment here...!!!