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?
Disallow: /game-supplies.php?psp_product= (please note, it's not standard and some search engine may not understand. For as for as I know, Google understand. You can try at google webmaster tool/
try this: Disallow: /game-supplies.php* Allow: /game-supplies.php Check in Webmaster Tools to not block other pages.