# Search Engine Optimization

ScandiPWA supports product settings that are used by search engines to index the product.&#x20;

| SECTION          | STATUS        | DESCRIPTION                                                                                                                                                   |
| ---------------- | ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| URL Key          | **SUPPORTED** | The default URL key generates based on the product name.                                                                                                      |
| Meta Title       | **SUPPORTED** | The Meta Title is the text that appears at the top of the browser window.                                                                                     |
| Meta Description | **SUPPORTED** | The Meta Description is the text that appears in search results listings. For best results, enter a description that is between 150-160 characters in length. |
| Meta Keywords    | **SUPPORTED** | The Meta Keywords are used by some search engines more than others. Enter a few high-value keywords to help the product gain more visibility.                 |


---

# 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/v4.2.0/catalog/product-settings/search-engine-optimization.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.
