# `Brix.Meta`
[🔗](https://github.com/LoamStudios/brix/blob/main/lib/brix/meta.ex#L1)

SEO metadata helpers with page/collection → site fallback.

# `field`

```elixir
@spec field(Brix.Page.t() | Brix.Collection.t(), Brix.Site.t(), atom()) ::
  String.t() | nil
```

Returns the resolved value for the given metadata field,
falling back from the resource (Page or Collection) to the Site.

Supported fields: `:title`, `:description`, `:og_title`, `:og_description`, `:og_image`.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
