Update.
This commit is contained in:
+44
-1
@@ -3,7 +3,50 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>MyWebdav Cloud Storage</title>
|
||||
<title>MyWebdav - Self-Hosted Cloud Storage Solution</title>
|
||||
<meta name="description" content="MyWebdav is a powerful open-source self-hosted cloud storage application for secure file management, sharing, and collaboration. Control your data with WebDAV, SFTP, and encrypted storage.">
|
||||
<meta name="keywords" content="self-hosted cloud storage, open-source file sharing, WebDAV server, SFTP support, secure file sync, private cloud, data privacy, file collaboration, encrypted storage, Nextcloud alternative, ownCloud alternative">
|
||||
<meta name="author" content="MyWebdav Team">
|
||||
<meta name="robots" content="index, follow">
|
||||
<meta property="og:title" content="MyWebdav - Self-Hosted Cloud Storage Solution">
|
||||
<meta property="og:description" content="Secure, scalable self-hosted cloud storage with WebDAV, SFTP, and enterprise features. Take control of your data privacy.">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://your-domain.com">
|
||||
<meta property="og:image" content="/static/icons/icon-192x192.png">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:title" content="MyWebdav - Self-Hosted Cloud Storage">
|
||||
<meta name="twitter:description" content="Open-source cloud storage for complete data control and privacy.">
|
||||
<meta name="twitter:image" content="/static/icons/icon-192x192.png">
|
||||
<link rel="canonical" href="https://your-domain.com">
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "SoftwareApplication",
|
||||
"name": "MyWebdav",
|
||||
"description": "Self-hosted cloud storage web application for secure file management and sharing",
|
||||
"url": "https://your-domain.com",
|
||||
"applicationCategory": "CloudStorage",
|
||||
"operatingSystem": "Linux, Windows, macOS",
|
||||
"offers": {
|
||||
"@type": "Offer",
|
||||
"price": "0",
|
||||
"priceCurrency": "USD"
|
||||
},
|
||||
"author": {
|
||||
"@type": "Organization",
|
||||
"name": "MyWebdav Team"
|
||||
},
|
||||
"featureList": [
|
||||
"File Management",
|
||||
"WebDAV Protocol",
|
||||
"SFTP Support",
|
||||
"Secure Sharing",
|
||||
"User Authentication",
|
||||
"Photo Gallery",
|
||||
"Real-time Activity Feed"
|
||||
]
|
||||
}
|
||||
</script>
|
||||
<link rel="stylesheet" href="/static/css/style.css">
|
||||
<link rel="stylesheet" href="/static/css/billing.css">
|
||||
<link rel="stylesheet" href="/static/lib/codemirror/codemirror.min.css">
|
||||
|
||||
Reference in New Issue
Block a user