How to Add Separate meta Description in Blogger Post for better search Enging Optimisation (SEO)


Meta Description for Home Page and Each post in blogger

Actually dynamic meta description works for both home page and for blogger each post many bloggers wants their dynamic meta description only for home page not for blogger each post. So by enabling this features in blogger now you have full rights whether wants meta description for post or not.

Meta description for home page and for each blogger post will surely increase your postsindexing and crawling rate upto top. A part from this every your new post will stand first and top in search engine result.

Robots header tags for blogger

How to Enable Meta description for blogger home page
Go to blogger dashboard
Setting>Search> Preferences
Click on Edit Yes.
Now write your meta description for blog home page. Remember meta description allowed upto 150 character exceeding the limits are not allowed. write upto 150 characters or less that will be better.
See the screen shots given below.




Now in the above method you are able to have a dynamic meta description for your blog home page. Now days everyone using blogger custom templates and one thing should be remember that sometime these meta description will not work as well and you will not be able to see the meta description for home page while if you check them in page view source file.

So to overcome this problem you will have to insert some piece of code in your blogger template.

Go to Blogger dashboard:
Template>>Edit>>html:
Find <head> tag and insert the given code just after <head> tag. or before
<b:skin><![CDATA[ this tages


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

Now you have done save your custom template and come back to the home page and this time you will able to see the home page meta description in page views source file.



How to Enable Meta Description for blogger Each post

In the above tutorial you have already familiar with the concept of how to add meta description for home page. Now in this section we will discuss how to add meta description for each individual post. by adding the meta description for home page now we have automatically an additional feature inside blogger post.

Now whenever you write your new post just inside blogger post editor you will see the search description box at right side. Now make it habit forever whenever goes to publish new post write upto 145 characters description inside this search description box.
Adding Meta description for blogger each post
Go to write new post
Look at the right side





Now you have observed that at inside post editor at the right side you can see the search description and you can easily add meta description for each of your's blog new post.

Post a Comment

0 Comments