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