123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120 |
- <script type="application/ld+json">
- {
- "@context":"https://schema.org",
- "@type":"ItemList",
- "itemListElement":[
- {
- "@type": "ListItem",
- "position": 1,
- "name": "A",
- "itemListElement": [
- {
- "@type": "ListItem",
- "position": 1,
- "name": "1"
- },
- {
- "@type": "ListItem",
- "position": 2,
- "name": "2"
- }
- ]
-
- },
- {
- "@type": "ListItem",
- "position": 2,
- "name": "B",
- "itemListElement": [
- {
- "@type": "ListItem",
- "position": 1,
- "name": "4"
- },
- {
- "@type": "ListItem",
- "position": 2,
- "name": "5"
- }
- ]
- }
- ]
- }
- </script>
- <script type="application/ld+json">
- {
- "@context": "https://schema.org",
- "@type": "BreadcrumbList",
- "itemListElement": [
- {
- "@type": "ListItem",
- "position": 1,
- "name": "幸福空間",
- "item": "https://hhh.com.tw/"
- }
- ]
- }
- </script>
- <script type="application/ld+json">
- {
- "@context": "https://schema.org",
- "@type": "LocalBusiness",
- "@id": "https://hhh.com.tw/",
- "image": [
- "https://hhh.com.tw/_nuxt/img/def1b0a.svg"
- ],
- "name": "幸福空間股份有限公司",
- "address": "110台北市信義區菸廠路88號五樓之6",
- "url": "https://hhh.com.tw/",
- "telephone": "+886-2-6617-0123"
-
- }
- </script>
- <script type="application/ld+json">
- {
- "@context": "https://schema.org",
- "@type": "Organization",
- "url": "https://hhh.com.tw/",
- "logo": "https://hhh.com.tw/_nuxt/img/def1b0a.svg",
- "name": "幸福空間",
- "sameAs": [
- "https://www.facebook.com/hhhfb/",
- "https://page.line.me/ovs4341s",
- "https://www.youtube.com/user/gorgeousspace",
- "https://www.instagram.com/gorgeous_space/"
- ],
- "contactPoint": [
- {
- "@type": "ContactPoint",
- "areaServed": "TW",
- "telephone": "+886-2-6617-0123",
- "contactType": "customer service",
- "availableLanguage": "Chinese"
- }
- ]
- }
- </script>
- <script type="application/ld+json">
- {
- "@context": "https://schema.org",
- "@type": "WebSite",
- "name": "幸福空間-室內設計、裝潢、居家生活、影音平台",
- "author": "幸福空間",
- "url": "https://hhh.com.tw/",
- "potentialAction": {
- "@type": "SearchAction",
- "target": "https://hhh.com.tw/search/lists/case/{search_term_string}-keyword/",
- "query-input": "required name=search_term_string"
- }
- }
- </script>
|