3.2 KiB
3.2 KiB
IQON Deployment Readiness
Purpose: зафиксировать локальную готовность статического deployment-пакета после реализации следующих шагов аудита.
Contents
Scope
Проверка выполнена локально 20 May 2026. Удалённый деплой на reg.ru не выполнялся.
Implemented
| Area | Result |
|---|---|
| Case studies | /case-studies/ переведён на anonymized outcome snapshots |
| Contact data | /contact/ использует office@iqon.com, @infobidgebot, Bucharest |
| Cache busting | Static HTML assets updated from qa6 to qa7 |
| Security headers draft | deploy/.htaccess CSP tightened and www.iqon.com canonical redirect added |
| Content brief | Case-study and contact blockers marked resolved for launch |
| Mobile CTA | Contact CTA heading wrap fixed at 390px |
Verification
Live legacy baseline:
scripts/iqon-phase1-verify.sh https://iqon.com
Observed signal:
- Missing security headers.
- Missing viewport and skip link.
- Known HTTP URLs still present.
- Public REST users still exposed.
readme.htmlstill returns200.- XML-RPC HEAD smoke still returns empty reply.
Local static smoke:
python3 local ThreadingHTTPServer smoke
Observed signal:
/returned200./services/returned200./services/strategy-governance/returned200./services/enterprise-architecture/returned200./services/data-analytics/returned200./services/infrastructure-cloud/returned200./services/security-continuity/returned200./industries/returned200./case-studies/returned200./contact/returned200./sitemap.xmlreturned200./robots.txtreturned200.case_has_selected_outcomes True.case_has_old_blocker False.contact_has_infobidgebot 6.contact_has_phone_fax False.
Headless Chrome visual smoke:
python3 -m http.server 8073 --bind 127.0.0.1
Google Chrome --headless=new --window-size=1440,1200
Google Chrome --headless=new --window-size=390,1000
Observed signal:
- 10 desktop screenshots created.
- 10 mobile screenshots created.
contact-mobileclipping found and fixed.contact-mobile-fixed.pngcaptured after the CSS fix.
Static files:
python3 -c "import xml.etree.ElementTree as ET; ET.parse('sitemap.xml'); print('sitemap ok')"
bash -n scripts/iqon-phase1-verify.sh
PYTHONPYCACHEPREFIX=/private/tmp/iqon-pycache python3 -m py_compile scripts/iqon-sitemap-inventory.py scripts/iqon-generate-redirect-map.py
Observed signal:
sitemap ok.- Shell script syntax passed.
- Python scripts compiled with temporary pycache path.
Remaining Gate
Before remote deployment:
- Confirm
u0012812_iqondatabase archive is downloaded. - Confirm fresh live file backup exists in reg.ru panel.
- Confirm deployment window for replacing WordPress files with static files.
- Execute
deploy/README.mdupload steps. - Run post-deploy verification from
deploy/README.md.
Created: 20 May 2026 Updated: 20 May 2026