From 21e449041fa7cda010ee7f0ee5bb8a4b8721e341 Mon Sep 17 00:00:00 2001 From: Eric Date: Fri, 22 Sep 2023 17:00:14 -0500 Subject: [PATCH] Website: add homepage meta title and description to routes. (#14066) Closes: #13731 Changes: - Added the meta title and description for the Fleet homepage to `website/config/routes.js`. --- website/config/routes.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/website/config/routes.js b/website/config/routes.js index acd409b35a..28bea4790a 100644 --- a/website/config/routes.js +++ b/website/config/routes.js @@ -15,7 +15,11 @@ module.exports.routes = { // ╚╩╝╚═╝╚═╝╩ ╩ ╩╚═╝╚═╝╚═╝ 'GET /': { action: 'view-homepage-or-redirect', - locals: { isHomepage: true } + locals: { + isHomepage: true, + pageTitleForMeta: 'Fleet | Open-source device management', + pageDescriptionForMeta: 'Open-source device management and security for teams with thousands of laptops and servers. (macOS, Windows, Linux, ChromeOS)' + } }, 'GET /company/contact': {