【发布时间】:2018-01-31 11:19:11
【问题描述】:
我有一个 pdf,我想保护它并且不希望搜索引擎对其进行索引。
目前我的链接如下:
<a href="https://example.com/mypdf.pdf" target="_blank" rel="noopener">View PDF</a>
我可以将nofollow 标记添加到rel 标记吗?
然后我会将这两者分为昏迷还是不昏迷?
目前正在尝试rel=nofollow noopener 没有昏迷。
我可以将noindex 添加到同一个标签吗?
<a href="https://example.com/mypdf.pdf" target="_blank" rel="nofollow noindex noopener">View PDF</a>
这行得通吗?
【问题讨论】:
-
是的,你可以,请阅读这个备用答案here
标签: html wordpress seo nofollow noindex