Saturday, August 16, 2014


Meta tags to each post in blogger



Generally many people often think that meta tags as just the post description and post keywords used for search engine optimization i.e SEO.The most common use of meta tags is that,  this is just description for the search engine optimization  to search the content from the blog post.
If you want to add meta tags to each post the go to the following procedure: Log in to Blogger->Dashboard
Then go to template and click on Edit HTML
Before doing any changes to blogger backup your all html code.    


press Ctrl + F and search for 
    
  <b:include data=’blog’ name=’all-head-content’/>
After above code paste the following code
<b:if cond=’data:blog.url == “write Blog URL”‘><meta content=’Write here some Description For Your Blog’ name=’description’ /><meta content=’write less than 5 keywords’ name=’keywords’ /></b:if><meta content=’Write here some Description For Your Blog’ name=’description’ /><meta content=’write less than 5 keywords’ name=’keywords’ /></b:if>
This is meta tag for your main template if you want to add meta tag for each and every 
post then copy the following code and paste it in each and every post in the blog.

<b:include data=’blog’ name=’all-head-content’/><b:if cond=’data:blog.url == "write your blog URL"‘><meta content='write some description to your blog' name=’description’ /><meta content='write some keywords to your blog'name=’keywords’ /></b:if> <b:if cond=’data:blog.url == "writer your post URL"‘><meta content='write some description for blog post' name=’description’ /><meta content='write some keywords to blog post' name=’keywords’ /></b:if>
Then save the template and it will definitely work..!
Categories: ,

0 comments:

Post a Comment