An HTML site map is not an XML sitemap intended for indexing bots. On a news portal that aggregates several dozen sections, it is a navigation tool designed for the user, which displays the complete structure of the domain on a single page.
When the volume of content exceeds a certain threshold, traditional navigation through dropdown menus is no longer sufficient. The site map then becomes the most reliable entry point to locate a section, service, or category buried under several levels of depth.
Semantic structure of a press-oriented site map
An effective site map relies on a strictly ordered hierarchy of Hn headings. Each heading level (H2, H3, H4) corresponds to a level of the site’s structure. This logic allows assistive technologies, screen readers in particular, to provide a navigable summary via keyboard.
On a news site, the challenge lies in the coexistence of editorial content (articles, reports, columns) and service pages (subscription, contact, legal notices). We recommend separating these two families from the first level of the structure, rather than mixing them in a flat alphabetical list.
By browsing the Carré Presse site map, we can see that the professional sections are grouped by editorial domain, which reduces the number of clicks needed to reach specific content. This type of segmentation also facilitates internal linking, as each branch of the structure can concentrate its link juice on a coherent thematic cluster.

Accessibility and keyboard navigation: legal constraints since June 2025
The European Accessibility Act has been in effect since June 28, 2025 for many public-facing digital services, including e-commerce, banking services, passenger transport, and audiovisual media. For a news site, this means that the structure of the site map is no longer just a UX choice: it directly contributes to compliance with legal accessibility obligations.
The requirements focus on three points that directly concern a site map:
- Keyboard navigation must be functional without a mouse, with a logical tab order that follows the visual hierarchy of the page.
- Each link must have an explicit title, understandable out of context. A generic label like “Click here” does not meet this criterion.
- The hierarchy of headings (Hn) must be semantically correct, without skipping levels (jumping from an H2 to an H4 without an intermediate H3 is a non-compliance).
In France, the historical regime stemming from the 2005 law imposes the RGAA on public organizations and private structures exceeding a certain revenue threshold. The dual regime (RGAA + EAA) creates a layer of obligations that increasingly affects online media. A site map compliant with the RGAA serves as a safety net for users who cannot navigate through the main menus.
Internal linking and site map: what traditional navigation does not cover
The horizontal menus of a news site rarely display more than seven or eight main entries. Sub-menus add a second level, sometimes a third. Beyond that, usability deteriorates: menus become unstable on hover, labels truncate on mobile, and secondary sections disappear.
The site map fills this gap by exposing all branches. For an SEO professional, it is also a lever for low-maintenance internal linking. Each link in the map transmits PageRank to the target page, and updates can be made in a single file when a section is created or removed.
Difference between XML sitemap and HTML site map
The XML sitemap (submitted via the Search Console) is aimed at crawling bots. It lists raw URLs with metadata on update frequency and priority. The HTML site map is aimed at human visitors. It organizes URLs by theme, with readable labels and a layout designed for visual scanning.
The two files are not interchangeable. A site that has an XML sitemap but no HTML map deprives its visitors of a navigation tool and exposes itself to accessibility non-compliance. Conversely, an HTML map alone does not guarantee that all URLs will be crawled by search engines.

Design criteria for an effective site map for a news portal
A poorly designed site map is worse than having no map at all: it gives the illusion of a navigation tool while adding noise. We regularly observe maps that list several hundred links without logical grouping, making the page as difficult to read as a raw RSS feed.
The criteria that separate a functional map from a cosmetic one:
- Grouping by editorial domain (news, reports, services, thematic sections) with a visible section title for each group.
- Depth limited to a maximum of three levels within the page itself, even if the site’s structure has more. Beyond that, the map becomes an unreadable directory.
- Automated updates, ideally dynamically generated by the CMS, to avoid dead links that penalize both SEO and user experience.
- Native mobile compatibility: on a narrow screen, nested lists must remain expandable without resorting to heavy JavaScript.
A well-structured HTML site map serves a triple role: an alternative entry point for lost visitors, a safety net for accessibility, and an additional layer of internal linking for SEO. On a news portal where the volume of content evolves daily, dynamic generation of the map remains the only viable long-term approach. Manually maintaining a page with several hundred links inevitably leads to outdated URLs and silent technical debt.



