我有一个 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>
这行得通吗?