Advertisement
Guest User

Untitled

a guest
Feb 1st, 2017
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.59 KB | None | 0 0
  1. contact US page
  2. <script type="application/ld+json">
  3. {
  4. "@context": "http://schema.org",
  5. "@type": "LocalBusiness",
  6. "address": {
  7. "@type": "PostalAddress",
  8. "addressLocality": "Sunnyvale",
  9. "addressRegion": "CA",
  10. "postalCode": "94086",
  11. "streetAddress": "1901 Lemur Ave"
  12. },
  13. "aggregateRating": {
  14. "@type": "AggregateRating",
  15. "ratingValue": "4",
  16. "reviewCount": "250"
  17. },
  18. "name": "Domain Good",
  19. "openingHours": [
  20. "Mo-Sa 11:00-14:30",
  21. "Mo-Th 17:00-21:30",
  22. "Fr-Sa 17:00-22:00"
  23. ],
  24. "telephone": "(408) 714-1489",
  25. "url": "http://www.dishdash.com"
  26. }
  27. </script>
  28.  
  29. TEAM
  30. CEO Page
  31. <script type="application/ld+json">
  32. {
  33. "@context": "http://schema.org",
  34. "@type": "Person",
  35. "address": {
  36. "@type": "PostalAddress",
  37. "addressLocality": "Seattle",
  38. "addressRegion": "WA",
  39. "postalCode": "98052",
  40. "streetAddress": "20341 Whitworth Institute 405 N. Whitworth"
  41. },
  42. "colleague": [
  43. "http://www.xyz.edu/students/alicejones.html",
  44. "http://www.xyz.edu/students/bobsmith.html"
  45. ],
  46. "email": "mailto:jane-doe@xyz.edu",
  47. "image": "janedoe.jpg",
  48. "jobTitle": "Professor",
  49. "name": "Jane Doe",
  50. "telephone": "(425) 123-4567",
  51. "url": "http://www.janedoe.com"
  52. }
  53. </script>
  54.  
  55. ABOUT
  56. <script type="application/ld+json">
  57. {
  58. "@context": "http://schema.org",
  59. "@type": "Organization",
  60. "address": {
  61. "@type": "PostalAddress",
  62. "addressLocality": "Paris, France",
  63. "postalCode": "F-75002",
  64. "streetAddress": "38 avenue de l'Opera"
  65. },
  66. "email": "secretariat(at)google.org",
  67. "faxNumber": "( 33 1) 42 68 53 01",
  68. "member": [
  69. {
  70. "@type": "Organization"
  71. },
  72. {
  73. "@type": "Organization"
  74. }
  75. ],
  76. "alumni": [
  77. {
  78. "@type": "Person",
  79. "name": "Jack Dan"
  80. },
  81. {
  82. "@type": "Person",
  83. "name": "John Smith"
  84. }
  85. ],
  86. "name": "Google.org (GOOG)",
  87. "telephone": "( 33 1) 42 68 53 00"
  88. }
  89. </script>
  90. author page wordpress
  91. <script type="application/ld+json">
  92. {
  93. "@context": "http://schema.org",
  94. "@type": "Person",
  95. "address": {
  96. "@type": "PostalAddress",
  97. "addressLocality": "Seattle",
  98. "addressRegion": "WA",
  99. "postalCode": "98052",
  100. "streetAddress": "20341 Whitworth Institute 405 N. Whitworth"
  101. },
  102. "colleague": [
  103. "http://www.xyz.edu/students/alicejones.html",
  104. "http://www.xyz.edu/students/bobsmith.html"
  105. ],
  106. "email": "mailto:jane-doe@xyz.edu",
  107. "image": "janedoe.jpg",
  108. "jobTitle": "Professor",
  109. "name": "Jane Doe",
  110. "telephone": "(425) 123-4567",
  111. "url": "http://www.janedoe.com"
  112. }
  113. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement