# SEO URLs and Redirects — V1

Source: live WordPress `page-sitemap.xml` (2026-07-23 inventory).

## Canonical pages (must exist in V1)

| URL | Title (from WP) | Notes |
|-----|-----------------|-------|
| `/` | UnifyBoard – Software Solutions You Imagined. | Home / one-page marketing core |
| `/contact-us/` | Contact Us - UnifyBoard | Contact form (replace WPForms) |
| `/privacy-policy/` | Privacy Policy - UnifyBoard | Legal |
| `/terms-of-service/` | Terms of Service - UnifyBoard | Legal |
| `/cookie-policy/` | Cookie Policy - UnifyBoard | Legal |
| `/refund-policy/` | Refund policy - UnifyBoard | Legal |
| `/online-security/` | Online Security - UnifyBoard | Legal / trust |

## Redirects to implement (Cloudflare `_redirects` or equivalent)

| From | To | Type |
|------|----|------|
| `/contact` | `/contact-us/` | 301 |
| `/contact/` | `/contact-us/` | 301 |

Trailing-slash policy: prefer trailing slashes to match WordPress URLs above.

## Metadata

Detailed title/description/OG extracts: [`inventory/seo-extract.json`](inventory/seo-extract.json)

Clean descriptions during Phase 2 (WP meta currently polluted with “Please enable JavaScript…” form fallback text on some pages).

## Non-goals for V1 URL parity

- V2 product routes (`/products/…`, docs platform, checkout, wizard) are out of scope for V1 marketing cutover.
