Social & sharing

Sitemaps: how your site tells search engines what exists

Published Updated

Your sitemap is the list of pages you hand to search engines so nothing gets missed. On HubPeople there is one step you must do yourself: create the sitemap, once. From then on the platform keeps it up to date for you every time your pages change. This guide shows where that create step lives in the portal, what the buttons do, and how to check your sitemap is fresh.

What the sitemap is

Your sitemap is an XML file at yourdomain.com/sitemap.xml: a machine-readable list of every page you want indexed, with the date each page last changed. It exists for search engines, not visitors, and they are told where to find it automatically: your site's robots.txt file points at it, so crawlers discover it without you submitting anything.

First, create your sitemap (required, one time)

A new brand has no sitemap until you create it. Nothing generates automatically before this step: until you press Create, there is no sitemap.xml for search engines to find. Do it once, early, and everything after is automatic.

Open your brand, stay on the About your brand tab (1), and scroll down to the Manage Sitemap card. On a brand with no sitemap yet, it shows a single Create button (2):

The About your brand tab with the Manage Sitemap card. Marker 1 points to the About your brand tab, marker 2 to the Create button on the Manage Sitemap card.
About your brand (1), scroll down to Manage Sitemap and press Create (2).

Create is the one-time setup that puts your XML sitemap in place. You only ever do this once per brand, and it is worth doing early: it is one of the launch basics, alongside linking your domain.

After that, it updates itself

You do not need to regenerate your sitemap when you add, edit, move or delete pages. Whenever a page on your brand is rebuilt, the platform refreshes your XML sitemap shortly afterwards (changes are batched, so a burst of edits produces one refresh, usually within a minute or two). Each entry carries the page's real last-updated date, so search engines can see exactly what changed and when.

The XML sitemap lists your live pages that allow indexing. Deleted pages, folders that only group other pages, and any page where you have switched indexing off are left out automatically.

The Manage Sitemap buttons

Once your sitemap exists, the card shows four buttons:

The Manage Sitemap card with four buttons: marker 1 on Regenerate XML Sitemap, marker 2 on Clean Stale HTML, marker 3 on View, marker 4 on Copy XML Sitemap URL.
The Manage Sitemap card once your sitemap exists.

Checking your sitemap is fresh

Press View (or open yourdomain.com/sitemap.xml) and look at the top of the file:

An XML sitemap open in a browser. Marker 1 points to the generated-on comment near the top; marker 2 points to a page entry's lastmod date.
(1) When the sitemap was last generated. (2) Each page's own last-updated date.
Submitting to search engines: you normally do not have to, because robots.txt already advertises the sitemap. But adding it in Google Search Console or Bing Webmaster Tools gets you useful reporting on how your pages are indexed: use Copy XML Sitemap URL and paste it into the console's sitemap section.

Good to know