META TAGS NOT SHOWING IN GOOGLE SEARCH WHY?


Meta Tags are very important in the sense of the blogging be'coz if your meta tags are nt correctly install then you have to face the problem that your blog/site will not listing in the search engines and also not show the link and your posts in the search engines. This problem easy comes with many bloggers who doesn't  correctly install the codes of meta tags OR paste other kinds of coding in the head section. So, there is a solution in the simple steps, just add some codes in the head section and your site/blog will show in the search engines.


How it Looks in Google...?



Add Meta Tags in the Blogger

  • Login to Blogger > Dashborad
  • Click on Drop Down Menu and select Template
  • Backup your Template before making any changes to your blog
  • Press Ctrl + F and search the code shown below.

<meta content='YOUR DESCRIPTION HERE' name='description'/>


  • Now replace above code with below code.


<b:if cond='data:blog.metaDescription != &quot;&quot;'> <meta expr:content='data:blog.metaDescription' name='description'/> </b:if>


  • Save your template and You are done.


If you Can't Find Above Code....!

  • Login to Blogger > Dashborad
  • Click on Drop Down Menu and select Template
  • Backup your Template before making any changes to your blog
  • Press Ctrl + F and search the code shown below.

<head>

  • and Paste below code  just after <head> section


<b:if cond='data:blog.metaDescription != &quot;&quot;'> <meta expr:content='data:blog.metaDescription' name='description'/> </b:if>

  •  Finally Save your template.


If Any Problem Comes, Ask in Comments