# Homepage Inventory

**Last Updated:** 2026-04-10

## Canonical public homepage (`/`)

| | |
|---|---|
| **Public URL** | `https://www.ordio.com/` (root) |
| **PHP** | [`v2/start-v2.php`](../../../../v2/start-v2.php) (see root `.htaccess` / `index.php` → `v2/start-v2.php`) |
| **Robots** | `index, follow` |
| **Registry** | [`marketing-pages-registry.json`](../marketing-pages-registry.json) → `page_id`: `homepage`, `docs_dir`: `docs/content/pages/homepage` |
| **SEO / research** | [`data/KEYWORD_DECISION.md`](data/KEYWORD_DECISION.md), [`DATA_DRIVEN_SYNTHESIS.generated.md`](DATA_DRIVEN_SYNTHESIS.generated.md) |

**FAQ (homepage `/`):** [`v2/data/homepage-faq-items.php`](../../../../v2/data/homepage-faq-items.php) (`ordio_homepage_faq_items()`). UI: shared accordion [`v2/components/site-faq-section.php`](../../../../v2/components/site-faq-section.php) (included at end of `start-v2.php`, **before** `footer.php`). Section `id="faq"`; FAQPage JSON-LD post-footer via `ordio_echo_homepage_faq_jsonld_script()` → `@id` `https://www.ordio.com/#faq` in [`v2/helpers/faq-jsonld.php`](../../../../v2/helpers/faq-jsonld.php).

**Card-grid + search variant (not on `/`):** [`v2/sections/partials/landing-transparency-faq-section.php`](../../../../v2/sections/partials/landing-transparency-faq-section.php) + [`v2/data/landing-transparency-faq-items.php`](../../../../v2/data/landing-transparency-faq-items.php) (separate SSOT from root homepage).

## Alternate / legacy marketing entry points (not `/`)

| File | Route / use |
|------|----------------|
| [`v2/pages/landingpage.php`](../../../../v2/pages/landingpage.php) | `/v2/` and `/v2/{slug}` — partner/typewriter variants; not the root `/` |
| `landingpage_v3.php`, `landingpage_v4.php`, `landingpage_v2-alt.php` | Legacy / tests — confirm `.htaccess` before relying on URLs |
| `landingpageurlgenerator.php` | Internal utility |

## Documentation

- **[homepage-documentation.md](homepage-documentation.md)** — meta, structure, SEO, FAQ, maintenance
- **[DATA_COLLECTION_STATIC_SITE.md](../static-pages/DATA_COLLECTION_STATIC_SITE.md)** — GSC/GA/SISTRIX pipeline for static Tier A including homepage
- **[homepage.mdc](../../../../.cursor/rules/homepage.mdc)** — hero, CTAs, schema patterns
