How to input Meta Descriptions, Keywords, Title and Author Name to Your blogger Template.
You have must Use Always Unique Meta Descriptions, Keywords, Title and Author Name to Your Blogger Blog and Website.Meta Title Tags, Meta Description and Keywords for blogger blog or Website are very essential for Wright way to reach (Better SEO) Google search engine Ranking.
You can add default Meta Tags to blogger Template. After that you can add the same meta tags into blogger blogs all pages and also your Website or blog’s Home pages.
We know that different Meta Tag Description in each page or Post will be more google friendly. So You should be carefully add the Meta Description and Keywords for blogger blog or Website.
How to add different Meta Tags description for each post in your blogger BlogSpot.
You can add ‘Title Tags’ firstly to your blogger template.
Now look the Title Tag and include in your blogs or Website.
<b:include data=’blog’ name=’all-head-content’/>
<b:if cond=’data:blog.pageType == ":index">
<title><data:blog.pageName/> | <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
<b:skin><![CDTA[/*
Now You can add Meta Tag Description and Meta Keywords.
You must change the Red Color code
<b:if cond='data:blog.url == data:blog.homepageUrl'><meta content=’Your home page description’ name='description'/>
<meta content=’your keywords, keywords1, keyword2' name='keywords'/>
</b:if>
<b:if cond='data:blog.pageType == "item"'>
<meta expr:content='data:blog.pageTitle' name='Description'/>
<meta expr:content='data:blog.pageName + ", your keywords, keywords1, keyword2 "' name='keywords'/>
</b:if>
Now finally looks like that your code below
<b:include data='blog' name='all-head-content'/>
<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.pageName/> | <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
Now change the blue color content and save it your blogger Template under <head>
Change the blue color code and save it in your template in home page under <head> .
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<meta content='Your home page description' name='description'/>
<meta content='your keywords, keywords1, keyword2' name='keywords'/>
</b:if>
Change the blue color code and save it in your template in every post in blogger.
<b:if cond='data:blog.pageType == "item"'>
<meta expr:content='data:blog.pageTitle' name='Description'/>
<meta expr:content='data:blog.pageName + ", your keywords, keywords1, keyword2 "' name='keywords'/>
</b:if>
Thank you everybody if any wrongly written in this post please ignore me.
No comments:
Post a Comment