# Meta Data

Your store is loaded with places where you can enter keyword-rich meta data to improve the way search engines index your site. Since ScandiPWA is a Single Page Application theme for Magento, by default, we introduce the prerender mechanism for search engines to be able to index your site.&#x20;

Below, find the possibilities of setting the meta data to your store supported by ScandiPWA:

| SECTION            | STATUS        | DESCRIPTION                                                                                                                                                                                                                                                                                                                                                                |
| ------------------ | ------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Meta Title         | **SUPPORTED** | The meta title appears in the title bar and tab of your browser, and search results listings.                                                                                                                                                                                                                                                                              |
| Meta Keywords      | **SUPPORTED** | Determines the incorporate high-value keywords.                                                                                                                                                                                                                                                                                                                            |
| Meta Description   | **SUPPORTED** | Meta descriptions provide a brief overview of the page for search results listings.                                                                                                                                                                                                                                                                                        |
| Canonical Meta Tag | **SUPPORTED** | <p>The canonical meta tag tells search engines which page to index when multiple URLs have identical or very similar content.</p><p><strong>NOTE!</strong> Canonical meta tag configuration from the Magento admin is <strong>deprecated</strong> in ScandiPWA. In ScandiPWA, the full category path is <strong>never</strong> included in the canonical product URL. </p> |
| Rich Snippets      | **SUPPORTED** | Rich snippets provide detailed information for search results listings and other applications. In ScandiPWA, by default, structured data markup that is based on the [schema.org](http://schema.org/) standard is added to your store’s product template.                                                                                                                  |


---

# 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.3.0/seo-and-search/seo-best-practices/meta-data.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.
