Navigation

Preview and navigate priority topics on your site

Usage

Usability Guidance

  • Highlight the primary topics of your website. Help visitors understand what content they can expect to find before they start browsing your site.
  • Use succinct labels of 1-2 words in length for each navigation link.
  • Use universal language everyone understands.
  • Consult web analytics to understand which topics matter most to your visitors.
  • Prioritize the needs of site users over internal stakeholders. Navigation is for site users, not your Dean or Vice Chancellor.
  • Help people find what they need rather than promoting things they don’t.
  • If you need to highlight things like a widely publicized report or conference, do so within the body of your website. Navigation links are intended for evergreen content.

Further Reading

Accessibility Requirements

  • Use the <nav> element and ARIA labels, e.g. “Main”, “Footer”, “Social”, etc., to identify each distinct navigation menu of your site.
  • Insert a hidden skip nav with quick links to different parts of your site like the main content, navigation menus, search bar, toolbar, footer, etc.

Further Reading

Do’s and Don’ts

Do’s

  • Limit main navigation to 4-6 links for easy scanning of website topics. No more than 7 links maximum.
  • Avoid acronyms, abbreviation, institutional or technical jargon if it is not widely known by site visitors.
  • Stick to broad topics or categories.

Don’ts

  • Don’t link to individual reports, articles, events, or people. Use Banners and Cards to highlight editorial content, events, and important people.
  • Don’t link to external websites.
  • Don’t link to non-web formats like PDF, DOC, etc. These formats do not comply with federal accessibility guidelines by default.

Desktop Anatomy

Header and Main Menus Desktop Anatomy Image
  1. Global Header (required): Global header includes the UCLA logo and institutional breadcrumb.
  2. UCLA Logo (required): UCLA logo links back to ucla.edu.
  3. Institutional Breadcrumb (required): Institutional breadcrumbs are used for academic entities to provide links back to the college, school, or department which the entity falls under.
  4. Site Header (required): Site header includes entity name and navigation.
  5. Entity Name (required): Entity name links back to homepage for site.
  6. Primary Navigation Items (required): Primary Navigation Items link to the main sections of the site. They can be a link to a section landing page or included a dropdown or subpage links.
  7. Secondary Navigation Items (optional): Secondary Navigational Items callout specific pages that are not within main sections of the site. Limit of 3 items.
  8. Secondary Emphasized Navigation Item (optional): A Secondary Navigation Item can be given emphasis with this style. Limit this style to one item.
  9. Search (required): Search navigation item launches the site search function.
  10. Dropdown Menu (optional): Dropdown menu is used to give access to tier 2 pages.

Desktop Variations

Header and Main Menus Desktop Variations Image

Desktop Specs

Header and Main Menus Desktop Specs Image

Mobile Anatomy

Header and Main Menus Mobile Anatomy Image
  1. Global Header (required): Global header includes the UCLA logo and institutional breadcrumb.
  2. UCLA Logo (required): UCLA logo links back to ucla.edu
  3. Institutional Breadcrumb (required): Institutional breadcrumbs are used for academic entities to provide links back to the college, school, or department which the entity falls under.
  4. Site Header (required): Site header includes entity name and navigation.
  5. Entity Name (required): Entity name links back to homepage for site.
  6. Primary Navigation Items (required): Primary Navigation Items link to the main sections of the site. They can be a link to a section landing page or included a dropdown or subpage links.
  7. Search (required): Search field for searching site.
  8. Tier 1 Navigation Item: Tier 1 navigation Items link to the main sections of the site.
  9. Tier 1 Dropdown Item: Tier 2 dropdown item reveals tier 2 navigational items.
  10. Tier 2 Navigation Item: Tier 2 navigation Items link to the subsections of a main section of the site.
  11. Tier 2 Dropdown Item: Tier 2 dropdown item reveals tier 3 navigational items.
  12. Tier 3 Navigation Item: Tier 2 navigation Items link to the subsections of a sub section of the site.

Mobile States

Header and Main Menus Mobile States Image

Mobile Specs

Header and Main Menus Mobile Specs Image

Code

Breadcrumbs provide an important method of navigating the site. They may feel redundant if your site structure and menus are relatively simple, but they have multiple benefits and require minimal space. We recommend any website with 3 or more levels of page hierarchy (e.g. Home / Academics / Undergraduate) implement breadcrumbs and the wayfinding abilities they provide.

Most visitors will find your site via search engines. If searching for a topic more specific than your program alone, they will likely bypass your homepage to an internal sub-page of your site. Letting visitors know where they entered, and how to navigate upwards to broaden their search, will encourage them to stick around and search for related content.

Anatomy

Breadcrumbs Anatomy Image
  1. Breadcrumb Label (required)
  2. Item Divider (required)
  3. Container (on hover state only)

States & Variations

Breadcrumbs States & Variations Image

Specs

Breadcrumbs Specs Image

Mobile Behavior

Breadcrumbs Mobile Behavior Image

Code

Side Menus

Anatomy

Side Menus Anatomy Image
  1. Nav Item Label (required)
  2. Container (required)
  3. Active tab indicator (required)

States

Side Menus States Image

Variations

Side Menus Variations Image

Specs

Side Menus Specs Image

Code