diff --git a/website/config/routes.js b/website/config/routes.js index d6aee0ccec..3c29640525 100644 --- a/website/config/routes.js +++ b/website/config/routes.js @@ -21,7 +21,7 @@ module.exports.routes = { 'GET /company/contact': { action: 'view-contact', locals: { - pageTitleForMeta: 'Contact us | Fleet Device Management', + pageTitleForMeta: 'Contact us | Fleet for osquery', pageDescriptionForMeta: 'Get in touch with our team.' } }, @@ -30,7 +30,7 @@ module.exports.routes = { action: 'view-get-started', locals: { currentPage: 'get started', - pageTitleForMeta: 'fleetctl preview | Fleet Device Management', + pageTitleForMeta: 'fleetctl preview | Fleet for osquery', pageDescriptionForMeta: 'Learn about getting started with Fleet using fleetctl.' } }, @@ -39,7 +39,7 @@ module.exports.routes = { action: 'view-pricing', locals: { currentPage: 'pricing', - pageTitleForMeta: 'Pricing | Fleet Device Management', + pageTitleForMeta: 'Pricing | Fleet for osquery', pageDescriptionForMeta: 'View Fleet plans and pricing details.' } }, @@ -47,7 +47,7 @@ module.exports.routes = { 'GET /logos': { action: 'view-press-kit', locals: { - pageTitleForMeta: 'Logos | Fleet Device Management', + pageTitleForMeta: 'Logos | Fleet for osquery', pageDescriptionForMeta: 'Download Fleet logos, wallpapers, and screenshots.' } }, @@ -56,7 +56,7 @@ module.exports.routes = { action: 'view-query-library', locals: { currentPage: 'queries', - pageTitleForMeta: 'Queries | Fleet Device Management', + pageTitleForMeta: 'Queries | Fleet for osquery', pageDescriptionForMeta: 'A growing collection of useful queries for organizations deploying Fleet and osquery.' } }, @@ -100,7 +100,7 @@ module.exports.routes = { 'GET /transparency': { action: 'view-transparency', locals: { - pageTitleForMeta: 'Transparency | Fleet Device Management', + pageTitleForMeta: 'Transparency | Fleet for osquery', pageDescriptionForMeta: 'Learn what data osquery can see.', } }, @@ -108,7 +108,7 @@ module.exports.routes = { action: 'customers/view-new-license', locals: { layout: 'layouts/layout-customer', - pageTitleForMeta: 'Get Fleet Premium | Fleet Device Management', + pageTitleForMeta: 'Get Fleet Premium | Fleet for osquery', pageDescriptionForMeta: 'Generate your quote and start using Fleet Premium today.', } }, @@ -116,7 +116,7 @@ module.exports.routes = { action: 'entrance/view-signup', locals: { layout: 'layouts/layout-customer', - pageTitleForMeta: 'Sign up | Fleet Device Management', + pageTitleForMeta: 'Sign up | Fleet for osquery', pageDescriptionForMeta: 'Sign up for a Fleet Premium license.', } }, @@ -124,7 +124,7 @@ module.exports.routes = { action: 'entrance/view-login', locals: { layout: 'layouts/layout-customer', - pageTitleForMeta: 'Log in | Fleet Device Management', + pageTitleForMeta: 'Log in | Fleet for osquery', pageDescriptionForMeta: 'Log in to the Fleet customer portal.', } }, @@ -132,7 +132,7 @@ module.exports.routes = { action: 'customers/view-dashboard', locals: { layout: 'layouts/layout-customer', - pageTitleForMeta: 'Customer dashboard | Fleet Device Management', + pageTitleForMeta: 'Customer dashboard | Fleet for osquery', pageDescriptionForMeta: 'View and edit information about your Fleet Premium license.', } }, @@ -140,7 +140,7 @@ module.exports.routes = { action: 'entrance/view-forgot-password', locals: { layout: 'layouts/layout-customer', - pageTitleForMeta: 'Forgot password | Fleet Device Management', + pageTitleForMeta: 'Forgot password | Fleet for osquery', pageDescriptionForMeta: 'Recover the password for your Fleet customer account.', } }, @@ -148,7 +148,7 @@ module.exports.routes = { action: 'entrance/view-new-password', locals: { layout: 'layouts/layout-customer', - pageTitleForMeta: 'New password | Fleet Device Management', + pageTitleForMeta: 'New password | Fleet for osquery', pageDescriptionForMeta: 'Change the password for your Fleet customer account.', } }, @@ -157,7 +157,7 @@ module.exports.routes = { action: 'view-platform', locals: { currentPage: 'platform', - pageTitleForMeta: 'Platform | Fleet Device Management', + pageTitleForMeta: 'Platform | Fleet for osquery', pageDescriptionForMeta: 'Learn about the Fleet\'s features.', } }, @@ -165,7 +165,7 @@ module.exports.routes = { 'GET /reports/state-of-device-management': { action: 'reports/view-state-of-device-management', locals: { - pageTitleForMeta: 'State of device management | Fleet Device Management', + pageTitleForMeta: 'State of device management | Fleet for osquery', pageDescriptionForMeta: 'We surveyed 200+ security practitioners to discover the state of device management in 2022. Click here to learn about their struggles and best practices.', headerCTAHidden: true, } @@ -174,7 +174,7 @@ module.exports.routes = { 'GET /overview': { action: 'view-sales-one-pager', locals: { - pageTitleForMeta: 'Overview | Fleet Device Management', + pageTitleForMeta: 'Overview | Fleet for osquery', pageDescriptionForMeta: 'Fleet helps security and IT teams protect their devices. We\'re the single source of truth for workstation and server telemetry. Click to learn more!', layout: 'layouts/layout-landing' }, diff --git a/website/views/layouts/layout-customer.ejs b/website/views/layouts/layout-customer.ejs index b450496512..65bdf0255b 100644 --- a/website/views/layouts/layout-customer.ejs +++ b/website/views/layouts/layout-customer.ejs @@ -7,7 +7,7 @@ %> - <%= typeof pageTitleForMeta !== 'undefined' ? pageTitleForMeta : 'Fleet Device Management | Lightweight, programmable telemetry for servers and workstations' %> + <%= typeof pageTitleForMeta !== 'undefined' ? pageTitleForMeta : 'Fleet for osquery | Lightweight, programmable telemetry for servers and workstations' %> <% /* Viewport tag for sensible mobile support */ %> @@ -16,11 +16,11 @@ - + <%// Meta tags for other social previews %> - + <% /* Script tags should normally be included further down the page- but any scripts that load fonts (e.g. Fontawesome ≥v5) are special exceptions to the diff --git a/website/views/layouts/layout-landing.ejs b/website/views/layouts/layout-landing.ejs index 6362523845..a1d10a44e7 100644 --- a/website/views/layouts/layout-landing.ejs +++ b/website/views/layouts/layout-landing.ejs @@ -7,7 +7,7 @@ %> - <%= typeof pageTitleForMeta !== 'undefined' ? pageTitleForMeta : 'Fleet Device Management | Lightweight, programmable telemetry for servers and workstations' %> + <%= typeof pageTitleForMeta !== 'undefined' ? pageTitleForMeta : 'Fleet for osquery | Lightweight, programmable telemetry for servers and workstations' %> <% /* Viewport tag for sensible mobile support */ %> @@ -16,11 +16,11 @@ - + <%// Meta tags for other social previews %> - + <% /* Script tags should normally be included further down the page- but any scripts that load fonts (e.g. Fontawesome ≥v5) are special exceptions to the diff --git a/website/views/layouts/layout-sandbox.ejs b/website/views/layouts/layout-sandbox.ejs index 091b594051..a30ad6fc48 100644 --- a/website/views/layouts/layout-sandbox.ejs +++ b/website/views/layouts/layout-sandbox.ejs @@ -7,7 +7,7 @@ %> - <%= typeof pageTitleForMeta !== 'undefined' ? pageTitleForMeta : 'Fleet Device Management | Lightweight, programmable telemetry for servers and workstations' %> + <%= typeof pageTitleForMeta !== 'undefined' ? pageTitleForMeta : 'Fleet for osquery | Lightweight, programmable telemetry for servers and workstations' %> <% /* Viewport tag for sensible mobile support */ %> @@ -16,11 +16,11 @@ - + <%// Meta tags for other social previews %> - + <% /* Script tags should normally be included further down the page- but any scripts that load fonts (e.g. Fontawesome ≥v5) are special exceptions to the diff --git a/website/views/layouts/layout.ejs b/website/views/layouts/layout.ejs index d42c6642ae..939821d3cd 100644 --- a/website/views/layouts/layout.ejs +++ b/website/views/layouts/layout.ejs @@ -8,20 +8,20 @@ %> - <%= typeof pageTitleForMeta !== 'undefined' ? pageTitleForMeta : 'Fleet Device Management | Lightweight, programmable telemetry for servers and workstations' %> + <%= typeof pageTitleForMeta !== 'undefined' ? pageTitleForMeta : 'Fleet for osquery | Lightweight, programmable telemetry for servers and workstations' %> <% /* Viewport tag for sensible mobile support */ %> <%// Twitter meta tags%> - + - + <%// Meta tags for other social previews %> - + <% /* Script tags should normally be included further down the page- but any scripts that load fonts (e.g. Fontawesome ≥v5) are special exceptions to the