Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions apps/web/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta name="theme-color" content="#000000" />

<!-- Enhanced SEO Meta Tags -->
<title>Pourtle | Simple Peer-to-Peer File Sharing</title>
<title>Pourtle | Instantly share files, photos, and more</title>
<meta name="description" content="Share files instantly with secure peer-to-peer connections. No uploads, no storage, just direct file sharing between devices. Fast, private, and easy." />
<meta name="keywords" content="file sharing, P2P file transfer, peer-to-peer, secure file sharing, direct file transfer, no upload, private file sharing" />
<meta name="author" content="Pourtle" />
Expand All @@ -18,7 +18,7 @@
<link rel="apple-touch-icon" href="%PUBLIC_URL%/pourtle.png" />

<!-- Open Graph Meta Tags -->
<meta property="og:title" content="Pourtle | Simple Peer-to-Peer File Sharing" />
<meta property="og:title" content="Pourtle | Instantly share files, photos, and more" />
<meta property="og:description" content="Share files instantly with secure peer-to-peer connections. No uploads, no storage, just direct file sharing between devices." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://pourtle.com" />
Expand All @@ -30,7 +30,7 @@

<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Pourtle | Simple Peer-to-Peer File Sharing" />
<meta name="twitter:title" content="Pourtle | Instantly share files, photos, and more" />
<meta name="twitter:description" content="Share files instantly with secure peer-to-peer connections. No uploads, no storage, just direct file sharing between devices." />
<meta name="twitter:image" content="%PUBLIC_URL%/pourtle.png" />

Expand Down
Loading