Advertisement
Guest User

Untitled

a guest
May 20th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. {
  2. "@context": "http://www.schema.org",
  3. "@type": "",
  4. "@id": "FIRST_NAME LAST_NAME JOB_TITLE",
  5. "name": "FIRST_NAME LAST_NAME",
  6. "photo": "LINK_TO_PHOTO",
  7. "image": "LINK_TO_PHOTO",
  8. "url": "WEBSITE_URL",
  9. "telephone": "PHONE_NUMBER",
  10. "address": {
  11. "@type": "PostalAddress",
  12. "streetAddress": "",
  13. "addressLocality": "",
  14. "addressRegion": "",
  15. "postalCode": "",
  16. "addressCountry": ""
  17. },
  18. "parentOrganization": {
  19. "@type": "Organization",
  20. "brand": "NAME_OF_PARENT_COMPANY"
  21. },
  22. "contactPoint": {
  23. "@type": "ContactPoint",
  24. "telephone": "",
  25. "contactType": "",
  26. "email": "",
  27. "availableLanguage": "",
  28. "productSupported": ""
  29. },
  30. "geo": {
  31. "@type": "GeoCoordinates",
  32. "latitude": "",
  33. "longitude": ""
  34. },
  35. "areaServed": ""
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement