Wildcard syntax for Robots.txt:
User-agent: googlebot
Disallow: /product*product_info.html
because I have 2000 products. Rather than inputing:
Disallow: /product1product_info.html
Disallow: /product2product_info.html
etc.
I thought mabye the Google wildcard will support it?