Site Map Web Part
Overview
The Site Map web part provides an alphabetized, tiered, unordered list of subsites and pages, which reflects the website’s hierarchical structure. This is used to map/model the website in order to help users and search engines navigate the site, separate from other nuanced navigation elements.
Requirements
Browser must meet the statewide minimum requirements.
Accessibility
This web part passes both WCAG 2.0 and Section 508 website standards. Its unordered list is properly structured, as are its links/anchor elements.
Features and Functionality
- Fully accessible for screen readers and keyboard access
- Sitemap Provider-driven data sources (global)
- Automatically hides 404 pages, lists/libraries, unpublished pages, and administrative pages
Tutorials
Add the Web Part
While on a page, insert the Site Map web part using the Insert menu in the Ribbon.
Known Limitations
A future version of the web part will allow you to hide anchors/links by listing them by their relative path in the web part properties (e.g. /subsite/Pages/my-page.aspx). Until that feature is available, users can hide an anchor/link with a simple CSS rule by targeting the page as a class, the web part’s specific class, then the particular anchor with a specific href value.
Example: .my-site-collection.my-site-map-page .or-site-map li a[href=”/subsite/Page/my-page.aspx”] {display:none;}
Frameworks/Libraries Dependencies
Feedback
If you would like to suggest features, enhancements, or report a bug, please visit https://egovservicedesk.zendesk.com and open a new ticket.
Comments
0 comments
Article is closed for comments.