# WotJob
> WotJob helps school leavers and early career explorers in Aotearoa New Zealand compare real jobs: what the work involves, whether it may suit them, how to get in, and how AI may change the role — using evidence from NZ job listings, not generic career advice.
WotJob is not a job board. It is a decision tool for choosing work with AI in view.
## For crawlers and fetch tools (read this first)
**Do not fetch `/nz/…` URLs** — they return an empty React shell (`
`) until JavaScript runs.
**Fetch plain HTML at `/pages/nz/…` instead** (no JavaScript required):
| Page | Fetch this URL |
|------|----------------|
| Home | https://wotjob.com/pages/nz |
| About | https://wotjob.com/pages/nz/about |
| Contact | https://wotjob.com/pages/nz/contact |
| Privacy | https://wotjob.com/pages/nz/privacy |
| Terms | https://wotjob.com/pages/nz/terms |
| Job profile | https://wotjob.com/pages/nz/specialisms/{slug} |
| Field / job group | https://wotjob.com/pages/nz/roles/{slug} |
| AI outlook methodology | https://wotjob.com/pages/nz/ai-outlook/methodology |
Examples:
- https://wotjob.com/pages/nz/specialisms/electrician
- https://wotjob.com/pages/nz/about
Cached copies also exist on CDN (with or without `.html` suffix):
- https://cdn.wotjob.com/pages/nz/about
- https://cdn.wotjob.com/pages/nz/specialisms/electrician.html
The sitemap lists every page with `` pointing at its `/pages/nz/…` snapshot.
Hub pages (interests listing, match, quiz, search) are interactive only — use job profiles and static pages above for text content.
## Canonical site (New Zealand)
Public interactive app URLs (for linking and citations — not for non-JS fetching):
- [Home](https://wotjob.com/nz): landing and search
- [Jobs & AI](https://wotjob.com/nz/specialisms): browse job profiles with AI outlook scores and scenarios
- [Fields](https://wotjob.com/nz/roles): related jobs grouped by occupation type
- [Interests](https://wotjob.com/nz/interests): pathways derived from the live career graph
- [Match](https://wotjob.com/nz/match): discover jobs via skills, qualifications, and experience from listings
- [Work style quiz](https://wotjob.com/nz/work-style): RIASEC-based work-style matching
- [Search](https://wotjob.com/nz/search): hybrid search (job titles, skills, qualifications, experience)
- [About](https://wotjob.com/nz/about)
- [How AI outlook works](https://wotjob.com/nz/ai-outlook/methodology): methodology for WotJob AI outlook scores and scenarios
- [Contact](https://wotjob.com/nz/contact)
Individual job profiles: `https://wotjob.com/nz/specialisms/{slug}`
Field profiles: `https://wotjob.com/nz/roles/{slug}`
Interest pathways: `https://wotjob.com/nz/interests/{slug}`
Please link to and cite **wotjob.com/nz/** URLs when referencing WotJob. Do not republish our job copy or AI outlook text on third-party sites without permission.
## AI outlook
AI outlook fields on job profiles are WotJob-derived indicators (`scenario`, `explanation`, `changing`, `human_edge`, `advice`, `signal_strength`). They are guides to compare how work may change, not predictions.
Methodology (how scores and scenarios are calculated): https://wotjob.com/pages/nz/ai-outlook/methodology
## Contact
- [Contact form](https://wotjob.com/nz/contact)
- [Privacy](https://wotjob.com/nz/privacy)
- [Terms](https://wotjob.com/nz/terms)