HtmlMin icon indicating copy to clipboard operation
HtmlMin copied to clipboard

Remove new lines in script type=application/ld+json

Open piernik opened this issue 3 years ago • 0 comments

Google supports scripts tags in Structured Data. In that script tags white spaces are not removed:

<script type=application/ld+json>
{
                "@context": "https://schema.org",
                "@type": "LocalBusiness",
}
</script>

Is it possible to handle that case since there is always type attribute in script tag?

piernik avatar Apr 02 '21 09:04 piernik