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

# SEO & Sitemap

> Control the URLs, slug structures, and topic clusters that shape how search engines crawl and rank your catalog.

SEO & Sitemap settings define how your store's URLs are built and which pages search engines should discover. Set them once at the project level and every sitemap, slug, and topic cluster follows the same rules.

<Info>
  These are **project-level** settings. Pick a project first. Without one selected, the page shows a prompt instead of the editor and there is nothing to configure.
</Info>

<img className="block dark:hidden" src="https://mintcdn.com/swiftsyncai/v3yt1f31M6DbIwJS/images/marketing-screenshots/settings/settings-seo-light-branded.webp?fit=max&auto=format&n=v3yt1f31M6DbIwJS&q=85&s=72b18b41bba9f05a413b2f1c907b2a76" alt="WISEPIM SEO defaults for titles, meta and structured data" width="2400" height="1445" data-path="images/marketing-screenshots/settings/settings-seo-light-branded.webp" />

<img className="hidden dark:block" src="https://mintcdn.com/swiftsyncai/v3yt1f31M6DbIwJS/images/marketing-screenshots/settings/settings-seo-dark-branded.webp?fit=max&auto=format&n=v3yt1f31M6DbIwJS&q=85&s=f6ae4605571ea7e2399c751a48233a4b" alt="WISEPIM SEO defaults for titles, meta and structured data" width="2400" height="1445" data-path="images/marketing-screenshots/settings/settings-seo-dark-branded.webp" />

At the top of the page, four insight cards summarize your setup at a glance: how many sitemap URLs are enabled, how many are multilingual, how many topic clusters you run, and how many external sitemaps you track. They update live as you edit, so you always know the shape of your configuration.

## Keywords

The page opens with a shortcut to **Keyword Management**. SEO and keywords work together: your slugs, clusters, and meta content all lean on the keywords you target. Click the button to jump straight to the keyword workspace, then come back here to wire those keywords into your URL structure.

## Base configuration

This section sets the foundation every other URL is built from.

| Control                    | What it does                                                                                                    | Why it matters                                                                                                        |
| -------------------------- | --------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- |
| **Base URL**               | Your store's root domain, like `https://your-store.com`.                                                        | Every sitemap entry and slug preview is built on top of it, so links resolve to the live site.                        |
| **Generate hreflang tags** | Toggle that adds `hreflang` annotations for each language version of a page. On by default.                     | Tells search engines which language and region a page targets, preventing duplicate-content penalties across locales. |
| **Default locale**         | The primary language used when a URL has no locale prefix. Appears only when your project has multiple locales. | Sets which language search engines treat as the canonical default for your catalog.                                   |

<Tip>
  Set the **Base URL** before anything else. Slug and sitemap previews use it to show the exact link a search engine will see, so a correct base means accurate previews everywhere on this page.
</Tip>

## External sitemaps

Add the full XML sitemap URLs of sites you already publish, such as `https://example.com/sitemap.xml`. WISEPIM crawls these to power **coverage and gap analysis** in SEO analytics: it compares what is in your catalog against what is actually indexed, so you can spot pages that are missing or under-optimized.

<Steps>
  <Step title="Click Add sitemap URL">
    A new input row appears.
  </Step>

  <Step title="Paste the full sitemap URL">
    Use the complete `.xml` address, not just the domain.
  </Step>

  <Step title="Add more or remove rows">
    Add a row per sitemap you want to track. Remove any row with the trash icon.
  </Step>
</Steps>

<Info>
  External sitemaps are read-only references for analysis. Tracking one here never changes the site it points to.
</Info>

## Sitemap URLs

The **Sitemap URLs** tab lists the pages WISEPIM includes in your generated sitemap. Each row is one page you want search engines to crawl, and you control exactly how it is described.

Click **Add URL** to create a new entry, then set:

* **Enabled**: the switch on the left includes or excludes the page from the sitemap without deleting the row.
* **Label**: a friendly name so your team knows what the page is.
* **Multilingual**: the language icon marks a page that exists in every locale, so WISEPIM emits one sitemap entry per language.

Expand a row to fine-tune how search engines treat it:

| Field                | What it controls                                                                                            |
| -------------------- | ----------------------------------------------------------------------------------------------------------- |
| **Path**             | The page path appended to your Base URL. The live preview underneath shows the full resulting URL.          |
| **Change frequency** | A hint to crawlers on how often the page changes: always, hourly, daily, weekly, monthly, yearly, or never. |
| **Priority**         | How important this page is relative to others, from highest (1.0) down to lowest (0.1).                     |

<Tip>
  Give your most valuable pages, like the homepage and top category pages, a high priority and a realistic change frequency. This guides crawlers toward what matters and keeps your sitemap honest.
</Tip>

## Slug structures

The **Slugs** tab defines the URL pattern for each type of content: **Products**, **Categories**, and **Pages**. A pattern uses placeholder variables wrapped in braces, like `/{slug}`, that WISEPIM fills in per item.

Each row offers a set of variables you can use, shown as clickable chips. Click a chip to append it to the pattern:

* **Products**: `{slug}`, `{sku}`, `{category}`, `{id}`, `{name}`
* **Categories**: `{slug}`, `{parent}`, `{id}`, `{name}`
* **Pages**: `{slug}`, `{id}`, `{title}`

As you edit a pattern, a live preview shows a sample URL built from your Base URL, so you can see the real result before saving. For example, a product pattern of `/{category}/{slug}` previews as `https://your-store.com/electronics/example-item`.

<Tip>
  Keep slugs short, readable, and keyword-rich. A pattern like `/{slug}` produces clean URLs that both shoppers and search engines prefer over ID-based links.
</Tip>

## Topic clusters

The **Clusters** tab lets you model topic clusters: a content strategy where one authoritative **pillar page** links out to several related **cluster pages** around a shared theme. This structure signals topical depth to search engines and helps you rank for a whole subject, not just single keywords.

Click **Add cluster** to create one, then build it out:

* **Name**: the theme the cluster covers, such as "Wireless Audio."
* **Pillar page**: the main URL that anchors the cluster. Mark it with the crown so it is clear which page is the hub.
* **Cluster pages**: the supporting URLs that link back to the pillar. Add one per row, or remove any you no longer need.
* **Keywords**: the search terms this cluster targets, added as chips you can remove individually.

<Tip>
  Start with one cluster around your strongest category. List the pillar page, add the supporting articles or sub-categories as cluster pages, and tag the keywords you want to own. Expand to more clusters as your content grows.
</Tip>

## Save your changes

Edit any setting on this page and a save bar appears in the bottom corner with an unsaved-changes indicator:

* **Save changes**: stores your full SEO and sitemap configuration on the project.
* **Reset**: discards every change since your last save.

Changes apply to future sitemap generation and URL building. Existing live URLs are not rewritten until you regenerate.

## Related

<CardGroup cols={2}>
  <Card title="Keyword Management" icon="key" href="/en/settings/keywords">
    Manage the target keywords your slugs and clusters build on.
  </Card>

  <Card title="SEO Analytics" icon="chart-line" href="/en/analytics/seo">
    See coverage, gaps, and rankings powered by your sitemap setup.
  </Card>

  <Card title="Product Templates" icon="copy" href="/en/settings/templates">
    Set default meta and content values for every new product.
  </Card>

  <Card title="Settings Overview" icon="settings" href="/en/settings/overview">
    Browse every personal and project setting in one place.
  </Card>
</CardGroup>
