A product with combinations groups several variants under a single page and a single address. That is the right model for a garment size, and a very poor model for a sofa colour that customers search for by name on Google.
Splitting a combination product into separate products is decided case by case, and done in a precise order.
When combinations remain the right model
Three situations where you should not split.
The choice is made after the buying decision. Nobody searches for “blue t-shirt size M”, they search for the t-shirt and pick a size at the end of the journey.
The variants are numerous and combinatorial. Five sizes and six colours give thirty separate products, twenty-nine of which will be content duplicates.
The price is identical and the images look alike. Splitting then brings neither unique content nor a commercial argument.
The five criteria that justify splitting
Conversely, split when at least two of these criteria are met.
- The variant is searched for in its own right. Check it in your internal search logs and in Search Console: if “green velvet sofa” generates queries, the colour deserves its own page.
- The price differs significantly between variants. A gap of more than 20% makes a single displayed price misleading in listings and distorts price filters.
- The images are entirely different. A single page forces you to load every image of every variant, or to show only part of them.
- The descriptive content differs. Materials, care, uses: when the text genuinely changes from one variant to another, the single page becomes an unreadable compromise.
- Marketplaces or comparison engines require distinct references, which is the case for most serious product feeds.
Split Combinations into Separate Products: Explode a Variant Product in PrestaShop 8 & 9A product with combinations becomes a full range of separate products, without losing a single image or stock unit.€89.00
What you gain
The main gain is search: one page per variant, with its own title, content and images, captures queries the single page could never target.
Three secondary gains, often more immediate. The category grid shows each variant with its own visual, which raises the click rate. Faceted filters become accurate, whereas a combination product appears in every colour filter at once. And stock reads directly, with no need to open the selector.
What you lose
This has to be accepted, it is not neutral.
The customer loses the selector that let them switch from one colour to another without leaving the page. That point is offset by a block of links between variants, which we come back to below.
You multiply the pages to maintain. A description change has to be propagated to every variant, which implies a bulk editing tool.
And you create duplicate content risk if the descriptions stay identical. That is the direct counterpart of the SEO gain: splitting without differentiating the content produces the opposite of the intended effect.
The procedure, in order
The order of operations matters, because a missed step is hard to recover from.
1. Record the existing URLs of the page to be split, including the variants reachable by parameter. You will need them for the redirects.
2. Create the new products with their own references, stock, images and price. The combination’s stock becomes the product’s stock.
3. Differentiate the content. This is the step that takes time and decides the outcome. At minimum, the title, the first paragraph and the metadata have to be specific to each variant.
4. Attach to categories and check positions, which start again at the end of the grid.
5. Redirect the old page to the best-selling variant, with a 301. That variant inherits the history of the original page.
6. Update the internal links that pointed to the old page: accessory blocks, blog articles, CMS pages.
7. Regenerate the feeds to Google and the marketplaces, with the new references.
Linking the variants together
A point not to neglect, on pain of degrading the experience. Every page produced by the split has to show an “other colours” or “other versions” block, with thumbnails and links to its siblings.
That block serves two purposes: it gives the customer back the navigation between variants they lost, and it creates internal linking between pages covering the same product, which helps search engines understand their relationship.
The multiple redirect case
If your variants were reachable through distinct URLs with parameters, each one has to be redirected to its new page, not to the main page. That is the only way to keep the ranking each variant had earned.
Check those redirects one by one after the switch: a redirect pointing to a page that itself redirects loses value and slows crawling.
The Split Combinations into Separate Products module automates this procedure on PrestaShop 8 and 9: creating products from combinations while carrying over stock, images and prices, attaching them to categories, and generating the redirects for the old URLs.