Forum Moderators: mack
First of all, the links should be followed by Google and other search engines requardless if they 'hover buttons' (or mouseovers as they are generally called). A link is a link and they will follow as long as you don't tell them not to.
Now, the links themselves... well, I am not sure exactly what you are asking. Are you talking about menu type links to your internal pages? If that is the case, you can put them either horizontal or vertical as long as they are easy to spot. Of course, for an informational site, you can also interweave them into the content for the page... That would like increase the users moving deeper into the site if they were interested in what they were reading.
Good luck!
Matt
It is very importaint to keep your site as usable as possible. You do not have to include a link to every page, just either your main topic areas, or related pages. I would also recomend you make it possible for a user to go streight to your homepage as easily as possible. You can do this either using a text link "home" or even a logo link. I think surfers now expect a logo to link to the homepage.
In terms of hover buttons they may not spider to well if they are javascript based. You may want to use standard images or why not just stick with plain good old text.
Mack.
Horizontal breadcrumb near the top and bottom of each page. Horizontal text links across the bottom of each page (home, site map, privacy policy, contact, search)
I have navigational links down the left side.
Off-site links usually go underneath the article in the center div.
Adsense and affiliate links down the right side.
On some of my sites, I also have the contact, home, site map, and search links in the very upper right corner of the page.
I try to design my sites so that they have at least three different linking structures for navigation.
These are plain, simple white buttons, like the Google search button.
Do SE spiders track those links, or am I confusing the lil critturs?
The HTML looks something like this
<TD><FORM METHOD="LINK" ACTION="index.html">
<INPUT TYPE="submit" VALUE="Home">
</FORM></TD>
I like them as they seem to load faster than adding a .jpg file and linking it. Spiders do recognize and follow these links, right?
P.