-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
113 lines (102 loc) · 4.62 KB
/
Copy pathindex.html
File metadata and controls
113 lines (102 loc) · 4.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<!doctype html>
<!-- Force Vercel Update -->
<html lang="en">
<head>
<meta charset="UTF-8" />
<!-- Primary Meta Tags -->
<title>DocTransfer | Free DocSend Alternative | Secure Document Sharing & VDR</title>
<meta name="title" content="DocTransfer | Free DocSend Alternative | Secure Document Sharing & VDR" />
<meta name="description"
content="The best free DocSend alternative. Securely share pitch decks, legal documents, and sensitive files with end-to-end encryption, dynamic watermarking, and real-time page-by-page analytics." />
<meta name="keywords"
content="doctransfer, doctransfer.app, doc transfer, DocSend alternatives, best free DocSend alternative, secure document sharing, virtual data room free, secure VDR, pitch deck tracking, document analytics, E2E encrypted file sharing, HIPAA compliant document portal, digital data room for startups" />
<meta name="author" content="DocTransfer Team" />
<meta name="robots" content="index, follow" />
<meta name="google-site-verification" content="_eJKgbcfLZuQLzrr8EDPifb4j5cQ_E0OBeh46MqOsQM" />
<link rel="canonical" href="https://www.doctransfer.app" />
<!-- Favicon -->
<link rel="icon" type="image/png" href="/favicon.png" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#6366f1" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.doctransfer.app/" />
<meta property="og:title" content="DocTransfer - The Best Free DocSend Alternative" />
<meta property="og:description"
content="Professional document sharing with E2E encryption and real-time tracking. All premium features unlocked for free." />
<meta property="og:image" content="https://www.doctransfer.app/og-image.png" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://www.doctransfer.app/" />
<meta name="twitter:title" content="DocTransfer - Free DocSend Alternative" />
<meta name="twitter:description"
content="Securely share and track your documents for free. Encrypted, fast, and professional." />
<meta name="twitter:image" content="https://www.doctransfer.app/og-image.png" />
<!-- Structured Data - Organization & Software (Homepage only) -->
<script id="homepage-software-schema" type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "DocTransfer",
"operatingSystem": "Web",
"applicationCategory": "BusinessApplication",
"description": "Secure document sharing platform with end-to-end encryption, dynamic watermarking, and real-time analytics. The best free DocSend alternative.",
"url": "https://www.doctransfer.app",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock"
},
"featureList": [
"End-to-End Encryption",
"Dynamic Watermarking",
"Real-time Analytics",
"Page-by-Page Tracking",
"E-Signatures",
"Password Protection"
],
"screenshot": "https://www.doctransfer.app/og-image.png"
}
</script>
<!-- Structured Data - FAQ (Homepage only) -->
<script id="homepage-faq-schema" type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What is the best free alternative to DocSend?",
"acceptedAnswer": {
"@type": "Answer",
"text": "DocTransfer is the best free alternative to DocSend, providing premium features like page-by-page tracking, encryption, and e-signatures at no cost."
}
},
{
"@type": "Question",
"name": "Is document sharing on DocTransfer secure?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, DocTransfer uses military-grade AES-256 client-side encryption, meaning your files are encrypted before they even leave your browser."
}
},
{
"@type": "Question",
"name": "Does DocTransfer support e-signatures?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, DocTransfer includes a full e-signature suite with audit trails and digital certificates included in the free plan."
}
}
]
}
</script>
<!-- Signature fonts are lazy-loaded on e-signature pages only (see SignatureFontLoader.tsx) -->
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>