Forum Moderators: phranque
Here's what I did:
- I placed a "robots.txt" file on my site (same location where www.mysite.com/index.php is located).
- Here's what's inside (among others)
User-agent: *
Disallow: /forums/profile.php
Disallow: /forums/search.php
Yet, Google spidered all the files like...
www.mysite.com/profile.php?mode=viewprofile&u=25
or
www.mysite.com/forums/search.php?search_id=unanswered
<sobb> What on earth am I doing wrong?!