docs(website): add SNMP support to homepage for v9.8.0

Updated title, meta descriptions, OG/Twitter cards, structured data,
tagline, and feature list to reflect multi-vendor SNMP monitoring.
MikroTik remains prominent — SNMP is positioned alongside it.
Version bumped to 9.8.0 in structured data.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jason Staack
2026-03-22 12:54:55 -05:00
parent b16a60dc7a
commit 2cc139bc0e

View File

@@ -3,9 +3,9 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Other Dude — MikroTik Fleet Management</title> <title>The Other Dude — Network Fleet Management</title>
<meta name="description" content="MikroTik fleet management. Self-hosted. Source-available. Monitor devices, push configuration, track changes in git."> <meta name="description" content="Network fleet management for MikroTik and SNMP devices. Self-hosted. Source-available. Monitor MikroTik routers alongside switches, APs, and UPSes from a single pane of glass.">
<meta name="keywords" content="MikroTik, RouterOS, fleet management, network management, WinBox browser, MikroTik monitoring, MikroTik configuration, router management, self-hosted, open source, source-available"> <meta name="keywords" content="MikroTik, RouterOS, SNMP monitoring, fleet management, network management, WinBox browser, MikroTik monitoring, MikroTik configuration, SNMP poller, multi-vendor NMS, router management, self-hosted, open source, source-available">
<meta name="author" content="The Other Dude"> <meta name="author" content="The Other Dude">
<meta name="robots" content="index, follow"> <meta name="robots" content="index, follow">
<meta name="google-site-verification" content="d2QVuWrLJlzOQPnA-SAJuvajEHGYbusvJ4eDdZbWSBU"> <meta name="google-site-verification" content="d2QVuWrLJlzOQPnA-SAJuvajEHGYbusvJ4eDdZbWSBU">
@@ -15,8 +15,8 @@
<!-- Open Graph --> <!-- Open Graph -->
<meta property="og:type" content="website"> <meta property="og:type" content="website">
<meta property="og:title" content="The Other Dude — MikroTik Fleet Management"> <meta property="og:title" content="The Other Dude — Network Fleet Management">
<meta property="og:description" content="MikroTik fleet management. Self-hosted. Source-available."> <meta property="og:description" content="Network fleet management for MikroTik and SNMP devices. Self-hosted. Source-available.">
<meta property="og:url" content="https://theotherdude.net/"> <meta property="og:url" content="https://theotherdude.net/">
<meta property="og:image" content="https://theotherdude.net/assets/og-image.png"> <meta property="og:image" content="https://theotherdude.net/assets/og-image.png">
<meta property="og:site_name" content="The Other Dude"> <meta property="og:site_name" content="The Other Dude">
@@ -24,8 +24,8 @@
<!-- Twitter Card --> <!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image"> <meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="The Other Dude — MikroTik Fleet Management"> <meta name="twitter:title" content="The Other Dude — Network Fleet Management">
<meta name="twitter:description" content="MikroTik fleet management. Self-hosted. Source-available."> <meta name="twitter:description" content="Network fleet management for MikroTik and SNMP devices. Self-hosted. Source-available.">
<meta name="twitter:image" content="https://theotherdude.net/assets/og-image.png"> <meta name="twitter:image" content="https://theotherdude.net/assets/og-image.png">
<!-- Structured Data --> <!-- Structured Data -->
@@ -36,7 +36,7 @@
"name": "The Other Dude", "name": "The Other Dude",
"applicationCategory": "NetworkApplication", "applicationCategory": "NetworkApplication",
"operatingSystem": "Linux, Docker", "operatingSystem": "Linux, Docker",
"description": "MikroTik RouterOS fleet management. Self-hosted. Source-available under BSL 1.1.", "description": "Network fleet management for MikroTik and SNMP devices. Self-hosted. Source-available under BSL 1.1.",
"url": "https://theotherdude.net", "url": "https://theotherdude.net",
"offers": { "offers": {
"@type": "Offer", "@type": "Offer",
@@ -44,17 +44,19 @@
"priceCurrency": "USD" "priceCurrency": "USD"
}, },
"featureList": [ "featureList": [
"Monitor device state across fleet", "Monitor MikroTik and SNMP devices from one dashboard",
"SNMP polling with auto-detection and profile-driven collection",
"Push configuration with automatic rollback", "Push configuration with automatic rollback",
"Track config changes in git", "Track config changes in git",
"Manage firmware versions", "Manage firmware versions",
"WinBox in the browser", "WinBox in the browser",
"Bulk device add with credential profiles",
"VPN overlay for NAT traversal", "VPN overlay for NAT traversal",
"Multi-tenant with row-level security", "Multi-tenant with row-level security",
"Zero-knowledge authentication (SRP-6a)" "Zero-knowledge authentication (SRP-6a)"
], ],
"softwareRequirements": "Docker, PostgreSQL 17, Redis, NATS", "softwareRequirements": "Docker, PostgreSQL 17, Redis, NATS",
"softwareVersion": "9.7.2", "softwareVersion": "9.8.0",
"license": "https://mariadb.com/bsl11/" "license": "https://mariadb.com/bsl11/"
} }
</script> </script>
@@ -461,7 +463,7 @@
<div class="container"> <div class="container">
<header class="wp-header"> <header class="wp-header">
<h1>The Other Dude</h1> <h1>The Other Dude</h1>
<p class="wp-tagline">MikroTik fleet management. Self-hosted. Source-available.</p> <p class="wp-tagline">Network fleet management. MikroTik + SNMP. Self-hosted. Source-available.</p>
<div class="wp-header-links"> <div class="wp-header-links">
<a href="https://github.com/staack/the-other-dude" rel="noopener">GitHub</a> <a href="https://github.com/staack/the-other-dude" rel="noopener">GitHub</a>
<a href="docs.html">Documentation</a> <a href="docs.html">Documentation</a>
@@ -473,14 +475,14 @@
<section class="wp-section" id="what-it-does"> <section class="wp-section" id="what-it-does">
<h2>What it does</h2> <h2>What it does</h2>
<ul class="wp-list"> <ul class="wp-list">
<li>Monitor device state across your fleet</li> <li>Monitor MikroTik and SNMP devices side by side</li>
<li>SNMP polling with auto-detection — add an IP, TOD figures out the rest</li>
<li>Push configuration with automatic rollback</li> <li>Push configuration with automatic rollback</li>
<li>Track config changes in git</li> <li>Track config changes in git</li>
<li>Manage firmware versions</li> <li>Bulk device add with shared credential profiles</li>
<li>WinBox in the browser</li> <li>WinBox in the browser</li>
<li>VPN overlay for NAT traversal</li> <li>VPN overlay for NAT traversal</li>
<li>Multi-tenant with row-level security</li> <li>Multi-tenant with row-level security</li>
<li>Zero-knowledge authentication (SRP-6a)</li>
</ul> </ul>
</section> </section>
</div> </div>