# `HtmlToMarkdown.StructuredDataType`

Structured data format type.

Identifies the schema/format used for structured data markup.

# `t`

```elixir
@type t() :: :json_ld | :microdata | :rdfa
```

Structured data format type.

# `json_ld`

```elixir
@spec json_ld() :: t()
```

JSON-LD (JSON for Linking Data) script blocks

# `microdata`

```elixir
@spec microdata() :: t()
```

HTML5 Microdata attributes (itemscope, itemtype, itemprop)

# `rd_fa`

```elixir
@spec rd_fa() :: t()
```

RDF in Attributes (`RDFa`) markup

---

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