Organization JSON-LD ✅
Renders a JSON-LD schema, server-side for ideal SEO.
Here's an example JSON-LD schema;
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"url": "https://www.example.com",
"sameAs": ["https://example.net/profile/example1234", "https://example.org/example1234"],
"logo": "https://www.example.com/images/logo.png",
"name": "Example Corporation",
"description": "The example corporation is well-known for producing high-quality widgets",
"email": "contact@example.com",
"telephone": "+47-99-999-9999",
"address": {
"@type": "PostalAddress",
"streetAddress": "Rue Improbable 99",
"addressLocality": "Paris",
"addressCountry": "FR",
"addressRegion": "Ile-de-France",
"postalCode": "75001"
},
"vatID": "FR12345678901",
"iso6523Code": "0199:724500PMK2A2M1SQQ228"
}
</script>
Demonstration
Use these to examine the JSON-LD;
Future
Better UX for entering the sameAs social links. CSV is not ideal. Revisit when embed or multiline plaintext is available.
OnlineStore with membership https://developers.google.com/search/docs/appearance/structured-data/organization#example-loyalty-program
Technical Notes
Last updated