Advertisement
Guest User

Untitled

a guest
Jul 28th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. <script type="application/ld+json">
  2. {
  3. "@context": "http://schema.org",
  4. "@type": "WebSite", "name": "mywebsite.com", "potentialAction": {
  5. "@type": "SearchAction",
  6. "target": "http://mywebsite.com/?s={search_term}",
  7. "query-input": "required name=search_term"
  8. }, "url": "http://mywebsite.com/"
  9. }
  10. </script>
  11.  
  12. <script type="application/ld+json">
  13. { "@context" : "http://schema.org",
  14. "@type" : "Organization",
  15. "name" : "My Website",
  16. "url" : "http://mywebsite.com",
  17. "sameAs" : ["https://www.facebook.com/mywebsite","https://plus.google.com/+mywebsite","https://twitter.com/mywebsite"]
  18. }
  19. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement