Advertisement
Guest User

LocalBusiness schema test for Novo

a guest
Oct 14th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 KB | None | 0 0
  1. <script type="application/ld+json">
  2. {
  3. "@context": "https://schema.org",
  4. "@type": "Store",
  5. "image": [
  6. "https://example.com/photos/1x1/photo.jpg",
  7. "https://example.com/photos/4x3/photo.jpg",
  8. "https://example.com/photos/16x9/photo.jpg"
  9. ],
  10. "@id": "name-or-url-of-this-branch-as-long-as-it-is-unique-to-this-page", <!--Insert unique name or url-->
  11. "name": "Novo Shoes Chadstone",
  12. "address": {
  13. "@type": "PostalAddress",
  14. "streetAddress": "1341 Dandenong Road",
  15. "addressRegion": "Victoria",
  16. "postalCode": "3148",
  17. "addressCountry": "Australia"
  18.  
  19. },
  20. "geo": {
  21. "@type": "GeoCoordinates",
  22. "latitude": -37.885429,
  23. "longitude": 145.082998
  24. },
  25. "url": "", <!--Insert current store url-->
  26. "telephone": "+0395630980",
  27. "openingHoursSpecification": [
  28. {
  29. "@type": "OpeningHoursSpecification",
  30. "dayOfWeek": [
  31. "Monday",
  32. "Tuesday",
  33. "Wednesday"
  34. ],
  35. "opens": "09:00",
  36. "closes": "17:30"
  37. },
  38. {
  39. "@type": "OpeningHoursSpecification",
  40. "dayOfWeek": [
  41. "Thursday",
  42. "Friday",
  43. "Saturday"
  44. ],
  45. "opens": "09:00",
  46. "closes": "21:00"
  47. },
  48. {
  49. "@type": "OpeningHoursSpecification",
  50. "dayOfWeek":
  51. "Sunday",
  52. "opens": "10:00",
  53. "closes": "19:00"
  54. }
  55. ],
  56. "department": [
  57. {
  58. "@type": "ShoeStore",
  59. "image": [
  60. "https://example.com/photos/1x1/photo.jpg",
  61. "https://example.com/photos/4x3/photo.jpg",
  62. "https://example.com/photos/16x9/photo.jpg"
  63. ],
  64. "name": "Novo Shoes Chadstone",
  65. "telephone": "+0395630980",
  66. "openingHoursSpecification": [
  67. {
  68. "@type": "OpeningHoursSpecification",
  69. "dayOfWeek": [
  70. "Monday",
  71. "Tuesday",
  72. "Wednesday",
  73. "Thursday",
  74. "Friday"
  75. ],
  76. "opens": "09:00",
  77. "closes": "19:00"
  78. },
  79. {
  80. "@type": "OpeningHoursSpecification",
  81. "dayOfWeek": "Saturday",
  82. "opens": "09:00",
  83. "closes": "17:00"
  84. },
  85. {
  86. "@type": "OpeningHoursSpecification",
  87. "dayOfWeek": "Sunday",
  88. "opens": "11:00",
  89. "closes": "17:00"
  90. }
  91. ]
  92. }
  93. ]
  94. }
  95. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement