jcoronella

msg:164002 | 7:23 pm on Jul 29, 2004 (gmt 0) |
What do your incoming links look like (distribution between www and non-www as well as kwds to each)? Any recent changes?
|
bhartzer

msg:164003 | 7:32 pm on Jul 29, 2004 (gmt 0) |
The non-www should have a 301 permanent redirect to the www version. This should take care of it. | google only listing my site under domain.com |
| I've seen two different reasons why this happens. Either there's a link somewhere going to the non-www version and there's no 301 from non-www to www or googlebot is seeing different content when it goes to the two different versions.
|
my3cents

msg:164004 | 9:50 pm on Jul 29, 2004 (gmt 0) |
how exactly do you 301 non-www to www pages site-wide?
|
nancyb

msg:164005 | 10:09 pm on Jul 29, 2004 (gmt 0) |
see this thread [webmasterworld.com]. It should answer all your 301 questions
|
The_Monkey

msg:164006 | 4:12 am on Jul 30, 2004 (gmt 0) |
Actually I found my problem...I had my links to subdirectories of my site as [domain.com...] in my html code NOT [domain.com...] so when google would spider through it would go to the directory without the / at the end and the apache web software would do a redirect to domain.com/directory...which was no good since all my PR is in www.domain.com. All is better now...thankfully I have a really awesome host.
|
g1smd

msg:164007 | 5:32 pm on Aug 8, 2004 (gmt 0) |
You now need to test it to make sure of exactly what happens when you try: domain.com and domain.com/ and then try domain.com/folder and domain.com/folder/ - the first two should redirect to www.domain.com/ and the last two should redirect to www.domain.com/folder/ instead.
|
my3cents

msg:164008 | 11:32 pm on Aug 8, 2004 (gmt 0) |
nancyb, Thanks for the link! Now I just wonder how long it will take google to get it right, I 301'd a hand full of pages that moved a few months ago but google still shows them fully indexed. One other question, since google is now indexing my web pages with tracking urls it's finding on other ppc engines, and my website is 100% static html, is there any rewriting or htaccess stuff I can do to strip the?the=trackingpart out of my urls. Since google keeps finding new ones, and ones that we didn't even make, just redirect links from other search engines, is there a way to have a command to strip out anything with? and = or not to allow anything after html with the exception of html#anchor I hope this makes sense, not sure how to word it...
|
Fstorm

msg:164009 | 11:54 pm on Aug 8, 2004 (gmt 0) |
I have the same problem. I will have to tell my webhost.
|
g1smd

msg:164010 | 11:58 pm on Aug 8, 2004 (gmt 0) |
If Google has already got the link with an ID in it, then they already have it. Stripping it off on your server, as such, (i.e. ignoring it) wouldn't make any difference to the results. What would make a difference is to take any such URL and do a 301 redirect to the target page from it. A lot of care needs to be taken to avoid getting in an endless redirect-to-itself loop though.
|
|