hide paid links for google with target

Discussion in 'Google' started by Sjorritsma, Sep 6, 2007.

  1. #1
    I don't know if google can detect this. Can anyone help me?

    here is the method the website uses.

    For every click you get 25 cent, you can place the link on your website with a target (example <A href="http://domain/credit.asp" Target="5263-519"> )

    On their website their is a javascript like this

    <script language="javascript">
    <!---
    targetString = new String(self.name)
    splitString = targetString.split("-")
    affID = new String(splitString[0])
    proID = new String(splitString[1])
    if(affID != "" && proID != ""){
    document.write("<img src=\"default.asp?id=" + affID + "&pro_id=" + proID + "&mer=&tl=1\" width=\"1\" height=\"1\">")
    }
    !---->
    </script>

    Could Google detect this??
     
    Sjorritsma, Sep 6, 2007 IP