Created
August 20, 2019 02:29
-
-
Save jorgejaramillo/452e305117059a48c4c073bbc20c558c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script type="application/ld+json"> | |
| { | |
| "@context": "https://schema.org", | |
| "@type": "Organization", | |
| "url": "http://www.ejemplo.com", | |
| "name": "Nombre de la empresa", | |
| "contactPoint": { | |
| "@type": "ContactPoint", | |
| "telephone": "+1-000-555-1212", | |
| "contactType": "Customer service" | |
| } | |
| } | |
| </script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment