Schema 測試頁面

FAQ Schema JSON:

{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "name": "興居設計常見問題",
  "description": "室內設計與裝潢相關的常見問題解答",
  "url": "http://www.xingju.com.tw/q-and-a",
  "inLanguage": "zh-TW",
  "publisher": {
    "@type": "Organization",
    "name": "興居室內裝修設計工程有限公司",
    "url": "http://www.xingju.com.tw"
  },
  "mainEntity": [
    {
      "@type": "Question",
      "name": "室內設計的流程是什麼?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "我們的設計流程包含需求討論、現場丈量、平面規劃、3D設計圖、施工監造等步驟,確保每個細節都符合您的期待。",
        "author": {
          "@type": "Organization",
          "name": "興居室內裝修設計工程有限公司"
        }
      }
    },
    {
      "@type": "Question",
      "name": "設計費用如何計算?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "設計費用會根據空間大小、設計複雜度、材料選擇等因素而定,我們會提供詳細的報價明細,讓您清楚了解每項費用。",
        "author": {
          "@type": "Organization",
          "name": "興居室內裝修設計工程有限公司"
        }
      }
    }
  ]
}

Breadcrumb Schema JSON:

{
  "@context": "https://schema.org",
  "@type": "BreadcrumbList",
  "itemListElement": [
    {
      "@type": "ListItem",
      "position": 1,
      "name": "首頁",
      "item": "http://www.xingju.com.tw"
    },
    {
      "@type": "ListItem",
      "position": 2,
      "name": "常見問題",
      "item": "http://www.xingju.com.tw/q-and-a"
    }
  ]
}

請使用瀏覽器查看此頁面的源碼,或使用 Google 複合性搜索結果測試工具測試此頁面的 URL。