diff --git a/articles/fleet-management-software.md b/articles/fleet-management-software.md
index 6b3751f790..3cbcc5493d 100644
--- a/articles/fleet-management-software.md
+++ b/articles/fleet-management-software.md
@@ -1,7 +1,3 @@
-# Fleet vs. Jamf vs. Microsoft Intune: How to choose the right fleet management software
-
-This guide compares Fleet, Jamf Pro, and Microsoft Intune as device management software options, covering platform support, security capabilities, and automation features.
-
## Overview
### Fleet
@@ -124,6 +120,10 @@ Timelines depends on fleet size and configuration complexity. Fleet supports zer
-
+
+
+
+
+
diff --git a/articles/mdm-providers-compared.md b/articles/mdm-providers-compared.md
index 02841dd138..cd0d8d941a 100644
--- a/articles/mdm-providers-compared.md
+++ b/articles/mdm-providers-compared.md
@@ -1,9 +1,3 @@
-# Fleet vs. Workspace ONE: Choosing the right MDM solution
-
-Organizations with mixed device fleets often manage macOS, Windows, and Linux through separate tools, creating visibility gaps and inconsistent policy enforcement. A multi-platform MDM consolidates device management into a single console with unified reporting and controls.
-
-Fleet is a multi-platform device management solution with support for macOS, Windows, Linux, iOS, iPadOS, ChromeOS, and Android devices. Fleet delivers device state updates in under 30 seconds, integrates with git repositories for GitOps workflows via its fleetctl CLI, and offers the transparency of an open-source codebase. Workspace ONE also provides multi-platform device management through a proprietary hybrid cloud/on-premises architecture. This guide compares how these two MDM providers differ in architecture, security capabilities, and deployment flexibility.
-
## Overview
Fleet is built on osquery, providing device visibility with state updates in under 30 seconds. Cloud-hosted and self-hosted deployments offer identical features with no restrictions. Fleet's open-source codebase enables organizations to verify security practices and avoid vendor lock-in, with native vulnerability detection, policy scoring, file integrity monitoring, and incident response included at no additional cost.
@@ -108,8 +102,14 @@ Fleet and Workspace ONE each provide MDM enrollment, configuration management, a
Fleet supports MDM migration without requiring device wipes, allowing organizations to transition devices from an existing MDM with minimal disruption. The migration process preserves device enrollment and user data while transferring management to Fleet. Organizations can migrate gradually, running Fleet alongside an existing tool during the transition period.
+
-
+
+
+
+
+
diff --git a/website/assets/styles/pages/landing-pages/basic-comparison.less b/website/assets/styles/pages/landing-pages/basic-comparison.less
index f7fcad5fd2..68b67a2e91 100644
--- a/website/assets/styles/pages/landing-pages/basic-comparison.less
+++ b/website/assets/styles/pages/landing-pages/basic-comparison.less
@@ -107,8 +107,12 @@
line-height: 150%;
}
td:nth-of-type(2) {
- border-left: 1px solid #E2E4EA;;
- border-right: 1px solid #E2E4EA;;
+ border-left: 1px solid #E2E4EA;
+ border-right: 1px solid #E2E4EA;
+ }
+
+ td:nth-of-type(4) {
+ border-left: 1px solid #E2E4EA;
}
}
}
diff --git a/website/config/routes.js b/website/config/routes.js
index 235183b9a5..e74308b12f 100644
--- a/website/config/routes.js
+++ b/website/config/routes.js
@@ -913,6 +913,9 @@ module.exports.routes = {
'GET /announcements/vehicle-manufacturer-transitions-to-fleet-for-endpoint-security': '/case-study/electric-vehicle-manufacturer',
'GET /announcements/cloud-based-data-leader-choosed-fleet-for-orchestration': '/case-study/cloud-data-platform',
'GET /announcements/large-gaming-company-enhances-server-observability-with-fleet': '/case-study/online-gaming-platform',
+ 'GET /articles/fleet-management-software': '/compare/fleet-vs-jamf-vs-intune',
+ 'GET /articles/mdm-providers-compared': '/compare/fleet-vs-workspace-one',
+
// Software catalog redirects
'GET /software-catalog/abstract': '/software-catalog/abstract-darwin',