dezquerro

Place - List

Apr 2nd, 2020
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.09 KB | None | 0 0
  1.  <script type="application/ld+json">
  2.     "@context": "https://schema.org",
  3.     "@type": "Place",
  4.     "address": {
  5.       "@type": "PostalAddress",
  6.       "addressLocality": "Sydney",
  7.      "addressRegion": "NSW",
  8.      "postalCode": "2000",
  9.      "streetAddress": "1 Martin Place"
  10.     }
  11.   },{
  12.     "@context": "https://schema.org",
  13.     "@type": "Place",
  14.     "address": {
  15.       "@type": "PostalAddress",
  16.       "addressLocality": "CSydney",
  17.       "addressRegion": "NSW",
  18.       "postalCode": "2000",
  19.       "streetAddress": "1 Shelley Street"
  20.     }
  21.   },{
  22.     "@context": "https://schema.org",
  23.     "@type": "Place",
  24.     "address": {
  25.       "@type": "PostalAddress",
  26.       "addressLocality": "Sydney",
  27.       "addressRegion": "NSW",
  28.       "postalCode": "2000",
  29.       "streetAddress": "10 Shelley Street"
  30.     }
  31.   },{
  32.     "@context": "https://schema.org",
  33.     "@type": "Place",
  34.     "address": {
  35.       "@type": "PostalAddress",
  36.       "addressLocality": "Sydney",
  37.       "addressRegion": "NSW",
  38.       "postalCode": "2000",
  39.       "streetAddress": "12 Shelley Street"
  40.     }
  41.   }
  42. ...
  43. </script>
Advertisement
Add Comment
Please, Sign In to add comment