So you do not like the digg bar as well ? Or someone told you that you are losing traffic cause of the digg bar ? Well whatever the case is you really do no want that fancy bar to hang on top of your website, right ?
It is very simple to get rid off that annoying bar, i have showed you in my earlier post that how you can “Make sure your site is not rendered in an iframe“. We can actually tweak the same code to get rid of any sort of toolbar. Because every next site now has a toolbar and some SEO experts claim that it is actually leeching your traffic and do not pass the juice onto your website.
Code to remove any sort of toolbar off from top of your site’s:
<script type="text/javascript"> if(window.top!=window.self) window.top.location=window.self.location; </script> |
Hope this will suffice your search, if you still have questions left. Feel free to leave a comment
Cheers!!
Sachin Khosla