QUOTE(DaVinciImports @ Nov 4 2007, 12:19 PM)

Looking at our site's pages indexed by Google I noticed that lots and lots of pages like: www.site.com/index.asp?PageAction=EMAILFRIEND&ProductID=1024 are indexed by Google and all with the same page title, description, and meta tags.
Can I do something so Google does not pick up these pages? Pretty useless pages and for sure hurting our SE results.
thanks in advance for any tips and help.
Mike
Mike,
Yes, there is a way to prevent engines from crawling information. It should be noted in your robots.txt file
The one below is a good example of what your robots.txt file (perhaps) should look like to exclude such directories/pages.
Refer to:
http://www.searchtools.com/robots/robots-txt.htmlUser-agent: *
Disallow:/admin/
Disallow:/affiliatewiz/
Disallow:/eproducts/
Disallow:/themes/
Disallow:/browseproducts/
Disallow:/BROWSEPRODUCTS/
Disallow:/QUICKORDER/
Disallow:/ADVSEARCH/
Disallow:/EMAILFRIEND/
Disallow:/Custreg/
Disallow:/https:/
Disallow: /index.asp?PageAction=ADDPRODREVIEW
If someone has a better robots.txt file, please post.
Scooter