Files
2026-08-28 10:11:11 -03:00

8 lines
1.4 KiB
Plaintext

GOAL - W9 Fix 404 sources (odoo-expertos). Branch: fix/w9-404s.
Repo: C:\Users\eugen\.cursor\projects\Odoo Expertos\odoo-expertos. Work ONLY in this repo.
Context: FULL-AUDIT-REPORT.md (Part B B3) + seo-audit-2026-05-27\gsc\not-found-404.txt. Causes: case-sensitivity (/Odoo-Hosting/ with capital H), wrong category slug (/odoo-ai/ vs the real /odoo-ia/), and linked-but-missing pages (/consultoria-erp, /recursos/guia-aws-odoo.pdf, /mes, /recursos-implementacion-odoo).
TASK: In vercel.json add redirects (permanent) so each of the 12 known 404 URLs resolves: lowercase-canonicalize capitalized paths; 301 /odoo-ai/* -> /odoo-ia/* (or vice versa - pick one and be consistent); 301 the missing /consultoria-erp and /recursos-implementacion-odoo to the closest real page (/odoo/); 301 the missing .pdf to a real resource or the hosting category. Where a real page should exist, create it instead of redirecting. Also fix the internal links that point to these dead URLs if you find them.
CONSTRAINTS: edit vercel.json (redirects) + any source files containing the dead links. Keep existing redirects intact.
PROVE each turn: run powershell -File seo-audit-2026-05-27\REVIEW.ps1 -Only W9 and paste the full output.
DONE WHEN: the output contains "W9: PASS" (uncovered 404s=0), AND you committed on branch fix/w9-404s (show git log -1 --oneline). Stop after 15 turns if blocked and report the FAIL detail.