From 387f2c6ab75152b766998491ad7531ad43cd0e51 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Fri, 9 May 2025 09:08:54 +0200 Subject: Better description --- src/pages/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/pages/index.astro b/src/pages/index.astro index d8dfd0f..9ea07e7 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -7,7 +7,7 @@ import { GOOGLE_ANALYTICS_ID } from "../config"; const metadata = { title: "Interactive visual CIDR and IP range calculator", description: - "Interactive tool for IP and CIDR calculations. Visualize subnet analysis and IP ranges. Educational resource for network planning and IT learning.", + "Instantly compute and visualize CIDR subnets, IP ranges and masks. Free online tool for accurate network design, planning and IT education.", }; --- -- cgit v1.3.1