Org Schema Data for Majenta
Wed Oct 04 2023 11:00:32 GMT+0000 (Coordinated Universal Time)
Saved by
@JimmyM
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Organization",
"name": "Your Company Name",
"logo": "URL to Your Logo",
"address": {
"@type": "PostalAddress",
"streetAddress": "123 Main St",
"addressLocality": "Your City",
"addressRegion": "Your State",
"postalCode": "12345",
"addressCountry": "Your Country"
},
"contactPoint": {
"@type": "ContactPoint",
"telephone": "+1-123-456-7890",
"contactType": "Customer Service"
}
}
</script>
content_copyCOPY
Comments