In my site I have the page http://www.example.com/page.php,但我有http://www.example.com/page.php#page的链接,所以我希望它们不被索引或跟踪。将这些链接标记为
是否正确<a href="http://www.example.com/page.php#page" rel="noindex, nofollow">
此外,作为我已经拥有的同一页面上的规范元标记
<link rel="canonical" href="http://www.example.com/page.php" />
谢谢!!!
P.S:我问这种语法是否正确,而不是谷歌的工作原理以及它对网址的政策是什么
答案 0 :(得分:1)
“ rel”属性中的语法无效。它必须包含white-space separated keywords的列表-删除逗号。
“ nofollow”关键字正确。 “ noindex”关键字does not make sense。