Partial Exculde Problem
« on: March 06, 2008, 05:50:53 PM »
Hi

i need to have indexed the following eg
/products/product.php?id=1
/products/product.php?id=2
/products/product.php?id=3
/products/product.php?id=4
etc
but not
/products/product.php?id=1&page=1
/products/product.php?id=1&page=2
etc
ps - i use param page on multiple php pages so cant just exclude param page
ie
i need to get indexed
/products/productlist?catid=1&page=1
/products/productlist?catid=1&page=2
/products/productlist?catid=1&page=3

anyone know how to achieve this?

matt
Re: Partial Exculde Problem
« Reply #2 on: March 07, 2008, 11:15:29 AM »
thanks worked a treat :-)