Merge pull request #75 from ipnet-mesh/chore/add-meshcore-text-seo

Updated SEO descriptions
This commit is contained in:
JingleManSweep
2026-02-06 12:34:25 +00:00
committed by GitHub

View File

@@ -6,7 +6,7 @@
<title>{% block title %}{{ network_name }}{% endblock %}</title>
<!-- SEO Meta Tags -->
{% set default_description = network_name ~ " - Off-grid LoRa mesh network dashboard. Monitor nodes, messages, and network activity." %}
{% set default_description = network_name ~ " - MeshCore off-grid LoRa mesh network dashboard. Monitor nodes, messages, and network activity." %}
<meta name="description" content="{% block meta_description %}{{ default_description }}{% endblock %}">
<meta name="generator" content="MeshCore Hub {{ version }}">
<link rel="canonical" href="{{ request.url }}">