Wednesday 13 February 2013

Change the Static Meta Description



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:


  1. Go to Blog's Template >> HTML >> Proceed
  2. Just below the <head> tag insert below code
<b:if cond='data:blog.metaDescription != &quot;&quot;'> 
  <meta expr:content='data:blog.metaDescription' name='description'/> 
</b:if>
         Save template and that's all for changing meta tags.