0
Hello!
I started using a script on my wordpress site to display advertisements of an advertising network, the problem is that when I went to webmaster tools I noticed that the script is making google not index my pages.
I’ve been looking and the solution is to make the script undetectable by the search engines.
I can change the script code to put a "noindex" or something like that to do this?
Here is the code:
<!-- adnow -->
Recomendámos
<div id="SC_TBlock_119595" class="SC_TBlock">loading...</div>
<script type="text/javascript">var SC_CId = "XXXXX",SC_Domain="n.ads2-adnow.com";SC_Start_119595=(new Date).getTime();</script>
<script type="text/javascript" src="http://st-n.ads2-adnow.com/js/adv_out.js"></script>
<!--fim adnow -->
Can someone put me the code here edited so that this is possible?
Thank you!