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

8 lines
1.3 KiB
Plaintext

GOAL - W3 Structured data / schema (odoo-expertos). Branch: fix/w3-schema.
Repo: C:\Users\eugen\.cursor\projects\Odoo Expertos\odoo-expertos. Work ONLY in this repo.
Context: FULL-AUDIT-REPORT.md (Part A, sec 3). JSON-LD across ~1,168 pages uses the dead domain "odooexpertos.com" (no hyphen) and non-www URLs; canonicals use www. This breaks entity consolidation.
TASK: Write ONE codemod (Node or Python) that rewrites all <slug>/index.html files: replace every "odooexpertos.com" with "www.odoo-expertos.com"; replace JSON-LD "url"/"item"/"@id"/"logo" values "https://odoo-expertos.com" with "https://www.odoo-expertos.com". Run it over the whole repo. Keep HTML otherwise identical. (Bonus if quick: add a valid absolute Organization logo + populate it; but the PASS gate is only the URL/domain fixes.)
CONSTRAINTS: only change schema/JSON-LD URLs and the dead domain. Do not alter visible content. Exclude .git, node_modules, seo-audit-2026-05-27, website, directory.
PROVE each turn: run powershell -File seo-audit-2026-05-27\REVIEW.ps1 -Only W3 and paste the full output.
DONE WHEN: the output contains "W3: PASS" (dead-domain=0 AND non-www JSON-LD=0), AND you committed on branch fix/w3-schema (show git log -1 --oneline). Stop after 20 turns if blocked and report the FAIL detail.