Hi Guys, I was wondering if any of you guys know how to use robots.txt file to block acces to a specific portion of a site; subdomain.com/language_id/content_url We have about 40 subdomains and same ammount of language id's.
ramnet is correct: User-Agent: * Disallow: /language_id/content_url Allow: / or could also add a <META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW"> if theres a page you don't want them to follow.