# Adding Meta Data to Embeds

**Authentication Step Required:**  Before employing the specific SEO endpoints per piece of expert content below, please ensure you have already authenticated your organization.  Details can be found [here](/reference/api-reference/authentication.md).<br>

### Expert Profiles

Add dynamic meta data including schema data to expert profile pages using key elements of each profile.

{% content-ref url="/pages/E4BbTfBZf4PYNnudy2oM" %}
[SEO/Meta Data](/reference/api-reference/experts/expert-profile/seo-meta-data.md)
{% endcontent-ref %}

### Full Posts (Spotlights)

Add dynamic meta data including schema data to individual full post pages using post title and related data.&#x20;

{% content-ref url="/pages/chgY23sKKK8ICGX0LKxX" %}
[Adding Post Meta Data](/reference/embeds/full-post/adding-post-meta-data.md)
{% endcontent-ref %}

### Q\&A (Answers)

Add dynamic meta data including schema data to individual individual Q\&A pages using question and answer related data.

{% content-ref url="/pages/s0HqJvdaCDi0QlO7rRjH" %}
[Adding Q\&A Meta Data](/reference/embeds/individual-q-and-a/adding-q-and-a-meta-data.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developer.expertfile.com/reference/embeds/adding-meta-data-to-embeds.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
