> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mythex.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# SEO for your published app

> Improve meta tags, titles, and share previews for apps you publish on Mythex.

# SEO for your published app

Mythex does not include a Semrush-style SEO product panel. You improve SEO by changing the app (via chat or Code).

## Starter prompt

```text theme={null}
Improve SEO for this site:
- Unique title and meta description per main page
- Open Graph title, description, and image
- Semantic headings and meaningful alt text
- A simple sitemap.xml and robots.txt if appropriate for this stack
Do not invent fake review schema.
```

## Caveats

Default greenfield apps are often **Vite SPAs**. Client-rendered apps have weaker SEO than SSR/static HTML. Prefer clear titles/meta and real content; for marketing sites, ask for a static-friendly structure when SEO is critical.

After changes, [publish](/publish/how-to-publish) again and hard-refresh.

## Related

* [How to publish](/publish/how-to-publish)
* [Custom domains](/publish/custom-domain)
* [Build a landing page](/use-cases/build-a-landing-page)
