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

# SEO optimization

> What WowWeb AI does for SEO automatically and what you can add manually for better ranking.

Your site is ready for promotion in Google and Yandex right away. We handle all SEO behind the scenes: you don't need to learn meta tags and sitemaps.

## What we do automatically

<CardGroup cols={2}>
  <Card title="Unique title" icon="heading">
    Title tag for your specific business, not "Vite App".
  </Card>

  <Card title="Description" icon="align-left">
    Meta description generated from your description, shown in Google results.
  </Card>

  <Card title="Friendly URL" icon="link">
    `your-project.wowweb.app` or `your-domain.com`. Readable words, no symbols.
  </Card>

  <Card title="Open Graph" icon="share-nodes">
    Beautiful preview when sharing on Telegram, Facebook, Twitter. Image, name, description show up.
  </Card>

  <Card title="robots.txt" icon="robot">
    Permits search engines to index your site.
  </Card>

  <Card title="sitemap.xml" icon="sitemap">
    Sitemap helps faster indexing.
  </Card>

  <Card title="Mobile-ready" icon="mobile">
    All pages work on mobile. It's a ranking factor.
  </Card>

  <Card title="Load speed" icon="bolt">
    Optimized images, minification, CDN for fast delivery globally.
  </Card>
</CardGroup>

## What you can add

The AI generates SEO at a baseline. Want to customize? Just chat:

* "Change page title to: Nail Salon in Central Moscow, Book Online"
* "Add to meta description: Manicure from \$20, central Moscow, masters with 7+ years experience"
* "Use my photo as the Open Graph image"

## Connect analytics

To see where visitors come from and what they do, connect Yandex Metrika or Google Analytics. After hooking up, you'll see heatmaps, conversions, user behavior.

More in [Analytics](/en/integrations/analytics).

## Traffic tips

<CardGroup cols={2}>
  <Card title="Detailed description on creation" icon="pen">
    Describe your company in detail when creating the site, this becomes good SEO copy.
  </Card>

  <Card title="Keywords" icon="key">
    Use queries your customers search for ("manicure on Pokrovka", "studio rental").
  </Card>

  <Card title="Metrika and feedback" icon="chart-line">
    Connect Yandex Metrika and after 2 weeks check queries. You'll learn how people find you.
  </Card>

  <Card title="Update regularly" icon="rotate">
    Update content regularly, signals to search engines the site is alive.
  </Card>
</CardGroup>

## What's next

<CardGroup cols={2}>
  <Card title="Custom domain" icon="globe-pointer" href="/en/publishing/custom-domain">
    Custom domains rank better than subdomains.
  </Card>

  <Card title="Analytics" icon="chart-line" href="/en/integrations/analytics">
    Yandex Metrika and Google Analytics.
  </Card>
</CardGroup>

## FAQ

<AccordionGroup>
  <Accordion title="When will the site appear in Google?">
    Depends on Google. Usually 1-4 weeks after sitemap submission. Speed it up via Google Search Console, add the site and request indexing.
  </Accordion>

  <Accordion title="Is the site already visible in search?">
    Yes, indexing starts automatically after publishing. But ranking high on competitive queries needs quality content and time.
  </Accordion>

  <Accordion title="Can I add my Google Search Console verification code?">
    Yes. Ask the AI: "add Google Search Console verification with code ABC123", we insert the meta tag.
  </Accordion>
</AccordionGroup>
