# CMS Page Metadata

To generate AI-curated metadata for the CMS page,

* Go to **Content > Pages**.
* Create New Page or open any existing page in Edit mode.
* Navigate to the **Search Engine Optimization** option and expand it.
* Click on the **Generate AI Content button** for **Meta Title, Meta Keywords**, and **Meta Description**, respectively, and the content will be generated automatically using the OpenAI API.
* At last, click on **Save**.

<figure><img src="/files/x2v1LBe31hGyGH1dzAvT" alt=""><figcaption></figcaption></figure>

Every time the admin clicks on the Generate AI Content button, it generates a new content variant. Admin can even edit the content if necessary.

**Frontend Display of AI-Generated CMS Page Metadata**

Go to the respective CMS page in frontend and Right Click > View Page Source or press Ctrl+U.

<figure><img src="/files/G2SLvSeXaRnABpNo2II9" alt=""><figcaption></figcaption></figure>

The AI-generated Meta Title, Meta Keywords, and Meta Description have been added to the CMS page, which will help to increase the page visibility on search engines.

You can also check the meta title by mouse hovering on the CMS page tab in your browser.

<figure><img src="/files/PSanHy4pUGEAdwm7VLgj" alt=""><figcaption></figcaption></figure>

If anything goes wrong, please contact us at <support@magecomp.com>


---

# 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://docs.magecomp.com/chatgpt-ai-pro-for-magento-2/cms-page-metadata.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.
