# `SEO.OpenGraph.Build`
[🔗](https://github.com/dbernheisel/phoenix_seo/blob/0.2.1/lib/seo/open_graph/build.ex#L1)

Implement `build/2` which receives your item and conn and returns a `SEO.OpenGraph.t` or `nil`

# `t`

```elixir
@type t() :: term()
```

All the types that implement this protocol.

# `build`

```elixir
@spec build(term(), Plug.Conn.t()) :: SEO.OpenGraph.t() | nil
```

---

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