
An HTML sitemap is not just for reassuring an SEO audit. On a news portal, it is a full-fledged navigation tool that compensates for the limitations of traditional menus as soon as the volume of pages exceeds a few dozen sections. We will detail what distinguishes a decorative sitemap from a true navigation interface, using the structure adopted by News Online as a reference.
Architecture of a news-oriented sitemap: sections, depth, and freshness
On an information site, the challenge is not to list pages, but to prioritize a constant flow. A static sitemap, fixed in alphabetical order, loses all usefulness after a few weeks of publication. The structure must reflect the editorial logic, not the technical hierarchy.
Read also : How to Boost Your Business Growth with the Best Business Strategies
Google recommends that news content separate the news-specific sitemap from the general web sitemap. The reason is simple: the engine prioritizes the publication date and categorization by section to index recent content. An HTML sitemap intended for users benefits from adopting the same logic, grouping pages by theme rather than by depth level.
We observe that portals that classify their content by section (politics, economy, culture, practical guide) in the sitemap offer a lower bounce rate on that page than those that rely on a flat listing. The user identifies the branch that interests them within seconds.
Read also : Discover how to launch and grow your business with Maestro Business
What most news sitemaps overlook
Updating. An HTML sitemap that displays empty sections or dead links signals a poorly maintained portal. On a news site, each listed section should point to at least one recent piece of content. If a category has become dormant, it is better to remove it from the sitemap rather than leave it visible.
We can navigate through the News Online sitemap to observe how this thematic grouping logic works in practice: the sections are visible from the first screen, without unnecessary pagination.

HTML sitemap and digital accessibility: an underestimated safety net
The HTML sitemap remains the last reliable resort for screen readers. When a dropdown menu relies on complex JavaScript or hover interactions, users of assistive technologies lose access to sub-sections. The sitemap, on the other hand, exposes all links on a flat page, readable sequentially.
French public resources on digital inclusion (notably those from the ANCT) emphasize the need for clear and stable entry points. A well-structured sitemap meets this need exactly: it offers a comprehensive, predictable view that does not change behavior depending on the device or browser.
Technical criteria for an accessible sitemap
- Each link must have an explicit title, never just “click here” or a truncated label. The anchor text should describe the destination page.
- Groupings by section must use semantic headings (H2 or H3 in the sitemap page itself), not just visual formatting, so that screen readers can jump from section to section.
- The sitemap page must be reachable from the footer or the main menu, without requiring more than two clicks from the homepage.
- No content hidden by an accordion or tab: all sections are expanded by default.
These criteria may seem obvious, but the majority of sitemaps we audit fail on at least one of them, often the third.
HTML sitemap and XML sitemap: two tools, two audiences, one goal
The confusion between XML sitemap and HTML sitemap persists. The XML sitemap is aimed at indexing robots, the HTML sitemap is aimed at humans. Both serve the discoverability of content, but through different channels.
The XML sitemap declares to search engines all the URLs to explore, with metadata (last modified date, update frequency, priority). It is not intended to be read by a visitor. The HTML sitemap, on the other hand, is a page of the site, designed to guide a lost or hurried user.
When the HTML sitemap compensates for the shortcomings of internal linking
On a news portal, some pages end up becoming orphaned: an article published months ago, never linked from another piece of content, invisible in the menus. The HTML sitemap, if dynamically generated from the content database, retrieves these pages by making them accessible from a single entry point.
We recommend regularly checking the consistency between the XML sitemap submitted to Google and the HTML sitemap displayed to visitors. A notable discrepancy between the two (pages present in one but absent from the other) indicates a maintenance or CMS configuration issue.

Optimize the sitemap for users, not just for SEO
A sitemap designed solely for SEO lists the maximum number of pages with anchor texts stuffed with keywords. The result: an unreadable page that no one consults. A useful sitemap limits the displayed depth to a maximum of two levels.
Beyond two levels, the number of links explodes and the page becomes a wall of text. The best practice is to display the main sections (level 1) and their direct sub-sections (level 2), then let internal navigation take over for deeper pages.
- Level 1: the major editorial sections (news, guides, files, tools).
- Level 2: the sub-categories or pillar pages of each section.
- Individual articles do not belong in the HTML sitemap, unless they are permanent reference pages.
This approach reduces cognitive load for the visitor and keeps the sitemap page at a reasonable weight, which also improves its loading time on mobile.
A well-constructed sitemap goes unnoticed: it fulfills its function when everything else fails. It is the page that a disoriented visitor consults as a last resort, and it must work at that precise moment. Structuring this page with as much care as the homepage is to acknowledge that perfect navigation does not exist and to plan for a reliable backup path.