1.在pc版網頁上,添加指向對應移動版網址的特殊鏈接rel="alternate"標記,這有助于百度發現網站的移動版網頁所在的位置;
<link rel="canonical" href="http://mobile_url" >
2.同時在移動版網頁上,添加指向對應pc版網址的鏈接rel="canonical"標記,
<link rel="alternate" media="only screen and(max-width: 640px)" href="http://pc_url" >
| 值 | 描述 |
|---|---|
| alternate | 檔案的替代版本(比如列印頁、翻譯或鏡像), |
| stylesheet | 檔案的外部樣式表, |
| start | 集合中的第一個檔案, |
| next | 集合中的下一個檔案, |
| prev | 集合中的上一個檔案, |
| contents | 檔案的目錄, |
| index | 檔案的索引, |
| glossary | 在檔案中使用的詞匯的術語表(解釋), |
| copyright | 包含著作權資訊的檔案, |
| chapter | 檔案的章, |
| section | 檔案的節, |
| subsection | 檔案的小節, |
| appendix | 檔案的附錄, |
| help | 幫助檔案, |
| bookmark | 相關檔案, |
轉載請註明出處,本文鏈接:https://www.uj5u.com/qiye/67724.html
標籤:Html/Css
上一篇:HTML連載71-翻轉選單練習
