Hi, From my domain some of dynamic URLs crawled in Google. Some example URLs given here. http://www.domainname.com/index.html?agent_camp=16643001&agent_bann=213 87001 http://www.domainname.com/index.html?agent_camp=16593001&agent_bann=20423001 http://www.domainname.com/pagename....utm_medium=CPC&ovmtc=content&ovadid=548417531 http://www.domainname.com/?utm_source=tumblrblog&utm_medium=tlink I want to stop crawler to crawl this type of URL. Anyone suggest how to stop crawler to crawl these URLs.
What you can do is on your pages detect the user agent; if its a bot and page have querystring like you mentioned do a 301 permanent redirect to the main page without query string.