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': {