Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Google found suspicious behavior on a website…

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #148819
    CrocoDillon
    Participant

    Google found suspicious behavior on a website I did some jQuery for. The company I worked for asked if it could be my code or if I could otherwise help locate the problem.

    The suspicious behavior is hidden text or cloaking and found in webmaster tools which I don’t have access to.

    The website is: http://festlastbiler.dk/

    The part I worked on is the Trustpilot ‘live’ feed (I did some parsing of microdata from the Trustpilot site in PHP and return the result as JSON, doubt that could be the issue). The jQuery I created: http://codepen.io/CrocoDillon/pen/DLjIH?editors=001 or http://codepen.io/CrocoDillon/pen/DLjIH.js

    Could removing the placeholder content be the problem? This is being removed in JS:

    <span>30-Jun-13 19:17</span>
    <p>Læs anmeldelser om vores studenterkørsel på Trustpilot.dk</p>
    

    How can I find the problem if it’s not my code?

    #149026
    __
    Participant

    Could removing the placeholder content be the problem?

    Doubt it.

    How can I find the problem if it’s not my code?

    It’d be hit-and-miss, I guess; but I’d definitely expect to get access to the webmaster tools as a first step.

    #149082
    __
    Participant

    Use this site:
    http://sitecheck.sucuri.net/
    it’s free and you can locate the source.

    ha! awesome

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Other’ is closed to new topics and replies.