diff options
Diffstat (limited to 'app/layout.tsx')
| -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({ |
