Linux 软件免费装

Plugin Name

开发者 Linksku
更新时间 2011年4月26日 02:04
捐献地址: 去捐款
PHP版本: 2.1 及以上
WordPress版本: 3.0.3

标签

google plugin seo bot function detect bots robot

下载

详情介绍:

This lightweight plugin allows you to detect bots (also known as crawlers or spiders) on your website. This allows you to cloak (hide stuff from or show stuff to search engine bots such as the Google Bot). To use, simply call the function, 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. ***

安装:

  1. Upload bot-detect directory to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Enjoy :)

常见问题:

How will cloaking benefit me?

Search engines (such as Google) use many factors to determine if your website/blog with appear first on their listings. Some these factors are:

  • Keywords - You can show extra keywords to Search Engines with this plugin.
  • Speed - Don't load Javascript or CSS if it's a Seach Engine. These will not improve your ranking, it will decrease your ranking because it takes longer for your blog to load.
  • Links - Remove external links for Search Engines to maintain your PageRank inside your own blog.

How do I detect bots?

Simply use is_bot() or !is_bot() anywhere in your blog.

更新日志:

2.0 1.0