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

@@ -55,7 +55,6 @@ emit_verify_urls() {
cat <<'EOF'
/
/fido2_top.html
/contextwizard_top.html
/integration_api.html
/passkey.html
EOF
@@ -86,7 +85,6 @@ verify_live_page() {
printf 'cd "%s"\n' "$REMOTE_DIR" > "$batch_file"
emit_site_file_commands
emit_directory_commands contextwizard-files
emit_directory_commands files
echo "Deploying to $SFTP_USER@$SFTP_HOST:$REMOTE_DIR"