开发者 | Linksku |
---|---|
更新时间 | 2011年4月26日 02:04 |
捐献地址: | 去捐款 |
PHP版本: | 2.1 及以上 |
WordPress版本: | 3.0.3 |
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 ***
*** There was a major error with Version 1 (hence the low rating). Version 2 of this plugin works flawlessly. ***
bot-detect
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.