GEO
This commit is contained in:
22
.htaccess
Normal file
22
.htaccess
Normal file
@@ -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 ===
|
||||
<IfModule mod_headers.c>
|
||||
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=()"
|
||||
</IfModule>
|
||||
@@ -11,7 +11,11 @@
|
||||
content="width=device-width, initial-scale=1.0"
|
||||
/>
|
||||
|
||||
<title> ContextWizard - amiPro </title>
|
||||
<title>ContextWizard | AI Chat Backup & Search - Local-First Privacy | amiPro</title>
|
||||
<link rel="canonical" href="https://amipro.me/contextwizard_top.html" />
|
||||
<link rel="alternate" hreflang="en" href="https://amipro.me/contextwizard_top.html" />
|
||||
<link rel="alternate" hreflang="ja" href="https://amipro.me/contextwizard_top.html" />
|
||||
<link rel="alternate" hreflang="x-default" href="https://amipro.me/contextwizard_top.html" />
|
||||
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-850DCHX9EJ"></script>
|
||||
@@ -23,7 +27,21 @@
|
||||
gtag('config', 'G-850DCHX9EJ');
|
||||
</script>
|
||||
|
||||
<meta name="description" content="The universal context indexer for your AI chats. Extract, search, and transfer knowledge across platforms." />
|
||||
<meta name="description" content="ContextWizard automatically captures and organizes AI conversations across ChatGPT, Claude, Gemini, Perplexity, and more. Local-first encryption, full-text search, zero configuration. Free Chrome and Edge extension by amiPro." />
|
||||
|
||||
<!-- Open Graph -->
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:title" content="ContextWizard | AI Chat Backup & Search - Local-First Privacy" />
|
||||
<meta property="og:description" content="Capture, search, and organize AI conversations across 10+ platforms. Local-first encryption, zero configuration." />
|
||||
<meta property="og:url" content="https://amipro.me/contextwizard_top.html" />
|
||||
<meta property="og:site_name" content="amiPro" />
|
||||
<meta property="og:image" content="https://amipro.me/contextwizard-files/screen-platforms-640-400.jpg" />
|
||||
|
||||
<!-- Twitter Card -->
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="ContextWizard | AI Chat Backup & Search" />
|
||||
<meta name="twitter:description" content="Capture, search, and organize AI conversations across 10+ platforms with local-first encryption." />
|
||||
<meta name="twitter:image" content="https://amipro.me/contextwizard-files/screen-platforms-640-400.jpg" />
|
||||
|
||||
<!-- Favicon -->
|
||||
<link rel="icon" type="image/x-icon" href="files/favicon.ico" />
|
||||
@@ -182,19 +200,75 @@
|
||||
}
|
||||
</style>
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "FAQPage",
|
||||
"mainEntity": [
|
||||
{
|
||||
"@type": "Question",
|
||||
"name": "How to copy a long ChatGPT thread into Claude without formatting issues?",
|
||||
"acceptedAnswer": {
|
||||
"@type": "Answer",
|
||||
"text": "ContextWizard extracts only the core conversation text, making it perfect for context transfer."
|
||||
}
|
||||
},
|
||||
{
|
||||
"@type": "Question",
|
||||
"name": "Best way to search through multiple AI platform histories at once?",
|
||||
"acceptedAnswer": {
|
||||
"@type": "Answer",
|
||||
"text": "Use a local indexer like ContextWizard that supports 10+ platforms including Grok and Perplexity."
|
||||
}
|
||||
},
|
||||
{
|
||||
"@type": "Question",
|
||||
"name": "How to build a local knowledge base from AI chats?",
|
||||
"acceptedAnswer": {
|
||||
"@type": "Answer",
|
||||
"text": "ContextWizard turns your browsing history into a clean, searchable text database."
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
</script>
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "SoftwareApplication",
|
||||
"name": "ContextWizard",
|
||||
"applicationCategory": "BrowserApplication",
|
||||
"operatingSystem": "Chrome, Edge",
|
||||
"description": "Local-first browser extension that captures, organizes, and encrypts AI conversations across 10+ platforms including ChatGPT, Claude, Gemini, and Perplexity.",
|
||||
"offers": {
|
||||
"@type": "Offer",
|
||||
"price": "0",
|
||||
"priceCurrency": "USD"
|
||||
},
|
||||
"author": {
|
||||
"@type": "Organization",
|
||||
"name": "amiPro, LLC",
|
||||
"url": "https://amipro.me"
|
||||
},
|
||||
"installUrl": "https://chromewebstore.google.com/detail/contextwizard/lmhnmmedgmnfggecdalkancllnekofnb",
|
||||
"featureList": "Multi-platform AI chat capture, Full-text search, Local-first encryption, JSON export/import, 12-language UI"
|
||||
}
|
||||
</script>
|
||||
|
||||
<!--! Template customizer & Theme config files MUST be included after core stylesheets and helpers.js in the <head> section -->
|
||||
<script src="files/config.js"></script>
|
||||
|
||||
<script src="files/jquery.js"></script>
|
||||
<script src="files/popper.js"></script>
|
||||
<script src="files/bootstrap.js"></script>
|
||||
<script src="files/perfect-scrollbar.js"></script>
|
||||
<script src="files/menu.js"></script>
|
||||
<script src="files/main.js"></script>
|
||||
<script defer src="files/jquery.js"></script>
|
||||
<script defer src="files/popper.js"></script>
|
||||
<script defer src="files/bootstrap.js"></script>
|
||||
<script defer src="files/perfect-scrollbar.js"></script>
|
||||
<script defer src="files/menu.js"></script>
|
||||
<script defer src="files/main.js"></script>
|
||||
|
||||
<script src="files/ua-parser.js"></script>
|
||||
<script defer src="files/ua-parser.js"></script>
|
||||
|
||||
<script src="files/amipro_utils.js?v=20230401402"></script>
|
||||
<script defer src="files/amipro_utils.js?v=20230401402"></script>
|
||||
|
||||
<script>
|
||||
const i18n_messages = new Map();
|
||||
@@ -458,7 +532,7 @@
|
||||
<a href="mailto:support@amipro.me" style="color: rgba(248, 250, 252, 0.7); text-decoration: none;">Contact</a>
|
||||
</div>
|
||||
<p class="text-center mt-3" style="color: rgba(248, 250, 252, 0.5); font-size: 0.85rem; margin-bottom: 0;">
|
||||
© 2025 amiPro, LLC. All rights reserved.
|
||||
© 2026 amiPro, LLC. All rights reserved.
|
||||
</p>
|
||||
</footer>
|
||||
<!-- / Footer -->
|
||||
|
||||
@@ -21,9 +21,27 @@
|
||||
gtag('config', 'G-850DCHX9EJ');
|
||||
</script>
|
||||
|
||||
<title> Home - amiPro </title>
|
||||
<title>Passkey Hub - FIDO2 Cloud Service | amiPro</title>
|
||||
|
||||
<meta name="description" content="最も簡単に統合できるパスキー・クラウド・サービス; the easiest to integrate Passkey cloud service; Cloud services of FIDO2 and WebAuthN" />
|
||||
<meta name="description" content="amiPro Passkey Hub is a FIDO2-certified passwordless authentication cloud with open-source SDKs, device lifecycle management, and an analytics portal. Deploy phishing-resistant passkey login for your enterprise." />
|
||||
<link rel="canonical" href="https://amipro.me/fido2_top.html" />
|
||||
<link rel="alternate" hreflang="en" href="https://amipro.me/fido2_top.html" />
|
||||
<link rel="alternate" hreflang="ja" href="https://amipro.me/fido2_top.html" />
|
||||
<link rel="alternate" hreflang="zh-Hans" href="https://amipro.me/fido2_top.html" />
|
||||
<link rel="alternate" hreflang="x-default" href="https://amipro.me/fido2_top.html" />
|
||||
|
||||
<!-- Open Graph -->
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:title" content="Passkey Hub - FIDO2 Cloud Service | amiPro" />
|
||||
<meta property="og:description" content="FIDO2-certified passwordless authentication cloud with open-source SDKs, device lifecycle management, and an analytics portal." />
|
||||
<meta property="og:url" content="https://amipro.me/fido2_top.html" />
|
||||
<meta property="og:site_name" content="amiPro" />
|
||||
<meta property="og:image" content="https://amipro.me/files/favicon.ico" />
|
||||
|
||||
<!-- Twitter Card -->
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta name="twitter:title" content="Passkey Hub - FIDO2 Cloud Service | amiPro" />
|
||||
<meta name="twitter:description" content="FIDO2-certified passwordless authentication cloud with open-source SDKs and device lifecycle management." />
|
||||
|
||||
<!-- Favicon -->
|
||||
<link rel="icon" type="image/x-icon" href="files/favicon.ico" />
|
||||
@@ -57,16 +75,16 @@
|
||||
<!--? Config: Mandatory theme config file contain global vars & default theme options, Set your preferred theme option in this file. -->
|
||||
<script src="files/config.js"></script>
|
||||
|
||||
<script src="files/jquery.js"></script>
|
||||
<script src="files/popper.js"></script>
|
||||
<script src="files/bootstrap.js"></script>
|
||||
<script src="files/perfect-scrollbar.js"></script>
|
||||
<script src="files/menu.js"></script>
|
||||
<script src="files/main.js"></script>
|
||||
<script defer src="files/jquery.js"></script>
|
||||
<script defer src="files/popper.js"></script>
|
||||
<script defer src="files/bootstrap.js"></script>
|
||||
<script defer src="files/perfect-scrollbar.js"></script>
|
||||
<script defer src="files/menu.js"></script>
|
||||
<script defer src="files/main.js"></script>
|
||||
|
||||
<script src="files/ua-parser.js"></script>
|
||||
<script defer src="files/ua-parser.js"></script>
|
||||
|
||||
<script src="files/amipro_utils.js?v=20230401402"></script>
|
||||
<script defer src="files/amipro_utils.js?v=20230401402"></script>
|
||||
|
||||
<script>
|
||||
|
||||
@@ -374,6 +392,22 @@
|
||||
|
||||
</script>
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "Product",
|
||||
"name": "amiPro Passkey Hub",
|
||||
"description": "FIDO2-certified passwordless authentication cloud with open-source server, drop-in SDKs for JavaScript, iOS, and Android, a management portal for registration, recovery, and analytics, and active-user-based pricing.",
|
||||
"brand": {
|
||||
"@type": "Organization",
|
||||
"name": "amiPro, LLC",
|
||||
"url": "https://amipro.me"
|
||||
},
|
||||
"category": "Identity & Access Management",
|
||||
"url": "https://amipro.me/fido2_top.html"
|
||||
}
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@@ -394,7 +428,7 @@
|
||||
<div class="navbar-nav align-items-center">
|
||||
<div class="nav-item d-flex align-items-center">
|
||||
<img src="files/favicon.ico" alt="amiPro" width="80%">
|
||||
<span id="label_welcome" style="padding-left: 60px;white-space: nowrap; font-size: x-large; color: #000000;" class="d-none d-lg-block"></span>
|
||||
<span id="label_welcome" style="padding-left: 60px;white-space: nowrap; font-size: x-large; color: #000000;" class="d-none d-lg-block">amiPro - The easiest to integrate and manage Passkey cloud service</span>
|
||||
</div>
|
||||
</div>
|
||||
<a href="https://portal.amipro.me" target="_blank" style="width: 100%; text-align: right;">
|
||||
@@ -465,9 +499,9 @@
|
||||
<div class="card h-100 glow-card">
|
||||
<img class="card-img-top" src="files/passkeys.jpg" alt="Passkeys">
|
||||
<div class="card-body">
|
||||
<h5 class="card-title" id="title_what_passkey">What's Passkey</h5>
|
||||
<h5 class="card-title" id="title_what_passkey">What is Passkey</h5>
|
||||
<p class="card-text" id="info_what_passkey">
|
||||
What is Passkey
|
||||
Passkeys replace passwords and provide faster, more accessible, and more secure website sign-ins. Unlike passwords, passkeys are phishing-resistant and more reliable. With support from major companies including Apple, Google, and NTT, 2023 marked the beginning of passkeys entering the consumer market.
|
||||
</p><br>
|
||||
<a href="passkey.html" target="_blank" class="btn btn-primary" id="label_open_passkey">About Passkey</a>
|
||||
</div>
|
||||
@@ -477,9 +511,9 @@
|
||||
<div class="card h-100 glow-card">
|
||||
<img class="card-img-top" src="files/growup.jpg" alt="Growup">
|
||||
<div class="card-body">
|
||||
<h5 class="card-title" id="title_passkey_merits">Passkey's merits</h5>
|
||||
<h5 class="card-title" id="title_passkey_merits">Passkey benefits</h5>
|
||||
<p class="card-text" id="info_passkey_merits">
|
||||
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.
|
||||
</p><br>
|
||||
<a href="merits.html" target="_blank" class="btn btn-primary" id="label_merits">Merits</a>
|
||||
</div>
|
||||
@@ -489,9 +523,9 @@
|
||||
<div class="card h-100 glow-card">
|
||||
<img class="card-img-top" src="files/fido.jpg" alt="amiPro Strength: fido">
|
||||
<div class="card-body">
|
||||
<h5 class="card-title" id="title_amipro_fido">amiPro FIDO</h5>
|
||||
<h5 class="card-title" id="title_amipro_fido">Why amiPro: Standards compliance</h5>
|
||||
<p class="card-text" id="info_amipro_fido">
|
||||
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.
|
||||
</p><br>
|
||||
<a href="https://youtu.be/N23eTcWQE5w" target="_blank" class="btn btn-primary" id="label_fido_video">FIDO Video</a>
|
||||
</div>
|
||||
@@ -501,9 +535,9 @@
|
||||
<div class="card h-100 glow-card">
|
||||
<img class="card-img-top" src="files/opensrc.jpg" alt="Open source">
|
||||
<div class="card-body">
|
||||
<h5 class="card-title" id="title_open_src">Open src</h5>
|
||||
<h5 class="card-title" id="title_open_src">Why amiPro: Open source</h5>
|
||||
<p class="card-text" id="info_open_src">
|
||||
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.
|
||||
</p><br>
|
||||
<a href="https://github.com/dqj1998/dFido2Lib-ios" target="_blank" class="btn btn-primary" id="label_open_src">Open src</a>
|
||||
</div>
|
||||
@@ -513,9 +547,9 @@
|
||||
<div class="card h-100 glow-card">
|
||||
<img class="card-img-top" src="files/build.jpg" alt="how to">
|
||||
<div class="card-body">
|
||||
<h5 class="card-title" id="title_howto">How to</h5>
|
||||
<h5 class="card-title" id="title_howto">How to integrate</h5>
|
||||
<p class="card-text" id="info_howto">
|
||||
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.
|
||||
</p><br>
|
||||
<a href="integration.html" target="_blank" class="btn btn-primary" id="label_integration">integration</a>
|
||||
</div>
|
||||
@@ -525,9 +559,9 @@
|
||||
<div class="card h-100 glow-card">
|
||||
<img class="card-img-top" src="files/howmuch.jpg" alt="How much">
|
||||
<div class="card-body">
|
||||
<h5 class="card-title" id="title_howmuch">How much</h5>
|
||||
<h5 class="card-title" id="title_howmuch">Cost</h5>
|
||||
<p class="card-text" id="info_howmuch">
|
||||
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.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
60
index.html
60
index.html
@@ -4,7 +4,11 @@
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
||||
<title>amiPro, LLC</title>
|
||||
<title>amiPro | Enterprise Passkey Cloud & AI Privacy Platform</title>
|
||||
<link rel="canonical" href="https://amipro.me/" />
|
||||
<link rel="alternate" hreflang="en" href="https://amipro.me/" />
|
||||
<link rel="alternate" hreflang="ja" href="https://amipro.me/" />
|
||||
<link rel="alternate" hreflang="x-default" href="https://amipro.me/" />
|
||||
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-850DCHX9EJ"></script>
|
||||
@@ -19,9 +23,22 @@
|
||||
|
||||
<meta
|
||||
name="description"
|
||||
content="amiPro, LLC builds trustworthy passkey infrastructure and privacy-first AI tooling."
|
||||
content="amiPro delivers FIDO2-certified passkey authentication and ContextWizard, a privacy-first AI conversation manager. Open-source SDKs, transparent pricing. Founded 2023, Tokyo."
|
||||
/>
|
||||
|
||||
<!-- Open Graph -->
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:title" content="amiPro | Enterprise Passkey Cloud & AI Privacy Platform" />
|
||||
<meta property="og:description" content="FIDO2-certified passkey authentication and ContextWizard, a privacy-first AI conversation manager. Open-source SDKs, transparent pricing." />
|
||||
<meta property="og:url" content="https://amipro.me/" />
|
||||
<meta property="og:site_name" content="amiPro" />
|
||||
<meta property="og:image" content="https://amipro.me/files/favicon.ico" />
|
||||
|
||||
<!-- Twitter Card -->
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta name="twitter:title" content="amiPro | Enterprise Passkey Cloud & AI Privacy Platform" />
|
||||
<meta name="twitter:description" content="FIDO2-certified passkey authentication and privacy-first AI conversation manager." />
|
||||
|
||||
<link rel="icon" type="image/x-icon" href="files/favicon.ico" />
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||||
@@ -39,14 +56,14 @@
|
||||
|
||||
<script src="files/helpers.js"></script>
|
||||
<script src="files/config.js"></script>
|
||||
<script src="files/jquery.js"></script>
|
||||
<script src="files/popper.js"></script>
|
||||
<script src="files/bootstrap.js"></script>
|
||||
<script src="files/perfect-scrollbar.js"></script>
|
||||
<script src="files/menu.js"></script>
|
||||
<script src="files/main.js"></script>
|
||||
<script src="files/ua-parser.js"></script>
|
||||
<script src="files/amipro_utils.js?v=20230401402"></script>
|
||||
<script defer src="files/jquery.js"></script>
|
||||
<script defer src="files/popper.js"></script>
|
||||
<script defer src="files/bootstrap.js"></script>
|
||||
<script defer src="files/perfect-scrollbar.js"></script>
|
||||
<script defer src="files/menu.js"></script>
|
||||
<script defer src="files/main.js"></script>
|
||||
<script defer src="files/ua-parser.js"></script>
|
||||
<script defer src="files/amipro_utils.js?v=20230401402"></script>
|
||||
|
||||
<style>
|
||||
body {
|
||||
@@ -321,6 +338,29 @@
|
||||
}
|
||||
};
|
||||
</script>
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "Organization",
|
||||
"name": "amiPro, LLC",
|
||||
"url": "https://amipro.me",
|
||||
"logo": "https://amipro.me/files/favicon.ico",
|
||||
"foundingDate": "2023-03-03",
|
||||
"description": "B2B identity infrastructure and AI privacy platform offering FIDO2 passkey authentication and AI conversation management.",
|
||||
"address": {
|
||||
"@type": "PostalAddress",
|
||||
"streetAddress": "2F Kuwano Building, 6-23-4 Jingumae",
|
||||
"addressLocality": "Shibuya-ku",
|
||||
"addressRegion": "Tokyo",
|
||||
"postalCode": "150-0001",
|
||||
"addressCountry": "JP"
|
||||
},
|
||||
"email": "sales@amipro.me",
|
||||
"sameAs": [
|
||||
"https://www.linkedin.com/company/amipro"
|
||||
]
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
25
llms.txt
Normal file
25
llms.txt
Normal file
@@ -0,0 +1,25 @@
|
||||
# amiPro
|
||||
|
||||
> amiPro, LLC builds trustworthy passkey infrastructure and privacy-first AI tooling. Founded in 2023, based in Tokyo, Japan.
|
||||
|
||||
## Products
|
||||
|
||||
- [Passkey Hub](https://amipro.me/fido2_top.html): FIDO2-certified passwordless authentication cloud with open-source server, drop-in SDKs (JavaScript, iOS, Android), and a management portal for registration, recovery, and analytics.
|
||||
- [ContextWizard](https://amipro.me/contextwizard_top.html): Local-first browser extension that captures, organizes, and encrypts AI conversations across 10+ platforms including ChatGPT, Claude, Gemini, and Perplexity.
|
||||
|
||||
## Documentation
|
||||
|
||||
- [Passkey Integration Guide](https://amipro.me/integration.html): Technical documentation for integrating FIDO2 passkey authentication.
|
||||
- [Passkey Overview](https://amipro.me/passkey.html): What passkeys are and how they work.
|
||||
- [Portal](https://portal.amipro.me/): Management dashboard for passkey deployment and analytics.
|
||||
- [Sample Implementation](https://sample.amipro.me/): Live demo of passkey authentication flow.
|
||||
|
||||
## Company
|
||||
|
||||
- [Homepage](https://amipro.me/): Company overview, product lineup, and contact information.
|
||||
- Contact: sales@amipro.me
|
||||
|
||||
## Optional
|
||||
|
||||
- [ContextWizard on Chrome Web Store](https://chromewebstore.google.com/detail/contextwizard/lmhnmmedgmnfggecdalkancllnekofnb): Install the ContextWizard Chrome extension.
|
||||
- [ContextWizard on Edge Add-ons](https://microsoftedge.microsoft.com/addons/detail/contextwizard/nknoacgaapoeboehlgelolgbifgcimli): Install the ContextWizard Edge extension.
|
||||
4
robots.txt
Normal file
4
robots.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
User-agent: *
|
||||
Allow: /
|
||||
|
||||
Sitemap: https://amipro.me/sitemap.xml
|
||||
38
sitemap.xml
Normal file
38
sitemap.xml
Normal file
@@ -0,0 +1,38 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url>
|
||||
<loc>https://amipro.me/</loc>
|
||||
<lastmod>2025-12-25</lastmod>
|
||||
<priority>1.0</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://amipro.me/fido2_top.html</loc>
|
||||
<lastmod>2026-01-22</lastmod>
|
||||
<priority>0.9</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://amipro.me/contextwizard_top.html</loc>
|
||||
<lastmod>2026-01-08</lastmod>
|
||||
<priority>0.9</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://amipro.me/passkey.html</loc>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://amipro.me/integration.html</loc>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://amipro.me/merits.html</loc>
|
||||
<priority>0.6</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://amipro.me/contextwizard_privacy_policy.html</loc>
|
||||
<priority>0.4</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://amipro.me/contextwizard_tokushoho.html</loc>
|
||||
<priority>0.3</priority>
|
||||
</url>
|
||||
</urlset>
|
||||
Reference in New Issue
Block a user