The next step towards better optimizing your Blogger blogs is to understand that several works are incomplete and Blogger has left its codes open for all to develop them. Thus thanks to some programmers and SEO’s most of Blogger bugs have been solved recently. One problem in default blogger templates is that your meta description appears below all your Post titles instead of Post description in search results. This badly effects your overall search rankings as same description that you have set for your homepage appears below all your posts. To address this issue I will jump straight on the solution.
PS: If you don’t know what Meta Description is then kindly read these posts first,
How To Make Meta Description Appear Only on Homepages?
- Go To Blogger > Design > Edit HTML
- Backup Your Templates
- Search for your meta description which lies just at top portion of your HTML editor. Mine looks like,
4. Now simply enclose your meta Description between these codes,
<b:if cond='data:blog.url == data:blog.homepageUrl'>
Meta Description Goes here
</b:if>
5. Save your template and you are Done!