schema.org data not minified
-
Plugin works great, but schema.org data is not minified. Is that deliberate?
Example:
<script type="application/ld+json">{"@context": "https://schema.org",
"@graph": [
{"@type": "WebSite","@id": "https://site.com/#/schema/WebSite",
"url": "https://site.com/",
"name": "Site Name","inLanguage": "en-US","potentialAction": {"@type": "SearchAction","target": {"@type": "EntryPoint","urlTemplate": "https://site.com/search/{search_term_string}/"
},"query-input": "required name=search_term_string"
},"publisher": {"@id": "https://site.com/#/schema/Organization"
}},{"@type": "WebPage","@id": "https://site.com/",
"url": "https://site.com/",
"name": "Site Name","description": "Site description;","inLanguage": "en-US","isPartOf": {"@id": "https://site.com/#/schema/WebSite"
},"breadcrumb": {"@type": "BreadcrumbList","@id": "https://site.com/#/schema/BreadcrumbList",
"itemListElement": {"@type": "ListItem","position": 1,"name": "Site Name"
}},"potentialAction": {"@type": "ReadAction","target": "https://site.com/"
},"about": {"@id": "https://site.com/#/schema/Organization"
}},{"@type": "Organization","@id": "https://site.com/#/schema/Organization",
"name": "Site Name","url": "https://site.com/"
}]
}</script>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.