I like having an index column on the left side of my pages. It just occured to me that the googlebot might be reading the index column first. That would mean the key content words I want to have noticed would not be toward the top.
Am I right on this?
Anne
eaden
8:25 am on Apr 2, 2003 (gmt 0)
It reads the html code from left to right, top to bottom. So by "viewing source" of your page, you will see what is at the top, and what is at the bottom.
le_gber
8:25 am on Apr 2, 2003 (gmt 0)
look at your html code and I think the robot will follow it from top to bottom ...
leo
<added> eaden u r too fast :) </added>
cwebb
12:04 pm on Apr 2, 2003 (gmt 0)
There is an easy workaround, just use a first row, leave the first column there empty and merge the second column in the first row with the content and put the content there sio it gets indexed first!
canuck
12:28 pm on Apr 2, 2003 (gmt 0)
I believe this is pretty much what the above was speaking of (Rowspan technique):
The 2nd Valign is most likely needed, the first depends.
- canuck
vmaster
12:28 pm on Apr 2, 2003 (gmt 0)
cwebb, I used to use that trick ages ago, but is does lead to interesting problems when right content exceeds the menu content significantly. One's much better off using external stylesheets, which I do now.
MeditationMan
12:40 pm on Apr 2, 2003 (gmt 0)
I'm moving over to CSS layout, which allows me to have the navigation links look like they're first but to actually be listed last in the html.
I believe this is also good for blind people who use reading programs. It must be very tedious having to listen to the same menu before you get to the content every time you open a new page.
hallooo
12:43 pm on Apr 2, 2003 (gmt 0)
What do you mean with: "lead to interesting problems when right content exceeds the menu content significantly"
Can you be a little more specific.
annej
5:52 pm on Apr 2, 2003 (gmt 0)
The table fix looks complicated enough I think I'll try the CSS route. I can see from the responses I need to do something.
Anne
edit - It just occured to me I could simply put my index in a right column instead of left. That would put content first.