How can I redirect a collection directly to a product site?

Hi,

Is there a way to make a collection redirect directly to a product site without entering a collection site first.

Problem:

Frontpage–> Click on product from collection → come to collection site of product → product site

Help to this solution:

Frontpage → click on product from collection list → product site.

Thank you in advance :slightly_smiling_face:

1 Like

What do you mean by “collection site of product”?

Product detail pages can be accessed from within a collection and then they can have a URL like /collections/collection-handle/products/product-handle. But it’s the same product detail page as /products/product-handle. The latter is set as canonical (at least in themes that are professionally coded), so there’s no negative SEO impact.

Hi @ThomasBorowski

Thank you for the response.

I’m using the theme Narrative. I have 3 products in total, and the only way (as far as I know) to present the 3 products side by side in one line is to use the collection section, then create 3 different collections one for each product. And then as the theme is built each collection picture links to each collection site of the collections/products, and then link to the product site where you will be able to purchase, but I want to skip the collection site of the collections/products and jump directly to the product site directly from the front page.

As I described earlier the path is:

Frontpage (where the 3 products are listed) → Collection site for each product → Product site (order/purchase)

And I want the path to be:

Frontpage (where the 3 products are listed) → Product site (order/purchase)

hope you understand and can help me change the URL path.

Best regards Timx0781

Try creating a new collection that contains the three products you want to feature in one row on the homepage and then set up a Featured Collection section for that collection. That should get you the desired result.

Ahh perfect, thank you very much!