3
我使用的是默認的wordpress主題(twentyseventee),我看到標題包含以下內容:是否可以在具有相同rel =「...」值的HTML文檔中包含多個鏈接標記?
<link rel="profile" href="http://gmpg.org/xfn/11">
我想也用hCard microformat來形容我的信息(照片,姓名,電子郵件,等)但是,的hCard需要以下鏈接:
<link rel="profile" href="http://microformats.org/profile/hcard">
現在我想,如果我有rel="profile"
兩個環節,很可能的是,搜索引擎會下降一個或OT她的。
有沒有關於那個地方的任何信息?
他們說'profile =「...」'屬性被刪除,但不是'rel =「profile」'。 –
然而,這個鏈接實際上表明你可以有多個鏈接,正如我在我的問題中所展示的(來自你指出的答案!)http://microformats.org/wiki/rel-profile –
配置文件已作爲屬性值被刪除https://html.spec.whatwg.org/multipage/links.html#linkTypes – albert