From 190bc9e6009bb0058d4500fbb3f9358b2a4e208a Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Sun, 29 Sep 2024 21:02:53 +0200 Subject: Update meta --- app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index f693908..beee9ae 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -16,8 +16,8 @@ const geistMono = localFont({ }); export const metadata: Metadata = { - title: "Interactive IP address and CIDR range calculator and visualizer - cidr.xyz", - description: "Explore our interactive tool for calculating and visualizing IP addresses and CIDR ranges. Perfect for network administrators and IT professionals, cidr.xyz offers easy-to-use features for subnet analysis, IP range calculations, and network planning.", + title: "Interactive IP address and CIDR 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.", }; export default function RootLayout({ -- cgit v1.3.1