Wednesday, July 11, 2012

Meta Tag Not Showing in Google Search Why?



Some times Meta Tags problem comes in the blogs like many times our meta description doesn't show in the search of the search engines be'coz of some wrong codes and some some kind of little mistakes by the author or owner in the head section of the blog. This problem can be easily solved by adding some tags in your template of HTML and if you don't know how create meta tags then use META TAG GENERATOR


How it Look in Google....?




Make it Correct

  • Login to Blogger > Dashboard
  • Go to Design > Edit HTML 
  • Click Expand Widget Template 
  • Now Search for below code using Ctrl+F
<meta content='YOUR DESCRIPTION HERE' name='description'/>
  • Now replace this code with below code
<b:if cond='data:blog.metaDescription != &quot;&quot;'>
<meta expr:content='data:blog.metaDescription' name='description'/>
</b:if>


If You Can't Find Above Code

If above code is not in their template then...
  • Search for
<head>
  •  and, paste below code after <head> tag
<b:if cond='data:blog.metaDescription != &quot;&quot;'>
<meta expr:content='data:blog.metaDescription' name='description'/>
</b:if>
  • Save Your Template and Say BingoooOO
 


Thanks for Visit Here Like Us on Facebook.
If Any Problem, Ask in Comments Follow US on Twitter.

help us to grow

Post a Comment