Add meta tags for improved SEO and social sharing
- Added primary meta tags for title and description to enhance search engine visibility. - Included Open Graph and Twitter meta tags for better integration with social media platforms. - Updated favicon link for branding consistency.
This commit is contained in:
@@ -3,6 +3,27 @@
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link rel="icon" type="image/png" href="/logo.png" />
|
||||
|
||||
<!-- Primary Meta Tags -->
|
||||
<title>Software Station - Secure & Transparent Software Distribution</title>
|
||||
<meta name="title" content="Software Station - Secure & Transparent Software Distribution" />
|
||||
<meta name="description" content="A privacy-focused platform for secure software distribution with built-in client-side WebAssembly verification and cryptographic integrity checks." />
|
||||
|
||||
<!-- Open Graph / Facebook -->
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://software.quad4.io/" />
|
||||
<meta property="og:title" content="Software Station - Secure & Transparent Software Distribution" />
|
||||
<meta property="og:description" content="A privacy-focused platform for secure software distribution with built-in client-side WebAssembly verification and cryptographic integrity checks." />
|
||||
<meta property="og:image" content="/logo.png" />
|
||||
|
||||
<!-- Twitter -->
|
||||
<meta property="twitter:card" content="summary_large_image" />
|
||||
<meta property="twitter:url" content="https://software.quad4.io/" />
|
||||
<meta property="twitter:title" content="Software Station - Secure & Transparent Software Distribution" />
|
||||
<meta property="twitter:description" content="A privacy-focused platform for secure software distribution with built-in client-side WebAssembly verification and cryptographic integrity checks." />
|
||||
<meta property="twitter:image" content="/logo.png" />
|
||||
|
||||
<script
|
||||
src="/verifier/wasm_exec.js"
|
||||
integrity="sha384-PWCs+V4BDf9yY1yjkD/p+9xNEs4iEbuvq+HezAOJiY3XL5GI6VyJXMsvnjiwNbce"
|
||||
|
||||
Reference in New Issue
Block a user