Browse Source

chore(web): update meta tags

pull/8/head
isra el 2 years ago
parent
commit
fd6e06baf7
  1. 16
      web/components/meta/Meta.tsx

16
web/components/meta/Meta.tsx

@ -5,9 +5,19 @@ export default function Meta() {
<Head> <Head>
<title>TextBee - SMS Gateway</title> <title>TextBee - SMS Gateway</title>
<meta name='viewport' content='initial-scale=1.0, width=device-width' /> <meta name='viewport' content='initial-scale=1.0, width=device-width' />
<meta name='description' content='Android SMS Gateway' />
<meta name='keywords' content='android, text, sms, gateway, sms-gateway' />
<meta name='author' content='Israel Abebe' />
<meta
name='description'
content={`TextBee is an open-source SMS gateway platform built for Android devices.
It allows businesses to send SMS messages from dashboard or API, receiving SMS messages and forwarding them to a webhook,
streamlining communication and automating SMS workflows. With its robust features,
TextBee is an ideal solution for CRM's, notifications, alerts, two-factor authentication, and various other use cases.
`}
/>
<meta
name='keywords'
content='android, text, sms, gateway, sms-gateway, open-source foss'
/>
<meta name='author' content='Israel Abebe Kokiso' />
<link rel='icon' href='/favicon.ico' /> <link rel='icon' href='/favicon.ico' />
</Head> </Head>
) )

Loading…
Cancel
Save