diff --git a/services/web/app/views/layout.pug b/services/web/app/views/layout.pug index dbc090691c..62950766e1 100644 --- a/services/web/app/views/layout.pug +++ b/services/web/app/views/layout.pug @@ -1,8 +1,6 @@ doctype html html( - lang=(currentLngCode || 'en'), - itemscope, - itemtype='http://schema.org/Product' + lang=(currentLngCode || 'en') ) - metadata = metadata || {} block vars