我有以下 url 结构:一篇文章分为 4 个部分:
example.com/article/
example.com/article/?page=2
example.com/article/?page=3
example.com/article/?page=4
我注意到,只要我有 URL 参数,结果就会有一个规范链接<link rel="canonical" href="example.com/article"/>
我不知道为什么会生成这个,这不在我的模板中,我也没有在 yoast 设置中指定它。可以删除这个吗?