透過集合功能整理內容
你可以依據偏好儲存及分類內容。
提供可檢索的連結
請使用正確的 <a>
標記以及可解析網址,這樣才能讓 Google 追蹤您的連結。說明如下:
Google 只能追蹤 <a>
標記中含有 href
屬性的連結,但我們的檢索器不會追蹤採用其他格式的連結。Google 無法追蹤缺少 href
屬性的 <a>
連結,也無法追蹤透過指令碼事件而產生連結效用的標記。以下列舉一些 Google 可以和無法追蹤的連結:
可以追蹤:
<a href="https://example.com">
<a href="/relative/path/file">
無法追蹤:
<a routerLink="some/path">
<span href="https://example.com">
<a onclick="goto('https://example.com')">
連結至可解析網址
請確保 <a>
標記所連結的網址是 Googlebot 可傳送要求的實際網址,舉例來說:
Googlebot 能夠解析的網址:
https://example.com/stuff
/products
/products.php?id=123
Googlebot 無法解析的網址:
javascript:goTo('products')
javascript:window.location.href='/products'
#
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2022-12-07 (世界標準時間)。
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"缺少我需要的資訊"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"過於複雜/步驟過多"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"過時"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"翻譯問題"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"示例/程式碼問題"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"其他"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"容易理解"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"確實解決了我的問題"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"其他"
}]