Format and inspect JSON-LD
Paste schema markup to format it, catch parse errors, identify schema types, and surface field-level gaps before official validation.
Validation report
Catch schema-specific gaps before publishing.
Schema types: Organization
Organization
Required: 2/2
Recommended: 2/4
contactPointOrganization is missing recommended field contactPoint.
Fix: Add contactPoint if that fact is available on the page.
descriptionOrganization is missing recommended field description.
Fix: Add description if that fact is available on the page.
rich-resultsOrganization schema helps entity clarity when the brand name, URL, logo, and social profiles are consistent.
Fix: After publishing, run the live URL through Google Rich Results Test and Schema.org Validator.
Formatted output
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Example Company",
"url": "https://example.com",
"logo": "https://example.com/logo.png",
"sameAs": [
"https://www.linkedin.com/company/example"
]
}Next validation loop
Publish the corrected JSON-LD, then check the live URL for page and schema alignment.