From 87589e129176e41714997491c1c2bbfe62e2984b Mon Sep 17 00:00:00 2001 From: Eric Date: Mon, 18 May 2026 16:36:41 -0500 Subject: [PATCH] Website: Update sitemap (#45751) Changes: - Added pages in the landing-pages folder and two article category pages to the sitemap. ## Summary by CodeRabbit * **Chores** * Added whitepapers and webinars pages, along with additional landing pages to the sitemap for broader site coverage. [![Review Change Stack](https://storage.googleapis.com/coderabbit_public_assets/review-stack-in-coderabbit-ui.svg)](https://app.coderabbit.ai/change-stack/fleetdm/fleet/pull/45751?utm_source=github_walkthrough&utm_medium=github&utm_campaign=change_stack) --- website/api/controllers/download-sitemap.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/website/api/controllers/download-sitemap.js b/website/api/controllers/download-sitemap.js index 1406ab32d0..b79d363f36 100644 --- a/website/api/controllers/download-sitemap.js +++ b/website/api/controllers/download-sitemap.js @@ -62,6 +62,8 @@ module.exports = { '/announcements',// « article category page '/deploy',// « article category page '/podcasts',// « article category page + '/whitepapers',// « article category page + '/webinars',// « article category page // Product category pages: '/orchestration', '/device-management', @@ -84,6 +86,14 @@ module.exports = { '/customers', '/gitops-workshop', '/download', + + // Landing pages: + '/lp/patch-faster', + '/lp/replace-jamf', + '/lp/autonomous-endpoint-management', + '/lp/apple-mdm', + '/lp/on-premise', + '/lp/open-source', // FUTURE: Do something smarter to get hand-coded HTML pages from routes.js, like how rebuild-cloud-sdk works, to avoid this manual duplication. // See also https://github.com/sailshq/sailsjs.com/blob/b53c6e6a90c9afdf89e5cae00b9c9dd3f391b0e7/api/helpers/get-pages-for-sitemap.js#L27 ];