Hi all!
With the new ProductGroup markup announced in Google's documentation, we have two options: single page and multipage.
What Google says:
Single page:
- When the user selects a different variant on the page (using dropdowns for color and size), the image, price, and availability information change dynamically on the page without a page reload. The markup on the page doesn't change dynamically as the user selects different variants.
Multipage:
- ProductGroup doesn't have a canonical URL, as there isn't a single URL representing the ProductGroup.
- The ProductGroup on each page has a full definition of the variants on the page as well as a variant with only the url property to link to the variants on the other page, which helps Google find your variants.
I work with a store that presents the following situation:
The case is that when the user selects a variant, the page reloads, and that new URL with parameter loaded is canonicalised.
Then, which option is better in that case, single page or multipage?
Thanks in advance!