# Catalog URLs

{% hint style="info" %}
**PRO TIP 🚀**

Use the test cases below to test your ScandiPWA App!
{% endhint %}

The URLs of your products and categories play a major role in determining how well the site gets indexed by search engines. Catalog URLs can be configured in the store configuration.&#x20;

### Configuring the catalog URLs <a href="#configure-catalog-urls" id="configure-catalog-urls"></a>

1. On the *Admin* sidebar, go to **Stores** > *Settings* > **Configuration**.
2. In the left panel, expand **Catalog** and choose **Catalog** underneath.
3. Expand the **Search Engine Optimizations** section and set the options:
   * Set **Product URL Suffix** to `html` or `htm`. Enter the suffix without a period, because it is applied automatically.
   * Set **Category URL Suffix** to `html` or `htm`. Enter the suffix without a period, because it is applied automatically.
   * Set **Use Categories Path for Product URLs** to your preference.
4. Save and clear cache.

Below, you can see the list of the settings supported by the ScandiPWA theme:&#x20;

| FIELD                                | STATUS        | DESCRIPTION                                                                                                                                            |
| ------------------------------------ | ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Product URL Suffix                   | **SUPPORTED** | Determines the suffix of product URLs                                                                                                                  |
| Category URL Suffix                  | **SUPPORTED** | Determines the suffix of category URLs                                                                                                                 |
| Use Categories Path for Product URLs | **SUPPORTED** | You can configure the URL to either include or exclude the category path. By default, the category path is included in all category and product pages. |

{% hint style="success" %}
**TEST YOUR SCANDIPWA APP**

To verify the support for this section, use the following **test cases:**
{% endhint %}

{% file src="<https://3540836973-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MJEKoY_RLJk3C3Fcnu6%2F-M_UyUOIlK4MMzZw7NtE%2F-M_VGOWd34F7HUyvIfN8%2Fscandipwa_%20ScandiPWA%20-%20Catalog%20URLs.pdf?alt=media&token=b1f01e80-04e7-4b0c-92c0-60ad5fd88673>" %}
Catalog URLs - Test Cases
{% endfile %}


---

# 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://manual.scandipwa.com/v5.3.4/catalog/catalog-urls.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.
