上线实测扫描:发现生产部署陈旧,63431dd 修复未生效
- 对 https://cloud-chip.cn 做 curl 实测(速度+SEO/GEO)
- 关键发现:线上 JSON-LD 仍为旧 Organization、无 hreflang、产品页双品牌、security.txt/llms.txt 404 → 63431dd 审计修复未上线
- 速度:TTFB 0.12-0.17s(好),但 no-store 无缓存 + 外部 cdn.tailwindcss.com 拖累
- SEO/GEO 评级:当前 C-,正确部署后可达 B
- 在 docs/SECURITY_SEO_REMEDIATION.md 新增「上线实测扫描」章节含服务器修复命令
- CHANGELOG 新增 [1.0.1] 版本记录
This commit is contained in:
@@ -40,6 +40,21 @@
|
||||
|
||||
---
|
||||
|
||||
## [1.0.1] - 2026-08-08 (上线实测扫描)
|
||||
|
||||
部署后对 https://cloud-chip.cn 做 curl 实测(速度 + SEO/GEO 友好度),发现**生产部署为陈旧版本,63431dd 修复未上线**。
|
||||
|
||||
### Findings(实测发现)
|
||||
- **修复未生效**:线上 JSON-LD 仍为旧 `Organization`(非 `WebSite`);首页无 `hreflang`;产品页标题仍双品牌;`security.txt`/`llms.txt` 由 nginx 直返 404。
|
||||
- **速度**:首页热 TTFB ≈ 0.17s、子页 ≈ 0.12s(✅ 好);gzip 已开(✅);但 `Cache-Control` 全程 `no-store`(❌ 无缓存);依赖外部 `cdn.tailwindcss.com`(❌ 渲染阻塞);无 CDN(❌)。
|
||||
- **SEO/GEO 评级**:当前线上 ≈ **C-**(基线);正确部署 63431dd 后可达 **B**(良好基础),到 A 仍需解决标题规范/多 h1/CSP/no-store/CDN 等遗留项。
|
||||
|
||||
### Action Required(需在服务器执行)
|
||||
- `git reset --hard origin/main` + `php artisan optimize:clear` + 重载 PHP-FPM 刷 OPcache。
|
||||
- 完整命令清单与复核 curl 见 `docs/SECURITY_SEO_REMEDIATION.md` →「上线实测扫描」章节。
|
||||
|
||||
---
|
||||
|
||||
## 如何阅读本报告
|
||||
1. 先看 `docs/SECURITY_SEO_REMEDIATION.md` 的「状态总表」确认每项当前进度。
|
||||
2. 上线后用该文档末尾的 `curl` 自检清单逐条验证。
|
||||
|
||||
Reference in New Issue
Block a user