Files
odoo-expertos.com/seo-audit-2026-05-27/goals/W6.txt
T
2026-08-28 10:11:11 -03:00

8 lines
1.4 KiB
Plaintext

GOAL - W6 Internal linking & crawl depth <=3 clicks (odoo-expertos). Branch: fix/w6-internal-links.
Repo: C:\Users\eugen\.cursor\projects\Odoo Expertos\odoo-expertos. Work ONLY in this repo.
Context: FULL-AUDIT-REPORT.md (Part B sec B1). The header/nav is injected client-side by createHeader() (JS), so ~1,163 pages have no nav in static HTML; ~37 articles/lang are orphaned; article bodies have no internal links.
TASK: (1) Write a codemod that bakes the header and footer into static HTML in every <slug>/index.html (replace the JS createHeader()/createFooter() injection with the equivalent static <header>/<footer> markup containing real <a> links to /, /odoo/, /odoo-hosting/, /odoo-ia/; keep the mobile-toggle script). (2) Add a static breadcrumb (HTML <a>) + a parent-category link + 3 related-article links to each article page (codemod). (3) Create an HTML sitemap page at mapa-del-sitio/index.html linking all category + article pages, and link it in the footer.
CONSTRAINTS: keep visible design; only add static nav/links and the sitemap page.
PROVE each turn: run powershell -File seo-audit-2026-05-27\REVIEW.ps1 -Only W6 and paste the full output.
DONE WHEN: the output contains "W6: PASS" (createHeader pages=0 AND HTML sitemap exists=True), AND you committed on branch fix/w6-internal-links (show git log -1 --oneline). Stop after 25 turns if blocked and report the FAIL detail.