如何创建不跳转链接的 HTML 链接?
使用 “nofollow” 创建不跳转链接的 HTML 链接。在 HTML 中,在添加外部链接时,你可以将属性 “rel” 设置为 “nofollow” 或 “dofollow” −
“nofollow” 值告知搜索引擎:
<a href="example.com" rel="nofollow">Another Website</a>
使用 “nofollow” 时,搜索引擎将不会通过这些链接传输锚文本。
广告
使用 “nofollow” 创建不跳转链接的 HTML 链接。在 HTML 中,在添加外部链接时,你可以将属性 “rel” 设置为 “nofollow” 或 “dofollow” −
“nofollow” 值告知搜索引擎:
<a href="example.com" rel="nofollow">Another Website</a>
使用 “nofollow” 时,搜索引擎将不会通过这些链接传输锚文本。