Skip to content

Commit

Permalink
Added og tags
Browse files Browse the repository at this point in the history
  • Loading branch information
muliswilliam committed Sep 24, 2023
1 parent 1289d38 commit 5644f16
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/components/Head.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,16 @@ export function AppHead () {
return (
<Head>
<title>Share Secrets Quickly and Securely | SecureShare</title>

<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="/favicon.ico" />
<meta
name="description"
content="Experience the ultimate in online security with our top-rated encrypted messaging and chat room service. Enjoy robust password and file protection, complete with a self-destruct feature. Safeguard your sensitive data, utilize link tracking, and shield yourself from phishing attempts with our cutting-edge web app."
/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="/favicon.ico" />
<meta name="og:title" content="Share Secrets Quickly and Securely | SecureShare" />
<meta name="og:description" content="Experience the ultimate in online security with our top-rated encrypted messaging and chat room service. Enjoy robust password and file protection, complete with a self-destruct feature. Safeguard your sensitive data, utilize link tracking, and shield yourself from phishing attempts with our cutting-edge web app." />
<meta name="og:image" content="https://secureshare.sh/thumbanil.png" />
</Head>
)
}

0 comments on commit 5644f16

Please sign in to comment.