开发者 | FancyGuppy |
---|---|
更新时间 | 2011年4月26日 03:28 |
捐献地址: | 去捐款 |
PHP版本: | 2.1 及以上 |
WordPress版本: | 3.1.1 |
is_bot()
.
For example, you can use:
if ( is_bot() ) { // Content with a high keyword density } else { // Login, ads, Javascript, etc }
*** Please note: Please do not use this plugin for unethical purposes such as keyword stuffing ***
wp-cloak
directory to the /wp-content/plugins/
directorySearch engines (such as Google) use many factors to determine if your website/blog with appear first on their listings. Some these factors are:
Simply use is_bot()
or !is_bot()
anywhere in your blog.