Hey everyone! ![]()
I need to add structured data to the websites I work on.
Do you have any guidance on how to go about this, other than through the Google Search Console data marker?
Hey everyone! ![]()
I need to add structured data to the websites I work on.
Do you have any guidance on how to go about this, other than through the Google Search Console data marker?
Hey @sousaeu! Hope all is well!
So… For stores on the Legacy CMS version, this is done through the vtex.cmc:productRichSnippets control, as mentioned in our documentation on Legacy CMS controls.
Here’s the control documentation with more details: List of template controls

In VTEX IO, we have a native app called structured-data, which is responsible for making the schema for this data available.
Here’s the app link: GitHub - vtex-apps/structured-data · GitHub
If you want to change the structured data, you’ll need to fork the app. In that case, one option is to clone our repository and start your new development from there.