# SEO and Titles

### Customize your Title, Descritpion, and SEO Settings

1. Navigate to your Supademo’s **Title field** (located in the top left corner of your Supademo) to open the **SEO Settings** window
2. Update the **Title**, add a **Meta Description** (which controls how your demo appears in link previews on Slack, etc), and toggle the following on or off:
   * *Show description steps on share page:* will display SEO-friendly 'how-to' descriptions of each step below your Supademo.
   * *Show author in demo page:* will display the name of the user who created the Supademo
   * *Allow Search engines to index your Supademo*: will allow search engines to use the title and description for SEO purposes.
3. Click **Save** to finalize your changes.

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

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

{% hint style="success" %}
**Pro Tip**: Keep titles concise (under \~60 characters) and descriptions under \~150 characters for the best link unfurling on social platforms.
{% endhint %}


---

# 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.supademo.com/customize/settings/seo-and-titles.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.
