# Sitemap — executionspace.com

The information architecture for the full `/web/` site. Source of truth for the IA is the
live nav/footer components (`_components/es-nav.js`, `_components/es-footer.js`); this doc
mirrors them and adds the pages reachable below the top level. Each page links to its content
file in `pages/`.

**Legend:** ✅ built · ⚠️ built but copy/assets pending · 🔜 planned · 🔗 orphan (built, not linked from nav/footer)

## Primary nav

Home (logo) · Services · Capabilities · Profile · Case Studies · Blog · Partners · Contact · **[Start a Project]**

```
Home  ─ web/homepage.html                        ✅  → pages/homepage.md
│
├─ Services ─ web/services.html                  ✅  → pages/services.md
│   └─ (service detail / slider landing pages)
│       ├─ web/digital-transformation.html       🔗  → pages/digital-transformation.md
│       ├─ web/powering-growth.html              🔗  → pages/powering-growth.md
│       └─ web/it-partner.html                   🔗  → pages/it-partner.md
│
├─ Capabilities ─ web/capabilities.html          ✅  → pages/capabilities.md
│   └─ (Shopify capability pages)
│       ├─ web/shopify-hub.html                  🔗  → pages/shopify-hub.md
│       ├─ web/partner-shopify.html              ✅  → pages/partner-shopify.md
│       ├─ web/partner-shopify-plus.html         ✅  → pages/partner-shopify-plus.md
│       ├─ web/migrate-to-shopify.html           ✅  → pages/migrate-to-shopify.md
│       ├─ web/shopify-theme-development.html    ✅  → pages/shopify-theme-development.md
│       └─ web/shopify-apps.html                 ✅  → pages/shopify-apps.md
│
├─ Profile ─ web/about.html                      ✅  → pages/about.md
├─ Case Studies ─ web/work.html                  ⚠️  → pages/work.md
│   └─ web/case-study.html  (LFL Group)          ⚠️  → pages/case-study.md
├─ Blog ─ web/blog.html                          🔜  → pages/blog.md
│   └─ web/post.html                             🔜  → pages/post.md
├─ Partners ─ web/partners.html                  ✅  → pages/partners.md
├─ Contact ─ web/contact.html                    ✅  → pages/contact.md
└─ [Start a Project] ─ web/start-a-project.html  ✅  → pages/start-a-project.md
```

## Footer

- **Explore:** Services · Capabilities · Case Studies · Blog
- **Company:** Profile · Partners · Contact · Privacy & Terms
- Venture-of line → Little Rocket

```
web/support-programs.html   (Programs)           🔗  → pages/support-programs.md
web/legal.html              (Privacy & Terms)    ⚠️  → pages/legal.md
```

## System / non-nav

```
web/index.html   redirect → homepage.html        ✅  (no content file — redirect only)
web/404.html                                      ✅  → pages/404.md
web/500.html                                      ✅  → pages/500.md
```

## Notes carried from the audit (`../WEB-AUDIT-AND-PLAN.md`)

- **Orphans (🔗):** built pages not currently reachable from nav/footer/services —
  `digital-transformation`, `powering-growth`, `it-partner`, `shopify-hub`, `support-programs`.
  `services.html` links only to `start-a-project.html`, so the service-detail pages dead-end.
  Wiring these in is an IA task separate from copy.
- **Copy canon unresolved** across the whole site — see `CONTENT-STRUCTURE.md` and `COPY-DECK.md`.
- No dead links on the deployed prototype; images are placeholders site-wide.
