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

8 lines
1.3 KiB
Plaintext

GOAL - W5 Titles & meta descriptions (odoo-expertos). Branch: fix/w5-titles-meta.
Repo: C:\Users\eugen\.cursor\projects\Odoo Expertos\odoo-expertos. Work ONLY in this repo.
Context: FULL-AUDIT-REPORT.md (Part A sec 2, Part B). ~1,120 pages have <title> over 65 chars (category titles are 260+ char keyword stuffing); ~192 meta descriptions are templated duplicates ("Guia completa sobre Odoo X con Odoo. Descubre las mejores practicas...").
TASK: Write a codemod over all <slug>/index.html: (1) rewrite every <title> to <=60 chars in the page language, pattern "[primary keyword] - [short value] | Odoo Expertos" (derive the keyword from the H1/slug). (2) make every <meta name=description> UNIQUE and useful (derive from the page H1 + first paragraph; no shared template string). (3) set og:locale to match the page language (es_ES/en_US/de_DE/fr_FR/pt_PT/ar_SA).
CONSTRAINTS: only edit <title>, meta description, og:locale. Keep them factual; do not invent stats.
PROVE each turn: run powershell -File seo-audit-2026-05-27\REVIEW.ps1 -Only W5 and paste the full output.
DONE WHEN: the output contains "W5: PASS" (titles>65chars=0 AND duplicate meta descriptions=0), AND you committed on branch fix/w5-titles-meta (show git log -1 --oneline). Stop after 25 turns if blocked and report the FAIL detail.