diff --git a/snippets/meta-tags.liquid b/snippets/meta-tags.liquid index e2540debe25..da347eb091e 100644 --- a/snippets/meta-tags.liquid +++ b/snippets/meta-tags.liquid @@ -8,8 +8,6 @@ assign og_type = 'product' elsif request.page_type == 'article' assign og_type = 'article' - elsif request.page_type == 'collection' - assign og_type = 'product.group' elsif request.page_type == 'password' assign og_url = shop.url endif