11

搜索引擎只收录wordpress首页怎么办?

 3 years ago
source link: https://xushanxiang.com/2019/10/what-if-search-engine-only-includes-wordpress-homepage.html
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

搜索引擎只收录wordpress首页怎么办?

作者: xusx 分类: seo,Web 发布时间: 2019-10-08 13:16

wordpress新建网站上线一阵子了,也发布了几十篇原创文章,只是除了首页,文章一篇也没有被各大搜索引擎收录,刚开始以为是新站的原因,所以没在意,文章倒是断断续续的写。

今天突然心血来潮,进入一篇文章,打开浏览器的开发者工具,刷新页面,发现加载出来的页面状态是404,突然想起来在后台“设置”了“固定链接”,但是在Nginx里没有进行任何对应的伪静态设置。

接下来一顿操作猛如虎,终于尝试到了可行配置,分享如下:

location / {
# ......
try_files $uri $uri/ /index.php?$args;
# ......
}

修改完成后重启Nginx服务器生效。

service nginx reload
or
service nginx restart

静待收录吧!

如果觉得我的文章对您有用,请随意赞赏。您的支持将鼓励我继续创作!

发表评论 取消回复

电子邮件地址不会被公开。 必填项已用*标注


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK