# SEO for Categories

ScandiPWA theme is respecting the Search Engine Optimization setting for the categories on the store view level.&#x20;

| FIELD            | STATUS                                | DESCRIPTION                                                                                                                     |
| ---------------- | ------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- |
| URL Key          | **SUPPORTED**                         | URL Key Store View Determines the online address of the category page.                                                          |
| Meta Title       | **SUPPORTED**                         | The Meta Title is the text that appears at the top of the browser window and is also the title on a search engine results page. |
| Meta Description | <p><strong>SUPPORTED</strong><br></p> | The meta description provides a brief overview of the page for search results listings.                                         |
| Meta Keywords    | **SUPPORTED**                         | Relevant keywords for the category Consider using keywords that customers might use to find products in the category.           |

{% hint style="info" %}
**Caching Note**

The elements will be updated on the Front-End immediately after save as they are part of the ScandiPWA caching solution that will invalidate caching entries for the updated content. No cache flush or any other manual operations are necessary. Content will be visible after page refresh and new cache entry will be stored.
{% endhint %}


---

# 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.1.1/catalog/categories/seo-for-categories.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.
