I use PrestaShop to create some CMS pages in HTML. I would like to add some Schema.org structured data into my code, but when I paste the HTML and save the page, all the Microdata disappears. I guess the WYSIWYG editor doesn't allow me to add that.
Example
<div itemscope itemprop="mainEntity" itemtype="https://schema.org/Question">
PrestaShop keeps the <div>
and clears the Microdata attributes. Do you know a way to solve that?