Advertisement
pentago

Untitled

Sep 27th, 2017
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. <script type="application/ld+json">
  2. {
  3. "@context": "http://schema.org",
  4. "@type": "Event",
  5. "name": "$NAZIV_EVENTA",
  6. "startDate": "2017-04-24T19:30-08:00", // početak eventa
  7. "endDate": "2017-05-24T23:00-08:00", // krajnje vreme eventa
  8. "location": {
  9. "@type": "Place",
  10. "name": "Hotel XXX, Bulevar Cara Lazara 15, Novi Sad", // lokacija eventa
  11. "address": {
  12. "@type": "PostalAddress",
  13. "streetAddress": "2635 Homestead Rd",
  14. "addressLocality": "Santa Clara",
  15. "postalCode": "21000",
  16. "addressCountry": "RS"
  17. }
  18. },
  19. "image": [
  20. "https://example.com/photos/1x1/photo.jpg" // slika eventa ili lokacije
  21. ],
  22. "description": "$opis_eventa",
  23. "offers": {
  24. "@type": "Offer",
  25. "url": "https://www.example.com/event_offer/12345_201803180430",
  26. "price": "100",
  27. "priceCurrency": "EUR",
  28. "availability": "http://schema.org/InStock",
  29. "validFrom": "2017-01-20T16:20-08:00"
  30. },
  31. "organizer": {
  32. "@type": "Person",
  33. "name": "Slavica Squire"
  34. }
  35. }
  36. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement