If Lyte adds structured data, does that mean we don’t need to add it ourselves manually in the HTML head (or with a plugin or whatever).
For example, previously I’ve been adding:
<script type=”application/ld+json”>{
“@context”: “http://schema.org”,
“@type”: “VideoObject”,
… and so on…
Thank you!