MIP 讓搜索發(fā)現(xiàn)你的頁面-規(guī)范升級

2018-11-07 17:28 更新

說明

  • <link rel="standardhtml" href="xxx"> 將更改為 <link rel="canonical" href="xxx">

  • 過渡期:<link rel="canonical" href="xxx"><link rel="standardhtml" href="xxx">二者存在一個即可,2016.11.01開始,<link rel="canonical" href="xxx">必須存在

  • deadline:2016.10.30

示例

  • 正確:
<!DOCTYPE html>
<html mip>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
        <link rel="stylesheet" type="text/css" href="https://mipcache.bdstatic.com/static/mipmain-v1.1.1.css">
        <link rel="canonical" href="xxx">
        <!-- noscript 標(biāo)簽是為了在不支持script的環(huán)境下快速的展現(xiàn) mip 頁面,推薦使用 -->
        <noscript>
            <style mip-officialrelease>
                body {
                    -webkit-animation:none;
                       -moz-animation:none;
                        -ms-animation:none;
                            animation:none
                }
            </style>
        </noscript>
        <style mip-custom>
            p {
                color: #00f;
            }
        </style>
    </head>
    <body>
        <p>Hello World!</p>
    </body>
    <script src="https://mipcache.bdstatic.com/static/mipmain-v1.1.0.js"></script>   
</html>
  • 正確:
<!DOCTYPE html>
<html mip>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
        <link rel="stylesheet" type="text/css" href="https://mipcache.bdstatic.com/static/mipmain-v1.1.1.css">
        <link rel="canonical" href="xxx">
        <link rel="standardhtml" href="xxx">
        <!-- noscript 標(biāo)簽是為了在不支持script的環(huán)境下快速的展現(xiàn) mip 頁面,推薦使用 -->
        <noscript>
            <style mip-officialrelease>
                body {
                    -webkit-animation:none;
                       -moz-animation:none;
                        -ms-animation:none;
                            animation:none
                }
            </style>
        </noscript>
        <style mip-custom>
            p {
                color: #00f;
            }
        </style>
    </head>
    <body>
        <p>Hello World!</p>
    </body>
    <script src="https://mipcache.bdstatic.com/static/mipmain-v1.1.0.js"></script>   
</html>
  • 錯誤
<!DOCTYPE html>
<html mip>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
        <link rel="stylesheet" type="text/css" href="https://mipcache.bdstatic.com/static/mipmain-v1.1.1.css">
        <!-- noscript 標(biāo)簽是為了在不支持script的環(huán)境下快速的展現(xiàn) mip 頁面,推薦使用 -->
        <noscript>
            <style mip-officialrelease>
                body {
                    -webkit-animation:none;
                       -moz-animation:none;
                        -ms-animation:none;
                            animation:none
                }
            </style>
        </noscript>
        <style mip-custom>
            p {
                color: #00f;
            }
        </style>
    </head>
    <body>
        <p>Hello World!</p>
    </body>
    <script src="https://mipcache.bdstatic.com/static/mipmain-v1.1.0.js"></script>   
</html>
  • 錯誤
<!DOCTYPE html>
<html mip>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
        <link rel="stylesheet" type="text/css" href="https://mipcache.bdstatic.com/static/mipmain-v1.1.1.css">
        <link rel="standardhtml" href="xxx">
        <!-- noscript 標(biāo)簽是為了在不支持script的環(huán)境下快速的展現(xiàn) mip 頁面,推薦使用 -->
        <noscript>
            <style mip-officialrelease>
                body {
                    -webkit-animation:none;
                       -moz-animation:none;
                        -ms-animation:none;
                            animation:none
                }
            </style>
        </noscript>
        <style mip-custom>
            p {
                color: #00f;
            }
        </style>
    </head>
    <body>
        <p>Hello World!</p>
    </body>
    <script src="https://mipcache.bdstatic.com/static/mipmain-v1.1.0.js"></script>   
</html>
以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號