首頁結構化資料暫存.txt 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. <script type="application/ld+json">
  2. {
  3. "@context":"https://schema.org",
  4. "@type":"ItemList",
  5. "itemListElement":[
  6. {
  7. "@type": "ListItem",
  8. "position": 1,
  9. "name": "A",
  10. "itemListElement": [
  11. {
  12. "@type": "ListItem",
  13. "position": 1,
  14. "name": "1"
  15. },
  16. {
  17. "@type": "ListItem",
  18. "position": 2,
  19. "name": "2"
  20. }
  21. ]
  22. },
  23. {
  24. "@type": "ListItem",
  25. "position": 2,
  26. "name": "B",
  27. "itemListElement": [
  28. {
  29. "@type": "ListItem",
  30. "position": 1,
  31. "name": "4"
  32. },
  33. {
  34. "@type": "ListItem",
  35. "position": 2,
  36. "name": "5"
  37. }
  38. ]
  39. }
  40. ]
  41. }
  42. </script>
  43. <script type="application/ld+json">
  44. {
  45. "@context": "https://schema.org",
  46. "@type": "BreadcrumbList",
  47. "itemListElement": [
  48. {
  49. "@type": "ListItem",
  50. "position": 1,
  51. "name": "幸福空間",
  52. "item": "https://hhh.com.tw/"
  53. }
  54. ]
  55. }
  56. </script>
  57. <script type="application/ld+json">
  58. {
  59. "@context": "https://schema.org",
  60. "@type": "LocalBusiness",
  61. "@id": "https://hhh.com.tw/",
  62. "image": [
  63. "https://hhh.com.tw/_nuxt/img/def1b0a.svg"
  64. ],
  65. "name": "幸福空間股份有限公司",
  66. "address": "110台北市信義區菸廠路88號五樓之6",
  67. "url": "https://hhh.com.tw/",
  68. "telephone": "+886-2-6617-0123"
  69. }
  70. </script>
  71. <script type="application/ld+json">
  72. {
  73. "@context": "https://schema.org",
  74. "@type": "Organization",
  75. "url": "https://hhh.com.tw/",
  76. "logo": "https://hhh.com.tw/_nuxt/img/def1b0a.svg",
  77. "name": "幸福空間",
  78. "sameAs": [
  79. "https://www.facebook.com/hhhfb/",
  80. "https://page.line.me/ovs4341s",
  81. "https://www.youtube.com/user/gorgeousspace",
  82. "https://www.instagram.com/gorgeous_space/"
  83. ],
  84. "contactPoint": [
  85. {
  86. "@type": "ContactPoint",
  87. "areaServed": "TW",
  88. "telephone": "+886-2-6617-0123",
  89. "contactType": "customer service",
  90. "availableLanguage": "Chinese"
  91. }
  92. ]
  93. }
  94. </script>
  95. <script type="application/ld+json">
  96. {
  97. "@context": "https://schema.org",
  98. "@type": "WebSite",
  99. "name": "幸福空間-室內設計、裝潢、居家生活、影音平台",
  100. "author": "幸福空間",
  101. "url": "https://hhh.com.tw/",
  102. "potentialAction": {
  103. "@type": "SearchAction",
  104. "target": "https://hhh.com.tw/search/lists/case/{search_term_string}-keyword/",
  105. "query-input": "required name=search_term_string"
  106. }
  107. }
  108. </script>