Forum Moderators: Robert Charlton & goodroi
I have an ecommerce store with products...there's an option for me to create an HTML catalog of all my products (if they hit 'add to cart' they go to my script based age). The feature is advertised as "search engine friendly".
I was under the impression that google "didnt like" 'duplicate' pages.
Whats the deal?
Google does dislike long Ugly URLs so the real problem is the URL, not the PHP.
Use one of the many techniques for developing a site using "Clean URLs"
All my sites are dynamic PHP based sites and I very rearly use pages with "?page=catalog&product=spoon" type strings.
Instead I the user (and google) would see
[domain.com...]
There is no way google can tell this is a dynamic page.