[html] link 标签 rel=canonical 属性的用法
作者:互联网
比如:
<link rel="canonical" href="https://gofly.org.cn/index">
解决网站内容存在多个版本时,指定规范链接,帮助解决内容重复收录问题
比如多个url的内容是相同的,如果被收录了,权重会被分散
这个时候,这几个页面就可以指定一个页面的地址
搜索引擎就会只手里这一个地址
<link rel="canonical" href="https://gofly.org.cn/index">
标签:多个,指定,地址,html,内容,收录,rel,link,页面 来源: https://www.cnblogs.com/taoshihan/p/15760926.html