Guest User

Untitled

a guest
Jan 22nd, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. <script type="application/ld+json">
  2. { "@context":"http://schema.org",
  3. "@type":"WebSite",
  4. "name":"Site name",
  5. "alternateName":"Site alternatime name",
  6. "description":"Site description",
  7. "keywords":"list of keyword",
  8. "inLanguage":"en",
  9. "url":"http://www.example.eu/en",
  10. "potentialAction":{
  11. "@type":"SearchAction",
  12. "target":"http://www.example.com/en/find/{search_term_string}",
  13. "query-input":"required name=search_term_string"
  14. }
  15. }
  16. </script>
Add Comment
Please, Sign In to add comment