我正在尝试使用rewrite 2.0为pdf文件设置规范链接。这可能吗?
<rewrite>
<rules>
<rule name="Returnable Crate PDF" stopProcessing="true">
<match url="/returnablecrates/Crate_FAQs.pdf" />
<action type="Rewrite" url="https://www.somecompany.com/ rel="canonical" />
</rule>
</rules>
</rewrite>
答案 0 :(得分:1)
在Google搜索引擎控制台中:
rel = canonical标签仅适用于HTML页面,不适用于文件 例如PDF。在这种情况下,您可以使用rel = canonical HTTP标头。
我知道的一个解决方案-有关如何使用规范的标头.php文件处理PDF和图像文件的信息,请参见已接受的答案。 Canonical Header Links for PDF and Image files in .htaccess