How to Fix / Remove Duplicate Meta Description in Blogger Posts and Homepage
This post shows how to remove duplicate meta description in blogger posts and homepage.
To fix duplicate meta descriptions in blogger follow these easy steps:
Now replace above code into
This post shows how to remove duplicate meta description in blogger posts and homepage.
To fix duplicate meta descriptions in blogger follow these easy steps:
Go To Blogger > TemplateSearch for the following code
Backup your template
Click Edit HTML
<meta expr:content='data:blog.metaDescription' name='description'/>
Now replace above code into
<b:if cond='data:blog.url != data:blog.homepageUrl'>
<meta expr:content='data:blog.metaDescription' name='description'/>
</b:if>
No comments:
Post a Comment