If you’re a BlogSpot's blogger and looking for a way to increase your pageviews or decrease the bounce rate of your blog, then showing related post method will definitely work. My bounce rate for this blog was very high, but when i start showing related post below my post, it then cools down.
Now lets see how to add related post below the blog’s post content.
1. Go to Layout/Edit HTML/Edit Template.
2. Back up your template! (Most important Step!)
3. Check “Expand Widget Templates”, then search for:
| <div class='post-footer-line post-footer-line-3'/> |
4. Add <div id='related_posts'/> to the above code, and it will look like:
| <div class='post-footer-line post-footer-line-3'/> |
5. At the end of the XHTML code of you blog you will find:
| </body> |
6. Now add the main Java script as shown below:
| <script src='http://www.google.com/jsapi'/> |
Now you’re done. Preview your blog, it will look like as shown below.
You can also customize the widget by changing the heading. Visit here for the customization tips. This project is maintained by Blogger Related Posts Service. So, Many Thanks to them.
Labels: google