WordPress最常用的SEO插件All in One SEO Pack,可以解决页面关键字和描述问题。但是All in One SEO Pack有一个小问题就是文章内容页截取的描述过短,这样会导致谷歌管理工具中很多短单元说明。解决方法如下:
编辑plugins/all-in-one-seo-pack/aioseop.class.php文件
var $maximum_description_length = 300 //这是最大的描述字符长度
/** Minimum number of chars an excerpt should be so that it can b...