為每個頁面建立標準麵包屑導覽列 ( 導航標記 )
建立麵包屑導覽列主要目的是為了讓網友或搜尋引擎能夠快速了解目前的頁面究竟是被歸屬在哪一分類中,只要透過麵包屑上的超連結文字就能快速前往上一層的分類頁面。
當然如果要讓搜尋引擎能有效的了解並收錄您的所有網頁,就必需得依照「標準的格式」開發才行囉。
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [{
"@type": "ListItem",
"position": 1,
"name": "藝誠網頁設計公司",
"item": "https://www.eztrust.com.tw"
},{
"@type": "ListItem",
"position": 2,
"name": "服務項目",
"item": "https://www.eztrust.com.tw/html/service"
},{
"@type": "ListItem",
"position": 3,
"name": "SEO搜尋引擎最佳化",
"item": "https://www.eztrust.com.tw/html/service/seo.aspx"
}]
}
</script>