Forum Moderators: open
Last month, Google messed up the location of my home page in the update. When you type in the name of my web site, the url that google displays is:
www.XXXX.com/phpbb2/..%5C..%5C..%5Cindex.htm
When right clicking over the link for the properties, you get the following link url:
[XXXX.com...]
I figured it was just a Dominic hiccup last month and lived with it. But now, for the second straight month, Google once again has my home page listed at this screwy url. What is causing this problem? And how can I go about getting it fixed? Should I email Google about it - in the event it is some strange bug in their update that they might want to look at?
Even stranger is that freshbot DOES pick up the right url. As such, once freshbot picks up the page, I have the unique experience of seeing two homepages listed in the SERPS - at least for a few days (with the wrong one on top, of course). I only have one home page, too, by the way!
Jim
Why Google even thinks the home page is in the forum is beyond me.
Is there anything I can do about this? I had no problems with this until last month. Should I consider reporting htis problem to Google at all, and if so, where?
Jim
[edited by: jimh009 at 6:53 am (utc) on June 17, 2003]
Correcting that link will fix your problem, but it may take another update... Or maybe not, since your correct URL is also in their index, freshed June 15th. If this correct page sticks in the index, you can consider asking Google to manually remove the bad URL (after carefully analyzing the impact this may have on PR within your site).
The problem was not that the link was relative, but as WebGuerrilla posted above, that the slashes were backwards.
<td><a href="..\..\..\index.htm"><img src="templates/subSilver/images/body_of_water_logo.jpg" border="0" alt="Return to Home Page of jimh009's site" vspace="1" /></a></td>
<td><a href="[b]../../../[/b]index.htm"><img src="templates/subSilver/images/body_of_water_logo.jpg" border="0" alt="Return to Home Page of jimh009's site" vspace="1" /></a></td>
Also, looking at the way your URLs are set up, it may also be the case that the relative link should have been just "<a href="../index.htm">", but maybe you've got some server tricks working there.
HTH,
Jim
JD Morgan - Thanks for the detailed reply. My site is on a windows server, which may explain why the link always worked just fine (thus hiding the problem from me) - yet the coding problem behind the scenes tripped up Google.
Jim