Hello everybody,
If I want to prevent robots from accessing this dynamic URL:
Should I block them in this way:
Or in this way?:
If I want to prevent robots from accessing this dynamic URL:
http://domain.com/private.php?action=send&uid=1
Should I block them in this way:
User-Agent: *
Disallow: /private.php?action=send&uid=?$
Or in this way?:
User-Agent: *
Disallow: /private.php?action=send&uid=*?$