Change the Static Meta Description
In
Blogger new interface, you can see some new added SEO options including dynamic
meta description for single posts and blog description. But Blogger all
templates have the old static meta description code. So to make things correct
we need to change the old code with the new one. Follow given steps to do this:
- Go to Blog's Template >> HTML >> Proceed
- Just below the <head> tag insert below code
<b:if
cond='data:blog.metaDescription != ""'>
<meta expr:content='data:blog.metaDescription' name='description'/>
</b:if>
Save template and that's all for
changing meta tags.