How to add different meta tags to individual blogger posts :
Meta tags : Meta tags describes that what the page actually contains. It makes the search engine to crowel your blog more frequently and index your pages in blog fastly.
step1: go to blogger dash board
step2: click on template
find below link in template code
<b:include data='blog' name='all-head-content'/>
and add below code, below the above code
<b:if cond='data:blog.url == "link to you post"'>
<meta content='DESCRIPTION' name='description'/><meta content='KEYWORDS' name='keywords'/>
</b:if>
step3:click on save
Follow belowe simple steps to add meta tags to individual posts in blogger :
step1: go to blogger dash board
step2: click on template
find below link in template code
<b:include data='blog' name='all-head-content'/>
and add below code, below the above code
<b:if cond='data:blog.url == "link to you post"'>
<meta content='DESCRIPTION' name='description'/><meta content='KEYWORDS' name='keywords'/>
</b:if>
step3:click on save
0 Response to "How To Add Different Meta Tags To Individual Blogger Posts :"