Forum Moderators: open
I used Brett's spider simulator and here is my question:
in my navigation bar I have links that look like this
div style="position:absolute;top=100px;">
<div id="whatever" style="position:absolute; width:131px; height:22px; z-index:1; left:0px; top: 0px;"><a href="../about.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('about','','../navimages/navabout2.gif',1)"><img name="about" border="0" src="../images/navabout.gif" width="130" height="25" alt="whatever"></a></div>
but in the spider simulator it indicates an error grabbing url: 500
[about.htm...]
is this what googlebot is seeing, relative as opposed to absolute?
If so, then I am coding all my navigation incorrectly
[about.htm...]
[company.htm...]
etc...
is this really how the spider sees my links or not? In the html of the page it would read something as <A href="about.htm">
Do I need to change all my links?
EAHunt, that url is fine as long as the page it is one is one level below the directory that contains about.htm, if not, change the link.
bobmark
>>If the spider sim doesn;lt like it Googlebot won;t either
I don't agree with that actually. I have used the sim spider quite a bit and it doesn't read relative url's very well. If you are very meticulous you can read through the links the sim spider returns, look through your code and see which ones are fine and which are broken.
Welcome to WebmasterWorld [webmasterworld.com] miuser
my previous comments apply here as well.
personal opinion but I don't think the sim spider is on quite the same level as SE spiders. Obviously no disrespect but SE's spend thousands maybe millions of man hours with multiple PHD's on their spiders, should be pretty refined and intelligent enough to read both relative and absolute urls.
Some absolute links include the url but starting with a / is also absolute. For spidering purposes I don't think it matters as long as the links are valid.
For about a month all that I have gotten from googlebot is a little nip and off she goes. So is it cause I don't have enough links, or is it my code and it can't follow my navigation.
I used dreamweaver to build the site, and I used the library function for my navigation (change once, updates every page). Would this cause a problem.
[mysite.com...] (for example)
not just the domain..
[mysite.com...]
and it works fine.
Please check out this post which I started yesterday, which my be quite helpful...
Steve.