Forum Moderators: open
Wanted to link to these pages from a drop down box off our home page, but was unsure how well a link from a drop down would optimise against a conventional hyperlink. Any ideas?
Cheers
Screamer
Anything involving drop down boxes (are you talking about select lists, or DHTML driven menus by the way?) at the moment is not friendly for bots. You invariably end up having to use JavaScript to take a URL reference and refresh the browser location. 'Bots (at the moment) cannot parse JavaScript, and so the links you reference in the drop down box will be lost.
I would suggest the actual textual content of the drop down box might be indexed though.
JP
As suggested you have two main options.
1. A drop-down menu.
2. Plain text links in the page footer.
In regards to the drop-down menu. All major search engines will read the text between the option tags and this will help in site themeing. However, the don't use the drop-down menu so it can't be used as a sole means of navigation for the spider.
Links are definity the best way to go. However, I would never use more than 10 in the footer of a page. You page will already have navigation links at the top of the page and in the content, so you shouldn't clutter the footer with them.
The question you must ask is 'Are all these links relavant to this page?'. If taken on a page by page basis you can easily drop the number of necessary links.
Chris