Generator
Schema Markup Generator
Create organization JSON-LD you can paste directly into a landing page or docs template.
JSON-LD output
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "DomeWorks SEO Tools",
"url": "https://sundrio.com",
"description": "A practical collection of SEO generators for launch-ready pages.",
"logo": "https://sundrio.com/logo.png",
"sameAs": [
"https://www.linkedin.com/company/domeworks"
],
"contactPoint": [
{
"@type": "ContactPoint",
"email": "hello@sundrio.com",
"telephone": "+1-555-0100",
"contactType": "customer support"
}
]
}