This commit is contained in:
parent
89ec46f827
commit
b1b6d7a0c9
|
@ -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 (
|
||||
|
|
Loading…
Reference in a new issue