From b1b6d7a0c9822034194c2b3ce8021ef5d7c045e4 Mon Sep 17 00:00:00 2001 From: rocord01 Date: Sat, 26 Jul 2025 23:21:46 -0400 Subject: [PATCH] seo++ --- src/app/layout.js | 36 +++++++++++++++++++++++++++++++++--- 1 file changed, 33 insertions(+), 3 deletions(-) diff --git a/src/app/layout.js b/src/app/layout.js index 68ef4b4..0798b6b 100644 --- a/src/app/layout.js +++ b/src/app/layout.js @@ -5,9 +5,39 @@ import { AuthProvider } from '@/contexts/AuthContext' const inter = Inter({ subsets: ['latin'] }) export const metadata = { - title: 'LiteNet - Free Community PBX', - description: 'A free community PBX based on FreePBX. Get your own 4-digit number and start calling other members today!', -} + title: 'LiteNet | Free Hobbyist VoIP & Community PBX System', + authors: [{ name: 'rocord01', url: 'https://rocord.dev' }], + description: 'Join LiteNet, a free community PBX and VoIP network for telecom hobbyists. Get a free SIP account with a 4-digit extension to connect your IP phone or softphone. Start calling other members and experimenting with Asterisk-based telephony today!', + openGraph: { + title: 'LiteNet | Free Hobbyist VoIP & Community PBX System', + description: 'Join LiteNet, a free community PBX and VoIP network for telecom hobbyists. Get a free SIP account with a 4-digit extension to connect your IP phone or softphone. Start calling other members and experimenting with Asterisk-based telephony today!', + url: 'https://litenet.tel', + siteName: 'LiteNet', + images: [ + { + url: 'https://litenet.tel/litenet-logo.png', + width: 960, + height: 1025, + alt: 'LiteNet Logo' + } + ], + type: 'website', + }, + keywords: [ + 'VoIP', + 'PBX', + 'SIP', + 'FreePBX', + 'Asterisk', + 'telecom hobby', + 'hobbyist PBX', + 'community PBX', + 'free SIP account', + 'public PBX', + 'telephony', + 'phone network' + ], + }; export default function RootLayout({ children }) { return (