# VersionSeoHead

**Kind:** Component

**Source:** [`atloria-monorepo/apps/web/src/app/p/[slugId]/components/PublicLayoutShell.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/app/p/[slugId]/components/PublicLayoutShell.tsx#L333)

Phase 3: SEO meta tags for versioned docs. - Active version: canonical = self (no version prefix) - Other versions: canonical points to active version - Deprecated: noindex

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `slugId` | `string` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_VersionSeoHead_6c24ab48["VersionSeoHead"]
    class component_VersionSeoHead_6c24ab48 rootComponent
```

## Relationships

- USES_HOOK → `useVersionContext`
- USES_HOOK → `usePathname`

## Referenced By

- `PublicProjectLayoutInner` (RENDERS)
