Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
piernik opened this issue Apr 2, 2021 · 0 comments
Open

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

piernik opened this issue Apr 2, 2021 · 0 comments

Comments

@piernik
Copy link

piernik commented Apr 2, 2021

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant