docs(site): add App Store badges, SEO pages, and GSC verification
Ship official store badges on READMEs and the site, expand discoverability with FAQ/JSON-LD/llms.txt/content pages, and add the Search Console HTML verification file so the live Pages site can be claimed.
This commit is contained in:
+11
-1
@@ -3,16 +3,26 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>OSGKeyboard Privacy Policy</title>
|
||||
<title>Privacy Policy · OSGKeyboard</title>
|
||||
<meta name="description" content="OSGKeyboard privacy policy: on-device speech recognition by default, optional cloud ASR you configure, text-only LLM polish, no analytics SDKs, no sale of personal data.">
|
||||
<meta name="robots" content="index, follow">
|
||||
<link rel="canonical" href="https://hkgood.github.io/OSGKeyboard/privacy/">
|
||||
<link rel="icon" href="assets/app-icon.png" type="image/png">
|
||||
<meta property="og:title" content="OSGKeyboard Privacy Policy">
|
||||
<meta property="og:description" content="On-device by default. Audio stays local unless you opt into a cloud engine you configure.">
|
||||
<meta property="og:url" content="https://hkgood.github.io/OSGKeyboard/privacy/">
|
||||
<meta property="og:type" content="website">
|
||||
<style>
|
||||
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; max-width: 720px; margin: 2rem auto; padding: 0 1rem; color: #1a1a1a; }
|
||||
h1, h2 { line-height: 1.3; }
|
||||
a { color: #0a7; }
|
||||
hr { margin: 2rem 0; border: none; border-top: 1px solid #ddd; }
|
||||
.lang { font-size: 0.9rem; color: #666; }
|
||||
.top-nav { font-size: 0.9rem; margin-bottom: 1.25rem; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class="top-nav"><a href="./">← OSGKeyboard</a> · <a href="https://apps.apple.com/app/osgkeyboard/id6781553267">App Store</a></p>
|
||||
<p class="lang"><a href="#zh">中文</a></p>
|
||||
<h1>OSGKeyboard Privacy Policy</h1>
|
||||
<p><strong>Last updated:</strong> July 29, 2026 · <em>v1.0</em></p>
|
||||
|
||||
Reference in New Issue
Block a user