Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How effective are unordered lists <ul>s as navigation in terms of SEO, accessibility, etc?

As far as SEO and accessibility are concerned, are <ul>s a good approach towards building simple navigation menus?

As point of reference, I try to test all of my sites through Lynx, just to help ensure accessibility, and <ul>s seem to be the most sufficient in terms of their display in Lynx, but can this really be used as a good rule-of-thumb for SEO?

like image 828
jerluc Avatar asked Oct 31 '25 05:10

jerluc


1 Answers

Most CSS navigation menus are built as unordered lists -- even horizontal nav bars are generally just unordered lists with the bullets removed and formatted a bit differently. See: http://www.alistapart.com/articles/horizdropdowns/

Consequently, I'd be very surprised if using them for this purpose had an adverse effect on SEO.

like image 126
aendra Avatar answered Nov 02 '25 22:11

aendra



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!