Advertisement
pentago

Untitled

Sep 27th, 2017
493
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. <script type="application/ld+json">
  2. {
  3. "@context":"http://schema.org",
  4. "@type":"Organization",
  5. "name":"Slavica Squire",
  6. "url":"https://www.slavicasquire.com",
  7. "logo":"https://www.slavicasquire.com/wp-content/themes/slavicasquire/images/signature.png",
  8. "address": {
  9. "@type": "PostalAddress",
  10. "addressLocality": "Novi Beograd, Srbija",
  11. "postalCode": "11070",
  12. "streetAddress": "Bulevar Mihajla Pupina 115E"
  13. },
  14. "contactPoint":{
  15. "@type":"ContactPoint",
  16. "telephone":"+381646451395",
  17. "email":"hello@slavicasquire.com",
  18. "contactType":"Customer Service"
  19. },
  20. "potentialAction":{ // dodati samo ukoliko dodajemo i Search box na sajt
  21. "@type": "SearchAction",
  22. "target": "https://www.slavicasquire.com/?s={search_term_string}",
  23. "query-input": "required name=search_term_string"
  24. },
  25. "sameAs":[
  26. "$FB_URL",
  27. "$INSTAGRAM_URL",
  28. "$LINKEDIN_URL",
  29. "$GOOGLE+_URL",
  30. "$YOUTUBE_URL",
  31. "$TWITTER_URL"
  32. ]
  33. }
  34. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement