為什麼 JSON-LD 對 AI SEO 很重要?
JSON-LD(JavaScript Object Notation for Linked Data)是一種結構化資料格式,幫助搜尋引擎和 AI 工具理解你網頁上的內容。Google 官方推薦使用 JSON-LD 格式。
常用的 Schema 類型
Organization Schema
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "你的品牌名稱",
"url": "https://example.com",
"description": "品牌描述"
}
FAQPage Schema
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [{
"@type": "Question",
"name": "問題?",
"acceptedAnswer": {
"@type": "Answer",
"text": "回答..."
}
}]
}
使用 Geovault 自動生成
Geovault 可以根據你的網站內容自動生成合適的 JSON-LD 程式碼,一鍵複製即可使用。