Product URL structure for a marketplace model
-
Hello All.
I run an online marketplace start-up that has around 10000 products listed from around 1000+ sellers. We are a similar model to etsy/ebay in the sense that we provide a platform but sellers to list products and sell them.
I have a URL structure question.
I have read http://www.seomoz.org/q/how-to-define-best-url-structure-for-product-pages which seems to show everyone suggests to use
Products: products/category/product-name
Categories: products/category
as the structure for product pages.
Because we are a marketplace (our category structure has multiple tiers sometimes up to 3) our sellers choose a category for products to go in.
How we have handled this before is we have used:
Products: products/last-tier-category-chosen/product-name (eg: /products/sweets-and-snacks/fluffy-marshmallows)
Categories: products/category (eg: /products/sweets-and-snacks)
However we have two issues with this:
- The categories can sometimes change, or users can change them which means the links completely change and undo any link building work built up.
- The urls can get a bit long and am worried that the most important data (the fluffy marshmallow that reflects in the page title and content) is left till too late in the URL.
As a result we plan to change our URL structure (we are going through a rebuild anyhow so losing old links is not an issue here) so that the new structure was:
Products: products/product-name(eg: /products/fluffy-marshmallows)
Categories: products/category (eg: /products/sweets-and-snacks)
My concern about doing this however, and question here, is whether this willnegatively impact the "structure" of pages when google crawls our marketplace.Because "fluffy marshmallows" will no longer technically fit into the url structure of "sweets and snacks". I dont know if this would have a negative impact or not.
FYI etsy (one of the largest marketplace models in the world) us the latter approach and do not have categories in product urls, eg:
listing/42003836/vintage-french-industrial-inspired-side
Any ideas on this? Many thanks!
-
Anyone else have any opinions on this?
-
Hey oleg. Thanks for this sounds encouraging. Re unique urls, this isnt an issue as A) the category list is limited and is controlled by us not our members B) we will have validation in place to stop categories having the same name as poducts (this geta validator during the product upload process) so cats and products having the same name wont happen. 3) we wont be using id slugs all all product names (again validated on upload) will be unique. Its a slightly seperate issue really though, for the sake of this post would be good to get some more opinions on whether that more flat structure would get a more positive outcome due to the category/product heierarchy being clearer?
-
You should be fine SEO/crawler wise. The most common & recommended structure for wordpress blogs is to just display the post title without the category in the url (i.e. site.com/post-title/) while the category pages are site.com/c/cat-title.
More than anything, you might have trouble your own site/script to differentiate categories from products if you use the same url structure (what page would you mod_rewrite to? would you have to process all category AND product slugs?) - that's the reason for the /42003836/ part of the link you mentioned. Unless you have limited categories, it might get complicated.
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
What is the Redirect Rule for corresponding https urls to new domain with the same https urls?
2 sites have the same urls but the owner wants just the 1 site. So I will be doing a 301 redirect with .htaccess from https://www.example.co.uk/sportsbook/SOCCER/today/ redirecting to https://www.example.com//sportsbook/SOCCER/today/ There are a lot of urls that are the same, so I was wondering what the rule is to put in the file please that will change them all to the corresponding urls? Would this be correct?... RewriteEngine on
Intermediate & Advanced SEO | | WSIDW
RewriteCond %{HTTPS_HOST} ^example.co.uk [NC,OR]
RewriteCond %{HTTPS_HOST} ^www.example.co.uk [NC]
RewriteRule ^(.*)$ https://example.com$1 [L,R=301,NC] Or would a simple rule like this work... redirect 301 / http://www.new domain.com/ If not correct could you please give me the correct rule, thanks! Then of course doing a change of address of address in webmaster tools after. Also... do I still need to do the forwarding from the https://www.example.co.uk/ domain provider after as well? Many thanks for your help in advance.0 -
Inactive Products - Inactive URLs
Hi, In our website www.viatrading.com we have many products that might be in stock or not depending on availability. Until now, when a product was not available anymore, we took this page down (and redirected to its product category page). And, only if the product was available again, we re-activated the URL - this might be days, months or even years later. To make this more SEO-friendly, we decided now that while a product is not available, instead or deactivating/redirecting the page, we will leave it online and just add a message saying "This product is currently not available". If we do this, we will automatically re-activate about 500 products pages at once. 1. Just to make sure, is it harmful for SEO to keep activating/deactivating URLs this way? 2. Since most of these pages have been deindexed for a long time due to being redirected - have they lost all their SEO juice? 3. How can we better activate these old 500 pages - is it ok activating them all at once? Thank you,
Intermediate & Advanced SEO | | viatrading11 -
New URL Structure caused virtually All rankings to drop 5 to 10 positions in latest report ?.. Is this normal
Hi All, We changed out url structure on our website to both reduce both the size of our category url structure (reduce the number of layers '/ ' ) and also to replace the underscores we originally had to hyphens... We did this during a new site design. Anyway we relaunched it a week ago. We did the 301 redirects from old to new , new site maps etc, and the latest moz ranking report is showing most of them dropping 5 to 10 positions i.e from 3rd to 10th etc... Is this something to be expected , and then it should recover or should this be telling me alarm bells. I would have expected not such a negative shift in all my rankings ?.. Anyone thoughts of this would be greatly appreciated... thanks Pete .
Intermediate & Advanced SEO | | PeteC120 -
Weird 404 URL Problem - domain name being placed at end of urls
Hey there. For some reason when doing crawl tests I'm finding pages with the domain name being tacked on the end and causing 404 errors.
Intermediate & Advanced SEO | | Jay328
For example: http://domainname.com/page-name/http://domainname.com This is happening to all pages, posts and even category type 1. Site is in Wordpress
2. Using Yoast SEO plugin Any suggestions? Thanks!0 -
Clean URL help!
Hi all, In short, i'm looking to redirect examplepage.html to examplepage .I've got rid of the .html, sitewide this morning. However I want to redirect Google & people who have bookmarked the old url structure. Currently if you have the extension on or not, it will show in your browser. I'm wanting /examplepage.html to 301 redirect to /examplepage I've gone the normal way I'd do it by adding in .htaccess: Redirect 301 /examplepage.html http://www.example.com/examplepage I'm assuming it isn't redirecting as the example.html page is no longer... what is the way around this? Thanks for any help! In firefox the error of the page is: The page isn't redirecting properly Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
Intermediate & Advanced SEO | | Whittie0 -
Does having a ? on the end of your URL affect your SEO?
I have some redirects that were done with at "?" at the end of the URL to include google coding (i.e. you click on an adwords link and the google coding follows the redirected link). When there is not coding to follow the link just appears as "filename.html?". Will that affect us negatively SEO-wise? Thank you.
Intermediate & Advanced SEO | | RoxBrock1 -
Received "Googlebot found an extremely high number of URLs on your site:" but most of the example URLs are noindexed.
An example URL can be found here: http://symptom.healthline.com/symptomsearch?addterm=Neck%20pain&addterm=Face&addterm=Fatigue&addterm=Shortness%20Of%20Breath A couple of questions: Why is Google reporting an issue with these URLs if they are marked as noindex? What is the best way to fix the issue? Thanks in advance.
Intermediate & Advanced SEO | | nicole.healthline0 -
Best way to migrate to a new URL structure
Hello everyone, We’re changing our URL structure from something like this: example.com/index.php?language=English To something like this: example.com**/english/**index.php The change is implemented with mod_rewrite so all the old URLs can still work We have hundreds of thousands of pages that are currently indexed with the old URL structure What’s the best way to get Google to rapidly update its index and to maintain as much ranking as possible? 301 redirect all the old URLs to the new equivalent format? If we detect that the URL is in an old format, render the page with a canonical tag pointing to the new equivalent format as well as adding a noindex, nofollow tag? Something else? Thanks for your input!
Intermediate & Advanced SEO | | anthematic0