Advertisement
pentago

Untitled

Aug 8th, 2016
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. <script type="application/ld+json">{
  2. "@context":"http://schema.org",
  3. "@type":"Organization",
  4. "name":"SEOptimer",
  5. "url":"http://www.seoptimer.com/",
  6. "logo":"http://www.seoptimer.com/images/seoptimer-logo-h.png",
  7. "sameAs":[
  8. "https://www.facebook.com/seoptimer",
  9. "https://twitter.com/seoptimer"
  10. ]
  11. }
  12. </script>
  13.  
  14. <script type="application/ld+json">{
  15. "@context":"http://schema.org",
  16. "@type":"Product",
  17. "name":"$TOOL-DESCRIPTION",
  18. "url":"$TOOL-PAGE-URL",
  19. "logo":"http://www.seoptimer.com/images/seoptimer-logo-h.png",
  20. "audience":{
  21. "@type":"BusinessAudience",
  22. "audienceType":"Web Developers, Web Designers, SEOs"
  23. },
  24. "manufacturer":{
  25. "@type":"Organization",
  26. "legalName":"SEOptimer"
  27. },
  28. "sameAs":[
  29. "https://www.facebook.com/seoptimer",
  30. "https://twitter.com/seoptimer"
  31. ]
  32. }
  33. </script>
  34.  
  35. <script type="application/ld+json">{
  36. "@context":"http://schema.org",
  37. "@type":"WebApplication",
  38. "browserRequirements":"Recent versions of Chrome, Firefox or IE/Edge",
  39. "operatingSystem":"All",
  40. "applicationCategory":"$TOOL-CATEGORY",
  41. "applicationSubCategory":"$TOOL-SUBCATEGORY",
  42. "screenshot":{
  43. "@type":"ImageObject",
  44. "contentUrl":"$TOOL-SCREENSHOT-IMAGE-URL"
  45. },
  46. "creator":{
  47. "@type":"Organization",
  48. "name":"SEOptimer"
  49. }
  50. }
  51. }
  52. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement