Advertisement
jaideep06

ItemList

Mar 8th, 2022
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.24 KB | None | 0 0
  1. {
  2. "@context": "https://schema.org",
  3. "@graph": [
  4. {
  5. "@type": "Organization",
  6. "@id": "http://localhost:10029/#organization",
  7. "name": "TestingTraveler",
  8. "url": "http://localhost:10029",
  9. "contactPoint": [
  10. {
  11. "@type": "ContactPoint",
  12. "telephone": "0909323403",
  13. "contactType": "customer support"
  14. },
  15. {
  16. "@type": "ContactPoint",
  17. "telephone": "09003234023",
  18. "contactType": "bill payment"
  19. }
  20. ]
  21. },
  22. {
  23. "@type": "WebSite",
  24. "@id": "http://localhost:10029/#website",
  25. "url": "http://localhost:10029",
  26. "name": "TestingTraveler",
  27. "publisher": {
  28. "@id": "http://localhost:10029/#organization"
  29. },
  30. "inLanguage": "en-US"
  31. },
  32. {
  33. "@type": "Person",
  34. "@id": "http://localhost:10029/author/admin/",
  35. "url": "http://localhost:10029/author/admin/",
  36. "image": {
  37. "@type": "ImageObject",
  38. "@id": "http://0.gravatar.com/avatar/c2b06ae950033b392998ada50767b50e?s=96&d=mm&r=g",
  39. "url": "http://0.gravatar.com/avatar/c2b06ae950033b392998ada50767b50e?s=96&d=mm&r=g",
  40. "inLanguage": "en-US"
  41. },
  42. "sameAs": [
  43. "http://localhost:10029"
  44. ],
  45. "worksFor": {
  46. "@id": "http://localhost:10029/#organization"
  47. }
  48. },
  49. {
  50. "@type": "WebPage",
  51. "@id": "http://localhost:10029/admin/route/#webpage",
  52. "url": "http://localhost:10029/admin/route/",
  53. "name": "Route - TestingTraveler",
  54. "datePublished": "2022-03-07T00:09:56+00:00",
  55. "dateModified": "2022-03-09T00:20:14+00:00",
  56. "author": {
  57. "@id": "http://localhost:10029/author/admin/"
  58. },
  59. "isPartOf": {
  60. "@id": "http://localhost:10029/#website"
  61. },
  62. "inLanguage": "en-US",
  63. "breadcrumb": {
  64. "@id": "http://localhost:10029/admin/route/#breadcrumb"
  65. }
  66. },
  67. {
  68. "@type": "BlogPosting",
  69. "headline": "Route - TestingTraveler",
  70. "name": "Route - TestingTraveler",
  71. "@id": "http://localhost:10029/admin/route/#schema-271",
  72. "isPartOf": {
  73. "@id": "http://localhost:10029/admin/route/#webpage"
  74. },
  75. "publisher": {
  76. "@id": "http://localhost:10029/#organization"
  77. },
  78. "inLanguage": "en-US",
  79. "mainEntityOfPage": {
  80. "@id": "http://localhost:10029/admin/route/#webpage"
  81. }
  82. },
  83. {
  84. "@type": "ItemList",
  85. "name": "Best Gold IRA Companies",
  86. "description": "Investing in gold IRAs can be tricky. In this roundup, we review the best gold IRA companies offering the most secure and cost-effective ways to own gold in an IRA.",
  87. "itemListOrder": "http://schema.org/ItemListUnordered",
  88. "itemListElement": [
  89. {
  90. "@type": "ListItem",
  91. "name": "Best Overall: Patriot Gold Group",
  92. "url": "https://www.investopedia.com/best-gold-ira-companies-5087720#best-overall-patriot-gold-group"
  93. },
  94. {
  95. "@type": "ListItem",
  96. "name": "Best for Customer Support: Goldco Precious Metals",
  97. "url": "https://www.investopedia.com/best-gold-ira-companies-5087720#best-for-customer-support-goldco-precious-metals"
  98. },
  99. {
  100. "@type": "ListItem",
  101. "name": "Best for Smaller Investors: Noble Gold",
  102. "url": "https://www.investopedia.com/best-gold-ira-companies-5087720#best-for-smaller-investors-noble-gold"
  103. },
  104. {
  105. "@type": "ListItem",
  106. "name": "Best for IRA Rollovers: Regal Assets",
  107. "url": "https://www.investopedia.com/best-gold-ira-companies-5087720#best-for-ira-rollovers-regal-assets"
  108. },
  109. {
  110. "@type": "ListItem",
  111. "name": "Best for Transparent Pricing: Augusta Precious Metals",
  112. "url": "https://www.investopedia.com/best-gold-ira-companies-5087720#best-for-transparent-pricing-augusta-precious-metals"
  113. },
  114. {
  115. "@type": "ListItem",
  116. "name": "Best for First-Time Buyers: Advantage Gold",
  117. "url": "https://www.investopedia.com/best-gold-ira-companies-5087720#best-for-first-time-buyers-advantage-gold"
  118. }
  119. ]
  120. }
  121. ]
  122. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement