Organization with social profiles
A small SaaS company Organization with logo, contact, and social sameAs links.
TYPE
02 — PROPERTIES
03 — PREVIEW
Google preview · approximate

DevToolbox
devtoolbox.example.com
Indie developer tools: schemapreview, deeplinktester, cronpreview.
XGitHubLinkedIn
VALIDATION
✓ Eligible for rich result0 required missing · 1 recommended missing
- addressConsider adding Address — recommended.docs ↗
04 — COPY
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "DevToolbox",
"url": "https://devtoolbox.example.com",
"logo": "https://devtoolbox.example.com/logo.png",
"sameAs": [
"https://twitter.com/devtoolbox",
"https://github.com/devtoolbox",
"https://linkedin.com/company/devtoolbox"
],
"contactPoint": {
"@type": "ContactPoint",
"telephone": "+351 22 1",
"contactType": "customer service",
"email": "hello@devtoolbox.example.com"
},
"description": "Indie developer tools: schemapreview, deeplinktester, cronpreview."
}
</script>