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.
No comments:
Post a Comment