Google crawling sitecatalyst clickmap URLs

215 Views Asked by At

I'm running into an issues where Google is crawling invalid URLs. It is caused by inline javascript from an onclick within a href property. The onlcick is used for sitecatalyst clickmap tracking and looks like

<a href="http://www.commerce.com/cp/Value-of-the-Day/1058864" onclick="s_objectID="http://www.commerce.com/cp/Value-of-the-Day/1058864_1";return this.s_oc?this.s_oc(e):true">Specials</a>

How do I get Google to not crawl the clickmap tracking and/or implement the clickmap in a way that will not be crawlable by searchengines. Would this.s_oc(e):false work?

0

There are 0 best solutions below