diff options
| author | Yuval Adam <_@yuv.al> | 2024-09-29 21:02:53 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2024-09-29 21:02:53 +0200 |
| commit | 190bc9e6009bb0058d4500fbb3f9358b2a4e208a (patch) | |
| tree | 1046f26089a157e2604921d1595d5566cf215ac0 | |
| parent | 2c4773cbfa77ec7cb6a2b4d5bf2f122700e3b718 (diff) | |
Update meta
| -rw-r--r-- | app/layout.tsx | 4 |
1 files 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({ |
