You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The frontend part can manipulate ld+json data, for example, add a rating, etc.
To correctly define a tag, we need to assign it a name, for example, like this - data-name="product".
Our overlay returns a tag with such an attribute: <script type="application/ld+json" data-name="product">
But after merging data from the overlay, this attribute is deleted.
We need the ability to keep attributes from the overlay.
The text was updated successfully, but these errors were encountered:
The frontend part can manipulate ld+json data, for example, add a rating, etc.
To correctly define a tag, we need to assign it a name, for example, like this -
data-name="product"
.Our overlay returns a tag with such an attribute:
<script type="application/ld+json" data-name="product">
But after merging data from the overlay, this attribute is deleted.
We need the ability to keep attributes from the overlay.
The text was updated successfully, but these errors were encountered: