![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
| My website currently checks for browsers. Things don't work properly if the user doesn't have a browser IE5 or higher or Nav6 or higher. I forward them to a browser upgrade page, if there browser doesn't meet specs because I don't want to deal with bugs for older browser versions. |
#3
| |||
| |||
|
|
My website currently checks for browsers. Things don't work properly if the user doesn't have a browser IE5 or higher or Nav6 or higher. I forward them to a browser upgrade page, if there browser doesn't meet specs because I don't want to deal with bugs for older browser versions. The problem is that search engines are being caught in the same code (because the user-agent isn't mozilla 6 or higher and is not msie 5 or higher). First thing would be to admit that Google has a very high percentage of the search engine market .. so if I can fix it for google, I am way further ahead, compared to today. I am planning to check for "googlebot" as a substring of user-agent (back-end code) and bypass the whole browser-check code in this case. Presumably this will solve the problem for Google? |
|
My question is: what set of user-agent strings/substrings should I watch out for so the browser check can be skipped for the other search engines? I've searched newsgroups and on a few occasions heard 1-2 other mentioned. The realize that the list will be incomplete and get out-of-date .. but at the moment none of the search engines are indexing my site, so even a static/stale list will be a big improvement. |
#4
| |||
| |||
|
|
When I encounter a site that attempts to redirect me to another URL without asking me first, my browser automatically breaks the http connection and enters the original URL in a blocklist. |
#5
| |||
| |||
|
|
My website currently checks for browsers. Things don't work properly ... |
#6
| |||
| |||
|
|
"Alan Connor" <zzzzzz (AT) xxx (DOT) yyy> wrote in message news:5K0Ib.10867$lo3.7776 (AT) newsread2 (DOT) news.pas.earthlink.net When I encounter a site that attempts to redirect me to another URL without asking me first, my browser automatically breaks the http connection and enters the original URL in a blocklist. Seriously? Since using http redirects is nothing unusual or nafarious, you must have a huge blocklist. |
|
What you're saying is that if a site moves to a new URL and simply wants to redirect you to the current location, your browser bans the site. |
#7
| |||
| |||
|
|
Brandon wrote: "Alan Connor" <zzzzzz (AT) xxx (DOT) yyy> wrote in message news:5K0Ib.10867$lo3.7776 (AT) newsread2 (DOT) news.pas.earthlink.net When I encounter a site that attempts to redirect me to another URL without asking me first, my browser automatically breaks the http connection and enters the original URL in a blocklist. Seriously? Since using http redirects is nothing unusual or nafarious, you must have a huge blocklist. Why the problem? I block all attempts at meta refresh/redirect. What you're saying is that if a site moves to a new URL and simply wants to redirect you to the current location, your browser bans the site. A 'moved permanently' response is not the same. |
#8
| |||
| |||
|
|
Even if you only block meta refresh redirects, I still don't "get" why. |
#9
| |||
| |||
|
|
Brandon wrote: Even if you only block meta refresh redirects, I still don't "get" why. The on-topic response is: because refresh/redirect is one of many seo techniques designed to lure SE users to a page that would not otherwise qualify for a decent SERP. I have no interest in doing business with companies using such underhand techniques. How is this different from a status code 301 or 302 redirection which |
#10
| |||
| |||
|
|
In article <bssud0$14s7p$1 (AT) ID-139074 (DOT) news.uni-berlin.de>, William Tasso <news27 (AT) tbdata (DOT) com> writes Brandon wrote: Even if you only block meta refresh redirects, I still don't "get" why. The on-topic response is: because refresh/redirect is one of many seo techniques designed to lure SE users to a page that would not otherwise qualify for a decent SERP. I have no interest in doing business with companies using such underhand techniques. How is this different from a status code 301 or 302 redirection which includes a hypertext body? |
![]() |
| Thread Tools | |
| Display Modes | |
| |