From 82a8be40e785c61e9d850a1c5376e6f0fe47812b Mon Sep 17 00:00:00 2001 From: "qingjie.du" Date: Thu, 2 Apr 2026 08:38:30 +0900 Subject: [PATCH] GEO --- .htaccess | 22 ++++++++++ contextwizard_top.html | 96 +++++++++++++++++++++++++++++++++++++----- fido2_top.html | 80 +++++++++++++++++++++++++---------- index.html | 60 +++++++++++++++++++++----- llms.txt | 25 +++++++++++ robots.txt | 4 ++ sitemap.xml | 38 +++++++++++++++++ 7 files changed, 281 insertions(+), 44 deletions(-) create mode 100644 .htaccess create mode 100644 llms.txt create mode 100644 robots.txt create mode 100644 sitemap.xml diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..aaacad7 --- /dev/null +++ b/.htaccess @@ -0,0 +1,22 @@ +# === Force HTTPS === +RewriteEngine On +RewriteCond %{HTTPS} off +RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] + +# === Redirect www to non-www === +RewriteCond %{HTTP_HOST} ^www\.amipro\.me$ [NC] +RewriteRule ^(.*)$ https://amipro.me/$1 [L,R=301] + +# === Serve static robots.txt and sitemap.xml directly (bypass WordPress) === +RewriteRule ^robots\.txt$ /robots.txt [L] +RewriteRule ^sitemap\.xml$ /sitemap.xml [L] +RewriteRule ^llms\.txt$ /llms.txt [L] + +# === Security Headers === + + Header always set Strict-Transport-Security "max-age=31536000; includeSubDomains" env=HTTPS + Header always set X-Frame-Options "DENY" + Header always set X-Content-Type-Options "nosniff" + Header always set Referrer-Policy "strict-origin-when-cross-origin" + Header always set Permissions-Policy "camera=(), microphone=(), geolocation=()" + diff --git a/contextwizard_top.html b/contextwizard_top.html index f3242af..aa55908 100644 --- a/contextwizard_top.html +++ b/contextwizard_top.html @@ -11,7 +11,11 @@ content="width=device-width, initial-scale=1.0" /> - ContextWizard - amiPro + ContextWizard | AI Chat Backup & Search - Local-First Privacy | amiPro + + + + @@ -23,7 +27,21 @@ gtag('config', 'G-850DCHX9EJ'); - + + + + + + + + + + + + + + + @@ -182,19 +200,75 @@ } + + + + - - - - - - + + + + + + - + - + - Home - amiPro + Passkey Hub - FIDO2 Cloud Service | amiPro - + + + + + + + + + + + + + + + + + + + @@ -57,16 +75,16 @@ - - - - - - + + + + + + - + - + + + @@ -394,7 +428,7 @@ @@ -465,9 +499,9 @@
Passkeys @@ -477,9 +511,9 @@
Growup
-
Passkey's merits
+
Passkey benefits

- Passkey's merits + Passkeys not only provide a more secure login method; they can also increase your website's business value: 1. Faster sign-in can improve conversion rates. 2. No password resets can reduce support costs.


Merits
@@ -489,9 +523,9 @@
amiPro Strength: fido
-
amiPro FIDO
+
Why amiPro: Standards compliance

- amiPro FIDO + amiPro is designed based on the FIDO standard and has passed the FIDO2 conformance test 100%. From the browser to the SDK, everything aligns with the latest FIDO2 standard, making it safer and easier to maintain. Meanwhile, amiPro provides extended features to enhance security and integration convenience.


FIDO Video
@@ -501,9 +535,9 @@
Open source
-
Open src
+
Why amiPro: Open source

- Open src + amiPro's core is completely open source, thus providing complete verifiability and security. Not only the FIDO2 server, but also the iOS/Android SDK for App development are completely open source.


Open src
@@ -513,9 +547,9 @@
how to
-
How to
+
How to integrate

- How to + amiPro provides standards-based interfaces and an easy-to-use JavaScript SDK for integration. From device registration and sign-in to device reset management, everything can be implemented easily. No need to modify your server backend—use front-end JavaScript to integrate. We also provide iOS/Android SDKs for app development.


integration
@@ -525,9 +559,9 @@
How much
-
How much
+
Cost

- how much + amiPro provides the highest cost performance billing model based on the number of active users. Regardless of the number of registered users, you only need to pay for per active user (users who log in at least once a month) per month or per authentication. Discount plans are available for sites with a large number of active users.

diff --git a/index.html b/index.html index 0a80ae6..0e713c9 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,11 @@ - amiPro, LLC + amiPro | Enterprise Passkey Cloud & AI Privacy Platform + + + + @@ -19,9 +23,22 @@ + + + + + + + + + + + + + @@ -39,14 +56,14 @@ - - - - - - - - + + + + + + + +