Monday 1 August 2016

How to Add Optimize Meta Description Tag to Blogger for Better Search Results

Adding Meta Description to Blogger : Meta Description is one of most important part of good SEO. Your Meta Keyword prefer whole blog and post's in Search Results. Normally Meta Description Located in the header of our website. Meta Keyword play one of most important SEO Optimization role in Blogging. Wordpress Can add there meta tag easily using "Add Meta Tag" or "SEO meta Tag" Plug in. Today I am Going to Share " How to Add Meta Tag in Blogger" There are two way to Add Meta Tag in your Blogger Blog :-






   How to Add Meta Description Tags  

add custom Meta descriptions.  Follow the steps:


  • Go to Dashboard > Settings > Search Preference



  • Write down your preferred description for the homepage.


  • Finally Click on "Save Change" Button


   Add Meta Description to Individual Post   



  • Go to Dashboard > Posts.
  • Click edit for one of your posts or create a new one.
  • From the right sidebar of the editor, click "search description" and specify your custom one.

  • Update or publish the post.




  How to Add Further Necessary Meta Tags  

These are thousand of tag we could put. But that would be over optimization and surely treated as spam. But there is a bunch of useful ones, which would help our search engine visibility. I am sure you will be interested in it. Follow the steps for adding it to your Blogger:


  • Go to Dashboard > Template > Edit HTML.
  • Between <head> and</head>, place the following codes:



<b:if cond='data:blog.metaDescription != &quot;&quot;'>
  <meta expr:content='data:blog.metaDescription' name='description'/>
</b:if><meta name='author' content='author's name'/>
<meta content='Your Blog Description here' name='description'/>
<meta content='Your Blog Keyword here' name='keywords'/> 
<meta name='email' content='author's email'/>
<meta name='language' content='author's language'/>
<meta name='country' content='author's country'/>
<meta name='generator' content='blogger'/>
<meta name='robots' content='noodp,noydir'/>


  • Save the template.



0 comments: