Forum Moderators: Robert Charlton & goodroi
To demonstrate: a search for "chicago blue widgets" would show our "blue widgets" category page rather than the "chicago blue widgets" product page. In this case, the word chicago is present in the category page and 9 times out of 10 google presents this page in the results page.
Our URLs are dynamically generated and include a sku id as well as a location id.
We have looked into flattening out the URL structure so that particular sku's are tied directly to location rather than using the location id separately in the URL string.
Any thoughts?