mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
updated title description meta tag on layout.ejs (#7181)
* updated description meta tag - updated description meta tag to: "Fleet is the lightweight, programmable telemetry platform for servers and workstations. Get comprehensive, customizable data from all your devices and operating systems — without the downtime risk" * Update page title meta tag - updated page title meta tag. * Update layout.ejs Changed "downtime risk" to "performance hit" to align with homepage hero message. * update other layouts & twitter meta tags * website: update meta titles in routes - changed to "Fleet for osquery" to "Fleet Device Management" Co-authored-by: Chris McGillicuddy <108031970+chris-mcgillicuddy@users.noreply.github.com> Co-authored-by: Eric <eashaw@sailsjs.com>
This commit is contained in:
parent
c943e0665a
commit
935a145249
4 changed files with 27 additions and 27 deletions
30
website/config/routes.js
vendored
30
website/config/routes.js
vendored
|
|
@ -21,7 +21,7 @@ module.exports.routes = {
|
|||
'GET /company/contact': {
|
||||
action: 'view-contact',
|
||||
locals: {
|
||||
pageTitleForMeta: 'Contact us | Fleet for osquery',
|
||||
pageTitleForMeta: 'Contact us | Fleet Device Management',
|
||||
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 for osquery',
|
||||
pageTitleForMeta: 'fleetctl preview | Fleet Device Management',
|
||||
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 for osquery',
|
||||
pageTitleForMeta: 'Pricing | Fleet Device Management',
|
||||
pageDescriptionForMeta: 'View Fleet plans and pricing details.'
|
||||
}
|
||||
},
|
||||
|
|
@ -47,7 +47,7 @@ module.exports.routes = {
|
|||
'GET /logos': {
|
||||
action: 'view-press-kit',
|
||||
locals: {
|
||||
pageTitleForMeta: 'Logos | Fleet for osquery',
|
||||
pageTitleForMeta: 'Logos | Fleet Device Management',
|
||||
pageDescriptionForMeta: 'Download Fleet logos, wallpapers, and screenshots.'
|
||||
}
|
||||
},
|
||||
|
|
@ -56,7 +56,7 @@ module.exports.routes = {
|
|||
action: 'view-query-library',
|
||||
locals: {
|
||||
currentPage: 'queries',
|
||||
pageTitleForMeta: 'Queries | Fleet for osquery',
|
||||
pageTitleForMeta: 'Queries | Fleet Device Management',
|
||||
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 for osquery',
|
||||
pageTitleForMeta: 'Transparency | Fleet Device Management',
|
||||
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 for osquery',
|
||||
pageTitleForMeta: 'Get Fleet Premium | Fleet Device Management',
|
||||
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 for osquery',
|
||||
pageTitleForMeta: 'Sign up | Fleet Device Management',
|
||||
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 for osquery',
|
||||
pageTitleForMeta: 'Log in | Fleet Device Management',
|
||||
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 for osquery',
|
||||
pageTitleForMeta: 'Customer dashboard | Fleet Device Management',
|
||||
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 for osquery',
|
||||
pageTitleForMeta: 'Forgot password | Fleet Device Management',
|
||||
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 for osquery',
|
||||
pageTitleForMeta: 'New password | Fleet Device Management',
|
||||
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 for osquery',
|
||||
pageTitleForMeta: 'Platform | Fleet Device Management',
|
||||
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 for osquery',
|
||||
pageTitleForMeta: 'State of device management | Fleet Device Management',
|
||||
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 for osquery',
|
||||
pageTitleForMeta: 'Overview | Fleet Device Management',
|
||||
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'
|
||||
},
|
||||
|
|
|
|||
8
website/views/layouts/layout-customer.ejs
vendored
8
website/views/layouts/layout-customer.ejs
vendored
|
|
@ -7,15 +7,15 @@
|
|||
%><!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title><%= typeof pageTitleForMeta !== 'undefined' ? pageTitleForMeta : 'Fleet for osquery | Open source device management' %></title>
|
||||
<meta name="description" content="<%= typeof pageDescriptionForMeta !== 'undefined' ? pageDescriptionForMeta : 'Open source software, built on osquery. With Fleet you can ask important questions about your devices. Whatever operating system, wherever they live.' %>" />
|
||||
<title><%= typeof pageTitleForMeta !== 'undefined' ? pageTitleForMeta : 'Fleet Device Management | Lightweight, programmable telemetry for servers and workstations' %></title>
|
||||
<meta name="description" content="<%= typeof pageDescriptionForMeta !== 'undefined' ? pageDescriptionForMeta : ''Fleet is the lightweight, programmable telemetry platform for servers and workstations. Get comprehensive, customizable data from all your devices and operating systems — without the performance hit' %>" />
|
||||
|
||||
<% /* Viewport tag for sensible mobile support */ %>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta name="twitter:site" content="https://fleetdm.com" />
|
||||
<meta name="twitter:title" content="<%= typeof pageTitleForMeta !== 'undefined' ? pageTitleForMeta : 'Open source device management' %>" />
|
||||
<meta name="twitter:description" content="<%= typeof pageDescriptionForMeta !== 'undefined' ? pageDescriptionForMeta : 'Open source software, built on osquery. With Fleet you can ask important questions about your devices. Whatever operating system, wherever they live.' %>" />
|
||||
<meta name="twitter:title" content="<%= typeof pageTitleForMeta !== 'undefined' ? pageTitleForMeta : 'Fleet Device Management | Lightweight, programmable telemetry for servers and workstations' %>" />
|
||||
<meta name="twitter:description" content="<%= typeof pageDescriptionForMeta !== 'undefined' ? pageDescriptionForMeta : 'Fleet is the lightweight, programmable telemetry platform for servers and workstations. Get comprehensive, customizable data from all your devices and operating systems — without the performance hit' %>" />
|
||||
<meta name="twitter:image" content="https://fleetdm.com/images/fleet-logo-square@2x.png" />
|
||||
<% /* 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
|
||||
|
|
|
|||
8
website/views/layouts/layout-landing.ejs
vendored
8
website/views/layouts/layout-landing.ejs
vendored
|
|
@ -7,15 +7,15 @@
|
|||
%><!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title><%= typeof pageTitleForMeta !== 'undefined' ? pageTitleForMeta : 'Fleet for osquery | Open source device management' %></title>
|
||||
<meta name="description" content="<%= typeof pageDescriptionForMeta !== 'undefined' ? pageDescriptionForMeta : 'Open source software, built on osquery. With Fleet you can ask important questions about your devices. Whatever operating system, wherever they live.' %>" />
|
||||
<title><%= typeof pageTitleForMeta !== 'undefined' ? pageTitleForMeta : 'Fleet Device Management | Lightweight, programmable telemetry for servers and workstations' %></title>
|
||||
<meta name="description" content="<%= typeof pageDescriptionForMeta !== 'undefined' ? pageDescriptionForMeta : ''Fleet is the lightweight, programmable telemetry platform for servers and workstations. Get comprehensive, customizable data from all your devices and operating systems — without the performance hit' %>" />
|
||||
|
||||
<% /* Viewport tag for sensible mobile support */ %>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta name="twitter:site" content="https://fleetdm.com" />
|
||||
<meta name="twitter:title" content="<%= typeof pageTitleForMeta !== 'undefined' ? pageTitleForMeta : 'Fleet for osquery | Open source device management' %>" />
|
||||
<meta name="twitter:description" content="<%= typeof pageDescriptionForMeta !== 'undefined' ? pageDescriptionForMeta : 'Open source software, built on osquery. With Fleet you can ask important questions about your devices. Whatever operating system, wherever they live.' %>" />
|
||||
<meta name="twitter:title" content="<%= typeof pageTitleForMeta !== 'undefined' ? pageTitleForMeta : 'Fleet Device Management | Lightweight, programmable telemetry for servers and workstations' %>" />
|
||||
<meta name="twitter:description" content="<%= typeof pageDescriptionForMeta !== 'undefined' ? pageDescriptionForMeta : 'Fleet is the lightweight, programmable telemetry platform for servers and workstations. Get comprehensive, customizable data from all your devices and operating systems — without the performance hit' %>" />
|
||||
<meta name="twitter:image" content="<%= typeof pageImageForMeta !== 'undefined' ? 'https://fleetdm.com' + pageImageForMeta : 'https://fleetdm.com/images/fleet-logo-square@2x.png' %>" />
|
||||
<% /* 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
|
||||
|
|
|
|||
8
website/views/layouts/layout.ejs
vendored
8
website/views/layouts/layout.ejs
vendored
|
|
@ -8,15 +8,15 @@
|
|||
%><!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title><%= typeof pageTitleForMeta !== 'undefined' ? pageTitleForMeta : 'Fleet for osquery | Open source device management' %></title>
|
||||
<meta name="description" content="<%= typeof pageDescriptionForMeta !== 'undefined' ? pageDescriptionForMeta : 'Open source software, built on osquery. With Fleet you can ask important questions about your devices. Whatever operating system, wherever they live.' %>" />
|
||||
<title><%= typeof pageTitleForMeta !== 'undefined' ? pageTitleForMeta : 'Fleet Device Management | Lightweight, programmable telemetry for servers and workstations' %></title>
|
||||
<meta name="description" content="<%= typeof pageDescriptionForMeta !== 'undefined' ? pageDescriptionForMeta : 'Fleet is the lightweight, programmable telemetry platform for servers and workstations. Get comprehensive, customizable data from all your devices and operating systems — without the performance hit' %>" />
|
||||
|
||||
<% /* Viewport tag for sensible mobile support */ %>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta name="twitter:site" content="https://fleetdm.com" />
|
||||
<meta name="twitter:title" content="<%= typeof pageTitleForMeta !== 'undefined' ? pageTitleForMeta : 'Fleet for osquery | Open source device management' %>" />
|
||||
<meta name="twitter:description" content="<%= typeof pageDescriptionForMeta !== 'undefined' ? pageDescriptionForMeta : 'Open source software, built on osquery. With Fleet you can ask important questions about your devices. Whatever operating system, wherever they live.' %>" />
|
||||
<meta name="twitter:description" content="<%= typeof pageDescriptionForMeta !== 'undefined' ? pageDescriptionForMeta : 'Fleet is the lightweight, programmable telemetry platform for servers and workstations. Get comprehensive, customizable data from all your devices and operating systems — without the performance hit' %>" />
|
||||
<meta name="twitter:title" content="<%= typeof pageTitleForMeta !== 'undefined' ? pageTitleForMeta : 'Fleet Device Management | Lightweight, programmable telemetry for servers and workstations' %>" />
|
||||
<meta name="twitter:image" content="<%= typeof pageImageForMeta !== 'undefined' ? 'https://fleetdm.com' + pageImageForMeta : 'https://fleetdm.com/images/fleet-logo-square@2x.png' %>" />
|
||||
<% /* 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue