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
{{ message }}
This repository was archived by the owner on Feb 13, 2024. It is now read-only.
As for data-sd="Product.name" which means that the name property should be used only if the current schema type is Product, there should be also the possibility to specify in which schema type to not use one property data-sd="!Product.name" which means to not use the name property if the current schema type is Product.
Below shown an example where this implementation may help:
<divitemscopeitemtype="https://schema.org/Product"><h2itemprop="name">
Welcome to your blog
</h2>
Written by <spanitemprop="name">Joomla</span></div>