feat/job-energy
safeviewing older commit625d519 · incrementalpre-PRreviewed 2026-08-04 01:17 UTC0H · 0M · 0L · 2IThe branch
- Purpose
- Publish the Energy Strategist job posting on the marketing site and correct a factual error in the benefits description.
- Goal
- Add a fully SEO-optimised job posting page at /carreras/energy-strategist with accurate compensation and benefits information.
- Sub-goals
- Publish Energy Strategist job posting page (906bc1e3)
- State compensation range at screening (66b74233)
- Frame quota as a floor with open upside (89272ddd)
- Correct benefits claim to statutory only (625d519a)
The changes (whole branch)
- What
- This commit (625d519a) removes an incorrect 'superiores a la ley' bullet (30 days aguinaldo, 15 vacation days year 1, major medical insurance) and replaces it with the accurate statutory minimum: 'Prestaciones de ley: IMSS, aguinaldo, vacaciones y prima vacacional'.
- Why
- The prior copy made legally non-compliant representations about benefits that exceeded what is actually offered. The fix aligns the job posting with the real offer.
- Areas
- apps/web/src/app/(marketing)/carreras/energy-strategist/page.tsx+680−0apps/web/src/app/(marketing)/carreras/page.tsx+21−0apps/web/src/app/sitemap.ts+1−0
- Blast
- 3 files, +702/-0 lines, all in apps/web marketing routes — zero platform or domain impact.
marketing-only no-backend-changes content-correction
➖typecheck· not run in push-trigger path➖ci· no PR open yet➖coderabbit· no .coderabbit.yaml
Findings · 2
improvement2
info
JSON-LD missing `jobBenefits` field
apps/web/src/app/(marketing)/carreras/energy-strategist/page.tsx:40
The JobPosting schema has no `jobBenefits` property. Adding it (e.g. 'IMSS, aguinaldo, vacaciones, prima vacacional') would make the listing more complete for Google Jobs rich results. Pre-existing gap — not introduced by this commit.
info
Benefits disclosure inconsistent across job postings
apps/web/src/app/(marketing)/carreras/full-stack-engineer-ai-native/page.tsx
The Full Stack engineer posting omits any statutory benefits mention. Candidates comparing roles get inconsistent signals. Consider adding a brief statutory line there or noting it at the /carreras index level.