30 Mar 26

- Tagged in "Guides" -

Schema.org Qualified Properties

Use dot notation to map fields to nested Schema.org objects. Description Some Schema.org properties expect nested objects rather than simple values. Qualified properties use dot notation to specify both the object type and property within that object. For example, a Product’s price isn’t just a number. It’s part of an Offer object that includes price, […]

Continue Reading

30 Mar 26

Ability: acf/create-field-group

Creates a new ACF field group with fields and location rules. Description Creates a new field group in ACF with the specified title, fields, and location rules. The field group is automatically enabled for AI access. Input { "title": "Produ... Continue Reading

30 Mar 26

Ability: acf/custom-post-types

Lists all ACF-registered custom post types. Description Returns an array of custom post types that were created using ACF’s post type registration feature. Includes post types that have AI access enabled. Input This ability accepts no... Continue Reading

30 Mar 26

Ability: acf/custom-taxonomies

Lists all ACF-registered custom taxonomies. Description Returns an array of taxonomies that were created using ACF’s taxonomy registration feature. Includes taxonomies that have AI access enabled. Input This ability accepts no input p... Continue Reading

30 Mar 26

Ability: acf/field-groups

Lists all ACF field groups that allow AI access. Description Returns an array of field groups that have AI access enabled. Each field group includes its full configuration, fields, and location rules. Input This ability accepts no input par... Continue Reading

30 Mar 26

Structured Data for ACF Blocks

Output Schema.org structured data from ACF Block fields. Description ACF Blocks can automatically output JSON-LD structured data for their field values. This enables rich snippets and AI discoverability for block-based content. Requirements... Continue Reading

30 Mar 26

Schema.org Property Mapping

Map ACF fields to Schema.org properties for structured data output. Description Each ACF field can be mapped to a Schema.org property. This mapping determines how the field value appears in the JSON-LD output. Properties are filtered based ... Continue Reading

30 Mar 26

Schema.org Output Formats

Configure how ACF field values are formatted in JSON-LD output. Description When mapping a field to a Schema.org property, you can specify an output format. This determines how the raw field value is transformed for the JSON-LD output. Avai... Continue Reading

30 Mar 26

Ability: acf/create-custom-taxonomy

Creates a new custom taxonomy in ACF. Description Creates a new taxonomy using ACF’s taxonomy registration system. The taxonomy is registered with WordPress and optionally enabled for AI access. Input { "taxonomy": "product_category",... Continue Reading