Add Custom Meta and Title Tags for Blogger blogs |
Custom meta tags are one of the killer method used for Search Engine Optimization, but unfortunately in blogger you don’t have an option to add Meta Tags for individual blog post. Because blogger doesn’t support Plugins, Where as in WordPress you can use All in One SEO pack Plugin for adding Meta Tags and Title Tags,Description etc. This is the major disadvantage with the Blogger. But don’t have to worry about it, every problem has a solution.
You can create a custom meta and Title tags using some web tools. But using a correct method is important.Using custom Meta Tags and title tags will increase your Keyword popularity and Search engine rankings. The major use of custom meta tags for your Each and every post is, increasing the visibility of your Content with suitable Keywords.
You can also manually create your own custom meta tags by editing this bellow code…
How to create Custom Meta Tags and Title Tags for Blogger Blog :
Edit this bellow piece of HTML code and paste into your blogger HTML Source code, exactly bellow to the header section <head>.Use this bellow HTML meta tags Code for Your Blog Home Page only, Never change this code and use this for one time only...
<b:if cond=’data:blog.pageType == “item”‘>
<title><data:blog.pageName/> | <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
<b:if cond=’data:blog.url == data:blog.homepageUrl’>
<meta content=’This place is for your blog home page description‘ name=’description’/>
<meta content=’keyword1,keyword2,keyword3,keyword4,keyword5,keyword6,keyword7,keyword7, keyword8‘ name=’keywords’/>
</b:if>
Use this bellow HTML Meta tags code for you Blog Post, you have to create new code every time when you create a new article….
<b:if cond=’data:blog.url == “http://yourdomain.blogspot.com/yourblog-post-url“‘>
<meta content=’This place for your Blog post description’ name=’description’/>
<meta content=’keyword1,keyword2,keyword3,keyword4,keyword5,keyword6,keyword7,keyword7, keyword8‘ name=’keywords’/>
</b:if>
Replace the blue text with your own Keywords and Description, and paste it in your blogger HTML Header section. So from this time whenever you post a new article, just change the second code with your own Article URL, keywords and description.
This article will definitely help you, in order to get the High page rank and top positions in Search engines.
0 comments:
Post a Comment