Forum Moderators: open
First, thanks to webmaster world for a fantastic forum. Hopefully I can contribute as well as ask for help... First though I'm looking for a spot of advice. I've recently implemented a solution that rewrites URL's on an e-commerce store from
www.somestore.com/catalogue.asp?product=widgets&colour=blue
to
www.somestore.com/product/widget/colour/blue.html
You get the idea.
The question is now I've got a method for making a highly dynamic site indexable whats the best way to implement it? The site is enterprise scale, so changing everything would imply a mountain of work given the need for testing etc.
I was thinking that a sitemap containing rewritten links to all the product pages was the way to go, but am concerned that a page containing thousands of links would be penalised / not followed. Should I rig up a Yahoo! style directory structure instead?
All help appreciated
Best
Newkid
I'm thinking that you want to get each of your thousands of product pages in the serps but you'll probably have very low PR on each of these pages. Why not go with category pages with higher PR as your main targets?
If you go
home (PR6) site map (PR5) and each of thousands of pages (PR4),
I would think you'd improve by going
home (PR6); 10 category subindex (PR5)
And how do you change .asp? pages to regular old URLs?
I agree with Torben. If your software doesn't allow you to make a robot friendly site due to session Ids or whatever, then you may wish to make the full static site for the content and link to a /robots.txt protected area for the aspects that need strange URLs.
I'm not convinced duplicate pages will be a problem since the current problem is that Google hasn't found the existing pages at all. A search for
site: www.someurl.com *
Returns only 5 pages out of 1000+. I was hoping that by building a link structure to the rest of the site the 1000+ pages could get themselves into the index.
If google is delivered the same content under two distinct URL's ie.
www.somesite.com/product/widget/color/blue and www.somesite.som/product.asp?product=widget&color=blue
or
www.domain.com/page.html and
www.domain2.com/page.html
Will it penalise the site, or simply disregard one set of pages? If its the latter I don't really mind since the primary goal of simply getting into the index will have been achieved.
Best
Newkid