diff --git a/components/seo/Metatags.tsx b/components/seo/Metatags.tsx
index ba42db5e..1f22e1bc 100644
--- a/components/seo/Metatags.tsx
+++ b/components/seo/Metatags.tsx
@@ -49,7 +49,13 @@ function Metatags(props: Props) {
{context?.["@type"] === "ProductDetailsPage" && (
<>
-
+
>
)}
diff --git a/components/seo/SEOPDP.tsx b/components/seo/SEOPDP.tsx
index 3ea8e2b3..3fb77e47 100644
--- a/components/seo/SEOPDP.tsx
+++ b/components/seo/SEOPDP.tsx
@@ -40,6 +40,7 @@ const SeoPDP = (props: Props) => {
...props.page,
product: {
...product,
+ url: product.isVariantOf?.url,
category: lastCategory,
...(props.structuredData?.useDataFromSEO && {
name: removeHTMLTags(props.page?.seo?.title),