Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我理解正确,您只能通过 robots.txt 告诉 google 抓取或不抓取 pdf 文件。我希望谷歌抓取文件,但不在搜索结果页面中列出它们。
这可能吗?
您可以通过 x-robots-tag http 标头将机器人指令添加到任何文件。将其设置为 noindex,按照您想要的声音进行操作。
我不确定,但这不是:<meta name="robots" content="noindex">解决您的问题的好方法。?
<meta name="robots" content="noindex">