I'm working on an ecommerce site that has an "Email to a Friend" page associated with every product and I want to exclude them.
They all look like this, but with a different number on the end:
URL.com/EmailFriend.asp?ProductCode=003
Will this work to disallow them all:
User-agent: *
Disallow: /cgi-bin/
Disallow: /EmailaFriend.asp?
Thanks,
Caro










