← All terms

Web Segmentation

Also known as: Page Segmentation, Web Page Segmentation

The process of dividing a web page into distinct, meaningful sections or segments based on visual layout, structural markup, or content semantics. Web segmentation is important for accessibility because screen readers typically narrate content in DOM order, which may not reflect logical groupings. Effective segmentation helps assistive technology users navigate between thematic sections of a page rather than processing all content linearly, reducing cognitive load and improving browsing efficiency.

Category: Web Accessibility · content · information retrieval

Related: Screen Reader · DOM · Cognitive Load · Text-to-Speech

Sources