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

# SEO Settings & Metadata

> Search engine optimization, automatic XML sitemaps, robots.txt, Open Graph, and dynamic template variables.

The Crafter SEO Management module maximizes your website's search engine indexing, configures Open Graph cards for rich Discord / Twitter embeds, and supports dynamic template placeholders.

Navigate to [Dashboard > Settings > SEO](https://app.crafter.net.tr/tr/dashboard/settings/seo) to configure metadata.

<Frame caption="Global SEO Configuration Interface">
  <img src="https://mintcdn.com/crafter/7HNbNJS4_hr17Tcv/images/a8a983e8-8f12-4812-9c03-1fe5c6939a06.png?fit=max&auto=format&n=7HNbNJS4_hr17Tcv&q=85&s=0be2629deceb7c2bbb6ac1cb04e09261" alt="SEO Settings Overview" width="1867" height="957" data-path="images/a8a983e8-8f12-4812-9c03-1fe5c6939a06.png" />
</Frame>

***

## 1. Global Defaults

* **Default Title Pattern:** Standard page title pattern (e.g., `{page_title} | {site_name}`).
* **Twitter Handle:** Twitter/X account tagged in shared links (e.g., `@CrafterNetwork`).
* **Default OG Image:** Fallback preview banner when no specific page image is assigned.

***

## 2. XML Sitemap & Crawlers

* **Enable XML Sitemap:** Generates dynamic XML feeds for Google at `yourdomain.com/sitemap.xml`.
* **Sitemap Cache Duration:** Invalidation cache lifetime in seconds (e.g., `3600`).
* **Custom robots.txt Rules:** Specify crawl directives and crawler rules.

***

## 3. Page-Specific SEO & Live Google Preview

Customize meta tags for individual sections (Home, Store, Blog, Forum, Login, Profile, Cart, Chest):

<Frame caption="Page-Specific SEO & Live Google SERP Simulation">
  <img src="https://mintcdn.com/crafter/7HNbNJS4_hr17Tcv/images/4483ab15-b46c-4ec0-affe-7d787779516d.png?fit=max&auto=format&n=7HNbNJS4_hr17Tcv&q=85&s=d3e8c8106b1aad2ff18c1077e9b9dc4c" alt="Page SEO Simulation" width="1854" height="951" data-path="images/4483ab15-b46c-4ec0-affe-7d787779516d.png" />
</Frame>

***

## 4. Dynamic SEO Placeholders

| Variable             | Description             |
| :------------------- | :---------------------- |
| `{site.name}`        | Configured website name |
| `{site.description}` | Global description      |
| `{product.name}`     | Product title           |
| `{product.price}`    | Product price           |
| `{category.name}`    | Category title          |
| `{post.title}`       | Blog/article headline   |
| `{topic.title}`      | Forum thread subject    |
| `{user.name}`        | Player username         |
