Greenguy's Board

WebcamWiz CRAZY $5,000 Reward Bonuses WebcamWiz CRAZY $5,000 Reward Bonuses WebcamWiz CRAZY $5,000 Reward Bonuses WebcamWiz CRAZY $5,000 Reward Bonuses WebcamWiz CRAZY $5,000 Reward Bonuses

Go Back   Greenguy's Board > Search Engines
Register FAQ Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 2005-06-03, 01:01 PM   #1
Linkster
NO! Im not a female - but being a dragon, I do eat them.
 
Linkster's Avatar
 
Join Date: Mar 2003
Location: Sex Delta
Posts: 5,084
Send a message via ICQ to Linkster
New (sorta) Info From Google

I found a thread at another board that was started by Googleguy (a rep from Google) and it brought up some answers to some common questions posted over here a lot as well as debunking a few myths
http://www.webmasterworld.com/forum30/29720.htm

A quick glance through - important to remember we are in the middle of an update so some of this is slanted

He puts to bed all of the mis-information out there about toolbar PR and backlinks - its just as we've been trying to say here all along - dont use it for analysis

He also talks about the best way to ensure that you dont get into a split site problem i.e. with the www.domain.com and domain.com and what to do (which I believe we recommended over here some time back) when you do get in this situation.

Also finally came out and got rid of the myth that Google penalizes for frames and Iframes - just not true - while also mentioning the urban myth about java (like mouseovers) that we use causing some sort of problem - again - not true

most importantly - they are working on updating the WM guidelines to include things like - if youre gonna use pages with &id= with session ids youre just not gonna get crawled very well - if at all and other useful info like that thats been around for a while but was never included in the guidelines.

and lastly he did say that we are about half through the update and in another thread went into a little more detail saying that they almost have all the datacenters synched, but then would start adding in the filters and "quality enhancements" that they always do at the end of an update.

Hope this helps ya'll
__________________
Pussy Chompers
Porn Links
NSCash
Linkster is offline   Reply With Quote
Old 2005-06-03, 02:35 PM   #2
Bill
Selling porn allows me to stay in a constant state of Bliss - ain't that a trip!
 
Join Date: Apr 2003
Posts: 3,914
Sweet.

I didn't see anything really new, but a very enjoyable read.

I guess the session ID thing was the newest and possibly most valuable, altho I never use dynamic pages myself, so it's mostly just an interesting new point to me.

The stuff on backlinks, backlinks updates and paherank updates was very good to hear confirmed.

I liked the comment on absolute vs relative links. I actually like to use both absolutes and relatives on the same page, so I'm glad to see that my sense of the additional value of some absolutes being confirmed.
Bill is offline   Reply With Quote
Old 2005-06-03, 02:42 PM   #3
Boogie
I like to blog :)
 
Boogie's Avatar
 
Join Date: Sep 2003
Posts: 1,050
Still always worries me when they slap on their 'quality enhancers' because you never know what that red flag is and it seems that often they are way too big chunks of the web getting 'quality assured' and far too many spam pages not
__________________
I got a porn blog!
Got a blog worth linking to? Contact me
Boogie is offline   Reply With Quote
Old 2005-06-03, 02:45 PM   #4
cd34
a.k.a. Sparky
 
cd34's Avatar
 
Join Date: Sep 2004
Location: West Palm Beach, FL, USA
Posts: 2,396
It is a good indicator that if you come up well for a few days after a reindex, then disappear, that you might have something on your page that they are filtering.
__________________
SnapReplay.com a different way to share photos - iPhone & Android
cd34 is offline   Reply With Quote
Old 2005-06-03, 03:01 PM   #5
Linkster
NO! Im not a female - but being a dragon, I do eat them.
 
Linkster's Avatar
 
Join Date: Mar 2003
Location: Sex Delta
Posts: 5,084
Send a message via ICQ to Linkster
cd34 - exactly

Bill - the absolute vs relative links turned into quite a big issue for some of us back starting around Sept last year and really hitting hard in December - there were a few of us that lost just about everything in the SEs because of them - we all had "vanity domains - ya know the .net,.org spelling var. etc - and because we had relative links - and our vanity domains got botted by Yahoo and listed - Google found them and started splitting the pages of our sites between the different domains - it even happened in the case of some sites where the only difference was the www.domain.com and domain.com and the serverconfig wasnt set correctly to do the apache redirect it was supposed to be doing (the 301 thats built in to the serverconfig wasnt handling the requests right)
Its taken some of us until this update to get things fixed and back in to where we are doing pretty darn well again - and I can tell ya I never want to go through that one again
__________________
Pussy Chompers
Porn Links
NSCash
Linkster is offline   Reply With Quote
Old 2005-06-03, 04:14 PM   #6
b1ng0
I'm going to the backseat of my car with the woman I love, and I won't be back for TEN MINUTES
 
Join Date: Jan 2005
Posts: 85
Send a message via ICQ to b1ng0
Quote:
Originally Posted by Linkster
... it even happened in the case of some sites where the only difference was the www.domain.com and domain.com and the serverconfig wasnt set correctly to do the apache redirect it was supposed to be doing (the 301 thats built in to the serverconfig wasnt handling the requests right) ...
What is the proper way to redirect from site.com to www.site.com?
b1ng0 is offline   Reply With Quote
Old 2005-06-03, 04:19 PM   #7
MadMax
"Without evil there can be no good, so it must be good to be evil sometimes" ~ Satan
 
MadMax's Avatar
 
Join Date: Aug 2004
Location: Motor City, baby, where carjacking was invented! Now GIMME THOSE SHOES!
Posts: 2,385
I hope this update is over with soon, my G traffic has turned into a bad joke
MadMax is offline   Reply With Quote
Old 2005-06-03, 04:19 PM   #8
cd34
a.k.a. Sparky
 
cd34's Avatar
 
Join Date: Sep 2004
Location: West Palm Beach, FL, USA
Posts: 2,396
Put something like this in your .htaccess file.

RewriteEngine on
RewriteCond %{HTTP_HOST} ^domain\.com$ [NC]
RewriteRule ^(.*) http://www.domain.com/$1 [R=301,L]
__________________
SnapReplay.com a different way to share photos - iPhone & Android
cd34 is offline   Reply With Quote
Old 2005-06-03, 04:27 PM   #9
Linkster
NO! Im not a female - but being a dragon, I do eat them.
 
Linkster's Avatar
 
Join Date: Mar 2003
Location: Sex Delta
Posts: 5,084
Send a message via ICQ to Linkster
cd34 - shouldnt this be taken care of in the server config with the servername set to www.domain.com - so that it always defaults to that?

Although I do agree that the above code for the htaccess works just as well to ensure that you dont have the splitting problem and takes care of the case where Google already knows about both versions
__________________
Pussy Chompers
Porn Links
NSCash
Linkster is offline   Reply With Quote
Old 2005-06-03, 04:35 PM   #10
cd34
a.k.a. Sparky
 
cd34's Avatar
 
Join Date: Sep 2004
Location: West Palm Beach, FL, USA
Posts: 2,396
Well, the server config only does the redirect on certain conditions:

ServerName www.domain.com
ServerAlias domain.com

When a request for http://domain.com/ comes in, the alias says, serve it if you have it. So, it finds index.html (or index.php whatever) and serves it.

If you have a Directory like http://domain.com/directory/ it will again serve the index.html (or .php/.shtml/whatever)

However, if you have a link like: http://domain.com/directory when the server does the request it says, hey, directory is not a file, redirect it to the server, let me build the name, and redirects to http://(ServerName)/directory/

So, if the request that comes in is properly formed, apache will not redirect to the ServerName specified in the config.
__________________
SnapReplay.com a different way to share photos - iPhone & Android
cd34 is offline   Reply With Quote
Old 2005-06-04, 08:10 AM   #11
SEO_Konsul
Lord help me, I'm just not that bright
 
SEO_Konsul's Avatar
 
Join Date: Dec 2004
Location: Au
Posts: 107
Send a message via ICQ to SEO_Konsul
hehe, nothing new at all
__________________
Affordable SEO, Icq 335 997 125
SEO_Konsul is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 05:33 AM.


Mark Read
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc