Hi!
I’m working on optimizing an eCommerce website and have started seeing some improvements. However, I have a question about the website structure.
I understand that there are best practices for structuring a website, which should be logical and reflect the hierarchy of the site. For example:
- yourdomain(.)com
- yourdomain(.)com/shop/category/
- yourdomain(.)com/shop/category/product/
But the shop I’m optimizing has a different structure. Here’s what it looks like:
- yourdomain(.)com
- yourdomain(.)com/shop/
- yourdomain(.)com/product/product-name/
Or:
- yourdomain(.)com
- yourdomain(.)com/category/
- yourdomain(.)com/product/product-name/
The URLs don’t reflect the website’s hierarchy. Is it worth optimizing this? I feel it could be a lot of work to redo the URL structure and ensure there are no errors.
What would you advise?