isaacadams

JSON

May 21st, 2020
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. <script type="application/ld+json">
  2. {
  3. "@context": "https://schema.org",
  4. "@type": "LocalBusiness",
  5. "name": "#",
  6. "address": {
  7. "@type": "PostalAddress",
  8. "streetAddress": "#",
  9. "addressLocality": "#",
  10. "addressRegion": "#",
  11. "postalCode": "#"
  12. },
  13. "image": "#",
  14. "telePhone": "#",
  15. "url": "#",
  16. "paymentAccepted": [ "cash", "credit card" ],
  17. "openingHours": "Mo,Tu,We,Th,Fr,Sa,Su 00:00-23:59:59",
  18. "openingHoursSpecification": [ {
  19. "@type": "OpeningHoursSpecification",
  20. "dayOfWeek": [
  21. "Monday",
  22. "Tuesday",
  23. "Wednesday",
  24. "Thursday",
  25. "Friday",
  26. "Saturday",
  27. "Sunday"
  28. ],
  29. "opens": "00:00",
  30. "closes": "23:59:59"
  31. } ],
  32. "geo": {
  33. "@type": "GeoCoordinates",
  34. "latitude": "#",
  35. "longitude": "#"
  36. },
  37. "priceRange":"$"
  38.  
  39. }
  40. </script>
Advertisement
Add Comment
Please, Sign In to add comment