refactor: remove local ContextWizard pages, redirect to contextwizard.site

- Delete contextwizard_top/install/privacy_policy/tokushoho HTML files
- Update index.html, llms.txt, sitemap.xml links to contextwizard.site
- Remove contextwizard-files deployment from deploy-amipro.sh
- Fix .htaccess infinite loop causing 500 error on robots.txt
- Remove redundant 'Allow: /' from robots.txt
- Clean up GEO audit report files
This commit is contained in:
qingjie.du
2026-07-08 17:44:52 +09:00
parent b41eeb9ce0
commit 06f694fe70
13 changed files with 6 additions and 5272 deletions

View File

@@ -462,7 +462,7 @@
</div>
<div style="margin-top: 2rem; display: flex; flex-wrap: wrap; gap: 1rem;">
<a href="fido2_top.html" class="btn btn-primary" style="flex: 1 0 220px;" id="hero_btn_passkey">Explore Passkey Platform</a>
<a href="contextwizard_top.html" class="btn btn-outline-info" style="flex: 1 0 220px;" id="hero_btn_contextwizard">Discover ContextWizard</a>
<a href="https://contextwizard.site/" class="btn btn-outline-info" style="flex: 1 0 220px;" id="hero_btn_contextwizard">Discover ContextWizard</a>
<a href="https://mcporb.ai" class="btn btn-outline-success" style="flex: 1 0 220px;" id="hero_btn_mcporb">Explore MCPOrb</a>
</div>
</div>
@@ -520,7 +520,7 @@
Keep every AI conversation searchable, portable, and private. Automatically capture threads across assistants
with encryption that never leaves your machine.
</p>
<a href="contextwizard_top.html" class="btn btn-link px-0" id="product_cw_link">See ContextWizard →</a>
<a href="https://contextwizard.site/" class="btn btn-link px-0" id="product_cw_link">See ContextWizard →</a>
</div>
</article>
</div>
@@ -585,7 +585,7 @@
</div>
<div>
<a href="fido2_top.html" class="footer-link me-4" id="footer_fido2">FIDO2 Platform</a>
<a href="contextwizard_top.html" class="footer-link me-4" id="footer_cw">ContextWizard</a>
<a href="https://contextwizard.site/" class="footer-link me-4" id="footer_cw">ContextWizard</a>
<a href="https://mcporb.ai" class="footer-link" id="footer_mcporb">MCPOrb</a>
</div>
</div>