With this trick you can limit meta description tag to Home Page Only and not in your post, so that meta tags doesn't get duplicate. Google will use an excerpt from the post content as search result content snippet.
Lets See How To Do It
Log into Blogger
Go To Layout --> Html
Find This Code
<b:include data='blog' name='all-head-content'/>
Then put the meta tags code immediately below it as in below given format
<meta content='PUT KEYWORDS HERE SEPARATED BY COMMAS' name='keywords'/>
<b:if cond='data:blog.pageType == "index"'>
<meta content='PUT BLOG DESCRIPTION HERE' name='description'/>
</b:if>
<b:if cond='data:blog.pageType == "index"'>
<meta content='PUT BLOG DESCRIPTION HERE' name='description'/>
</b:if>
save the template



0 comments:
Post a Comment