feat(website): optimize rendering performance and improve structured metadata

This commit is contained in:
KoalaDev
2026-07-09 04:53:07 +02:00
parent 5b7ee654e4
commit 71fdea78f3
14 changed files with 353 additions and 128 deletions
+16
View File
@@ -25,6 +25,22 @@
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebPage",
"name": "Privacy Policy",
"url": "https://sync.koalastuff.net/privacy",
"description": "Privacy Policy of KoalaSync - We take data security and transparency seriously. Learn about our zero-tracking, zero-log, and zero-cookie approach.",
"inLanguage": "en",
"isPartOf": {
"@type": "WebSite",
"name": "KoalaSync",
"url": "https://sync.koalastuff.net/"
}
}
</script>
<!-- Mobile Browser Theme Styling -->
<meta name="theme-color" content="#0f172a">
<meta name="apple-mobile-web-app-capable" content="yes">