type=application/ld json expluded
-
So I performed some tests on http://ready.mobi/ and I get 2 errors regarding the a type=application/ld+json code which is placed in the header.
1. JavaScript includes should always be included at the end of the document to avoid blocking the page loading
2. Inline JavaScript code should not be used, instead JavaScript should be collected into a single minified include fileThe code looks like this:
<script type=”application/ld+json”>{“@context”:”http:\/\/schema.org” … </script>
I saw in your readme.txt that you said:
Improvement: hard-exclude all linked-data json objects (script type=application/ld+json)But why?
The topic ‘type=application/ld json expluded’ is closed to new replies.