【发布时间】:2021-10-28 07:22:57
【问题描述】:
我正在使用:header("Location: https://www.link.com");,但我希望能够在其中指定禁止关注。在另一篇文章中,有人解释使用header("X-Robots-Tag: noindex, nofollow", true);。但是我该如何组合它们呢?我试过header("X-Robots-Tag: noindex, nofollow; Location: https://www.link.com"), true);,但没有用。有谁知道正确的语法?谢谢
【问题讨论】:
标签: php header location nofollow