Any update if we can customise the URL structure for /products/ and /collections/ ?

I’d like to know if a recent release now allows us to customize the label of the standard URL structure. I want to replace /products/ with /courses/ and /collections/ with /course-library/ to migrate my store without redirecting every product and category.

Thank you!

2 Likes

Hi @liz_elearning

Please note here that so far, it is not available to change the URL structure from /product/ to a specific name like /course-library/ directly; you can only change the URL content after /products/, /collections/, /pages/.

I agree with the idea from @Agbemi-ola here. If you would like to make URLs display like /course-library, you have to do URL redirections. You can read the steps below to make redirections properly:

  1. From your Shopify admin, go to Content-Menus.

  1. Click the URL redirects option in the top right corner.

  1. Click the Create URL redirect button.

  1. In the URL redirect page, enter the old URL including /collections/ or /products/ in the Redirect from option and the new URL containing your customized one, like /course-library/ inthe Redirect to option. In this way, your store page will display a customized URL rather than the Shopify standard URL.

For more details about URL redirects, you can check this article from Shopify Help Center directly. Thank you!

1 Like