Help Needed With Google Webmaster Crawl Errors

Discussion in 'Search Engine Optimization' started by jvfconsulting, Apr 21, 2010.

  1. #1
    I logged into our Google Webmaster Tools account and noticed some crawl errors that do not make any sense to me. We're using a Google product to track our outgoing links, but webmaster tools is picking them up as crawl errors? If you look at the code we use it has this on each link tag:

    onclick="_gaq.push(['_trackPageview', '/outgoing/auctioncamera.com/system/the-system.html']);');"

    As you can see, it’s not a link at all, so not sure why it’s getting hung up and notifying us of crawl errors. Please help! Below is a screenshot of what I see. The site the errors are referring to is: www.jvfconsulting.com

    [​IMG]
     
    jvfconsulting, Apr 21, 2010 IP
  2. chauhanmanish

    chauhanmanish Peon

    Messages:
    36
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    To avoid these urls, make sure that google crawlers do not follow these URLs. These URLs might have created dynamically through your CMS. You can avoid crawlers to follow these urls by putting one line in your robots.txt:

    user-agent: *
    disallow: /outgoing/
     
    chauhanmanish, Apr 22, 2010 IP