Skip to content

Instantly share code, notes, and snippets.

@LimaniBhavik
Last active December 30, 2021 12:15
Show Gist options
  • Save LimaniBhavik/d2844f2e32720f6e0d99387aaa6c8ee4 to your computer and use it in GitHub Desktop.
Save LimaniBhavik/d2844f2e32720f6e0d99387aaa6c8ee4 to your computer and use it in GitHub Desktop.
Google Schema for Organization Contact Information
<!-- Schema for Organization Contact Information -->
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Organization",
"url": "https://widle.studio/",
"logo": "https://widle.studio/Widle-Logo-1.jpg",
"contactPoint": [{
"@type": "ContactPoint",
"telephone": "+91-9427421083",
"contactType": "sales"
}]
}
</script>
<!-- End Schema for Organization Contact Information -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment