301将空的WordPress搜索重定向到Root

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了301将空的WordPress搜索重定向到Root相关的知识,希望对你有一定的参考价值。

A blank search in wordpress returns all the posts, which could be taken as duplicate content if that got indexed.
  1. # Redirect Empty Searches to root
  2. RewriteCond %{QUERY_STRING} ^s=$
  3. RewriteRule ^ /? [L,R=301]

以上是关于301将空的WordPress搜索重定向到Root的主要内容,如果未能解决你的问题,请参考以下文章

WordPress - JS 和 CSS 文件被 301 重定向?

wordpress 和 htaccess 301 重定向没有管理员

IIS 上的 WordPress 301 重定向

如何执行从 index.htm 到 root 的简单 301 重定向?

网站改版页面如何做301重定向跳转

301 重定向不起作用 (WordPress) - [ URL 中 ?m=1 的问题]