Express Hosting
"We are the official hosting company of UBB.threads. Ask us about our free migration services to migrate your UBB.threads installation."
#184261 - 05/14/0709:48 PMRe: Google still not there
[Re: Basil]
Well I certainly don't wish to step on anyone's toes here but is it possible that Google does not index your site on purpose ? I've heard that they can block sites based on their own discretion. Is there a way to find out from Google themselves if you're not being indexed on purpose or if they get errors from your site so they don't index it? Not saying this is the cause, just curious if it's possible to find out for sure directly from Google.
Registered: 06/05/06
Posts: 15455
Loc: Portland, OR; USA
NT, I've heard about them blockin sites, but generally by violating their policies (such as search engine spamming like VW and BMW have done in the past)
Registered: 06/04/06
Posts: 10177
Loc: Aberdeen, WA
You have a very odd redirect for your main page. It's using a javascript onload to redirect to the forums, and I'm not entirely sure that search engines will always read/obey the redirect.
You should sign up for the google webmaster tools to see if there is any info on errors, crawl rate, last successful crawl, etc.
Registered: 06/05/06
Posts: 15455
Loc: Portland, OR; USA
AFAIK a lot of engines will not use a javascript redirect, they'll die on the page.
For a redirect, you could use a 302 redirect with .htaccess files, or the redirectors which came with the UBB.T7 importer.
Myself I have a 302 redirect in the old directory (/ubb/) forwarding all traffic to our new directory (/forum/) then I have the redirectors sitting in the new directory.
Registered: 06/05/06
Posts: 15455
Loc: Portland, OR; USA
There are two redirect codes that the webserver can serve, 301 and 302; some will say 301 is the way to go; others will say the opposing, others like me say they work well in conjunction with eachother if you're *just now* redirecting content that's already in engines.
If you where wanting to create a redirect, open up your .htaccess file on the server (generally in your web root), if you have none then you can create a new one (make sure your FTP client can read "hidden" files, hidden files in unix/linux are prefixed with a ".").