How to create a good web site menu for both he user and search engines?
on
Imobiliare – IMOPEDIA.ro
web site.
You can see three menu items:
- Vanzari de apartamente in Bucuresti
- Inchirieri de apartamente in Bucuresti s11411
- Regim hotelier de apartamente in Bucuresti s11423
What I like about the menus?
- The top categories (“Oferte imobiliare” and “Apartamente”) are not clickable; you can only click on the last page;
- The menu displays very fast, almost instantly;
- If the user (or search engine) doesn’t have JavaScript, the menu is still visible:
<noscript> <div id=”drop_down” onMouseOver=”up_meniu_stat=1″ onMouseOut=”up_meniu_stat=0″>
<ul style=”width:40px; padding:0px 10px”>
<li><h2><a href=”/”>HOME</a></h2></li>
</ul>
<div></div>
<ul style=”width:105px; padding:0px 10px”>
<li><h2><a href=”/bucuresti/vanzari-apartamente.html”>Oferte imobiliare</a></h2>
<ul>….
(etc)
Quite a menu, huh?







0 Comments
You can be the first one to leave a comment.