怎么为WordPress 的评论链接加上nofollow?
可以在 function.php 中加入以下代码来为WordPress 的评论链接加上nofollow。
function add_nofollow_to_comments_popup_link(){ return ‘ rel=”nofollow” ......
怎么为WordPress的Read more加上nofollow?
可以将以下代码加到function.php中实现在read more链接上添加nofollow。
function add_nofollow_to_link($link) { return str_replace(‘<a’, ‘<a rel......
天津网站优化过程中总结了些WordPress优化心得,只是整理些wordpress优化必备的插件,都是天津SEO自己在用的插件。
WP Keyword Link
自动锚文本插件,为你的关键词在博客文章中自动加超链接,还可以把长尾关键词也加在其......