vBulletin Search Engine Optimization
This is a discussion on if ($visitor != BOT) { within the Off-Topic & Chit Chat forums, part of the Focus on Members category; Does anyone know how to determine if a vbulletin visitor is a bot in php? EG: condition $show['member'] & $show['guest'] ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| if ($visitor != BOT) {
Does anyone know how to determine if a vbulletin visitor is a bot in php? EG: condition $show['member'] & $show['guest'] but bot version in PHP. PHP Code: |
|
#2
| |||
| |||
|
am I looking for something that doesn't exist?
|
|
#3
| |||
| |||
|
There's $show['search_engine'] but only knows 3 bots: google|msnbot|yahoo You can extend this in includes/init.php. |
|
#4
| ||||
| ||||
|
this is probably a bad idea. you can run into cloaking penalties
|
|
#5
| |||
| |||
|
do you get penalties if the contents is exactly the same? What I'm trying to do only affect function rather than contents.
|
|
#6
| ||||
| ||||
|
if the display is the same, google/etc won't ever know the difference. What exactly are you trying to do? |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Visitor numbers down | ijob | Analysis: Traffic & SERPS | 2 | 09-04-2008 03:40 PM |
| New visitor, potential purchaser | OzSpeedway | Pre-Sales Questions | 3 | 08-20-2008 01:01 PM |
| Visitor Message Problem | a2zwebs | Troubleshooting | 3 | 05-10-2008 03:55 AM |
| database error as visitor | m7bobti.com | Troubleshooting | 2 | 01-12-2008 02:36 PM |