> For the complete documentation index, see [llms.txt](https://docs.acpt.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.acpt.io/integrations/yoast.md).

# Yoast

How to use ACPT with Yoast SEO tool

ACPT is fully integrated with [Yoast](https://yoast.com/) SEO tool.

### How to use ACPT fields in the Snippet Editor

Use this syntax to include ACPT fields in SEO snippets:

```
%%acpt_{box}_{field}%%
```

Where `{box}` and `{field}` are respectively the box and field slugs.

Let's say, for example, we have a field inside a meta box called meta. The snippet to be used will be:

```
%%acpt_meta_field%%
```

This is the final result:

<figure><img src="https://3235524095-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fiyf0tSKPgXiyoQ3zV3I6%2Fuploads%2FzdF0Vm26MPVik010mK3l%2FSchermata%20del%202024-05-02%2014-54-58.png?alt=media&amp;token=65d43af7-4729-4d03-8626-247c00ff17ad" alt=""><figcaption></figcaption></figure>

### Supported field types

The supported field types are:

* **Checkbox**
* **Currency**
* **Date**
* **Date Range**
* **Date time**
* **Email**
* **Length**
* **List**
* **Phone**
* **Relational**
* **Post**
* **Post multiple**
* **Radio**
* **Rating**
* **Select**
* **Select multiple**
* **Term**
* **Term multiple**
* **Text**
* **Textarea**
* **Time**
* **Weight**
* **Url**
* **User**
* **User multiple**
