GX-Bug #68846
Von Ulrich Wenk vor mehr als 3 Jahren aktualisiert
Shop pages should always include the `<meta property="og:type" content="..." />` tag. Currently only category and product pages have it. The other pages should include `<meta property="og:type" content="website" />`.
Information: https://ogp.me/#type_website
________________
**EDIT**
1. Open an arbitrary shop page, open the pages source (via context menu)
2. in the source code search (strg+f) for ```<meta property="og:type" content="..." />```
result:
* the source code doesn't contain the tag mentioned above