Wordpress有自定义URL的机制来进行URL优化 ,可以自由设定Wordpress 文章的URL地址。
如,http://sjolzy.cn/Article-URL-Wordpress-optimization-seo-optimization.html
这个URL组成形式为:http://域名/文章标题.html
实现方法:后台 settings > Permalinks > Common settings
选择Custom Structure:填入/%postname%.html
或者多一级目录形式的:/%category%/%postname%.html
这样就能对Wordpress博客的文章进行URL优化了,从而达到seo优化 效果。。
PS,设置完后如果出现Wordpress 403错误的话,参考:Wordpress出现403 Forbidden错误
作者: Sjolzy
--EOF--