I am revamping a website with an OK Google ranking to try and improve page rank. I run the site with PHP with SE friendly links (no query strings). The base-names of the URLs were "index.html", but I can call them anything, and I need to know if I have some of the pages marked as "index.html" and other named "video_dvd.html" that bring up the same page will be considered SE spam. Example:
www.site.com/catalog/122/index.html
www.site.com/catalog/122/video_dvd.htm...
www.site.com/catalog/122/video_dvd_fea...
All three of these links would go to the same page, as the PHP only reads the 'catalog' and '122' part of the URL to lookup the information from the DB. I've kept things uniform by having the same types of links on one page (for example, the index page has index.html links, and the product directory has the 'video_dvd.html' links.
Is this type of SEO kosher for Google and the like, or should I keep one uniform link for each page?
Tags: