summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/layout.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/layout.tsx b/app/layout.tsx
index beee9ae..1d9f575 100644
--- a/app/layout.tsx
+++ b/app/layout.tsx
@@ -16,7 +16,7 @@ const geistMono = localFont({
});
export const metadata: Metadata = {
- title: "Interactive IP address and CIDR range calculator - cidr.xyz",
+ title: "Interactive visual CIDR and IP range calculator - cidr.xyz",
description: "Interactive tool for IP and CIDR calculations. Visualize subnet analysis and IP ranges. Educational resource for network planning and IT learning.",
};