Hi, I just found out that my site is receiving a duplicate H1 error, not because I have more than one H1 on my pages, but because bots are following my AddThis Script on my site, and they are picking up theirs. Can someone tell me how I can add the nofollow code to this. AddThis site did not help. Thanks in advance. Here is the details... This first snippet of code is on one of my ctp files in CakePHP.... <!-- Go to www.addthis.com/dashboard to customize your tools --> <div class="addthis_horizontal_follow_toolbox"></div> <script type="text/javascript"> (function() { var po = document.createElement("script"); po.type = "text/javascript"; po.async = true; po.src = "https://apis.google.com/js/plusone.js?publisherid=113504811744303139636"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(po, s); })(); </script> Code (markup): Then this snippet on another ctp file... <!-- Go to www.addthis.com/dashboard to customize your tools --> <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-53dab9c92f8116e8"></script> Code (markup): Thanks, Jessica
A link to your website would be more helpful. The code you have shown isn't what needs changing to accomplish this.