: Can I minify JSON-LD without affecting the output in search engines? Can these type of scripts be minified without affecting the output in search engines? Example script: <script type="application/ld+json">
Can these type of scripts be minified without affecting the output in search engines?
Example script:
<script type="application/ld+json">
{
"@context": "example.com",
"@type": "Organization",
"url": "example.com",
"logo": "example.com/logo.png"
}
</script>
More posts by @XinRu657
1 Comments
Sorted by latest first Latest Oldest Best
You can only minify it on the HTML way, with deleting of needless spaces, like:
{"@context":"some-domain.com","@type":"Organization","url":"some-domain.com","logo":"some-domain.com/logo.png"}
Its functionality remains.
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.