|
I am looking to not allow any search engines to go to the following URLS:
game-supplies.php?psp_product=asfasfsdfsdf
I want them to go to game-supplies.php and index just that page but not the dynamic one
I updated the robots.txt with the following:
Disallow: /game-supplies.php*?psp_product=Is that right?
|