<meta content='description' name='description'/>
<meta content='keywords' name='keywords'/>
if on your blog the meta tags is like this. its wrong.. its make all your page and your blogpost have a same meta tag.
so you can replace with this code :
/* This code is for meta tag hompage */Replaced the italic words with your description and your keword ^_^ enjoy it..
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<meta content='Your description' name='description'/>
<meta content='your keywords' name='keywords'/>
</b:if>
/* This code is for meta tag pages */
<b:if cond='data:blog.pageType == "item"'>
<meta expr:content='data:blog.pageTitle' name='Description'/>
<meta expr:content='data:blog.pageName + " keyword "' name='keywords'/>
</b:if>
0 comments:
Post a Comment