# HTML Head

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

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

The settings for the HTML Head correspond to the \<head> tag in a page and can be configured on the store view level. With ScandiPWA you are welcome to use the most popular settings:

| **FIELD**                 | **STATUS**    | **DESCRIPTION**                                                                                                                                                                                                                                                                    |
| ------------------------- | ------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Favicon Icon              | **SUPPORTED** | Favicon is a little icon on the tab of each browser page.                                                                                                                                                                                                                          |
| Default Page Title        | **SUPPORTED** | The title appears at the title bar of each page when viewed in a browser.                                                                                                                                                                                                          |
| Page Title Prefix         | **SUPPORTED** | A prefix can be added before the title to create a two or three-part title.                                                                                                                                                                                                        |
| Page Title Suffix         | **SUPPORTED** | A suffix can be added after the title to create a two or three-part title.                                                                                                                                                                                                         |
| Default Meta Description  | **SUPPORTED** | The description provides a summary of your site for search engine listings.                                                                                                                                                                                                        |
| Default Meta Keywords     | **SUPPORTED** | A series of keywords that describe your store, each separated by a comma.                                                                                                                                                                                                          |
| Display Demo Store Notice | **SUPPORTED** | If your store is online, but still under construction, you can display a [store demo notice](https://manual.scandipwa.com/v5.1.1/basic-configuration/storefront-branding/store-demo-notice) at the top of the page to let people know that the store is not yet open for business. |

### Configure the HTML Head <a href="#configure-the-html-head" id="configure-the-html-head"></a>

1. On the *Admin* sidebar, go to **Content** > *Design* > **Configuration**.
2. Find the store view that you want to configure and click **Edit** in the *Action* column.
3. Under *Other Settings*, expand the **HTML Head** section.
4. Edit your preferences.
5. When complete, click **Save Configuration.**
6. **Flush Cache Storage:**

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

For the changes related to the HTML Head to appear on the storefront:

1. On the *Admin* sidebar, go to **System** > *Tools* > **Cache Management**
2. Choose Flush Cache Storage.
   {% endhint %}

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

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

{% file src="<https://626170148-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MJEKoY_RLJk3C3Fcnu6%2F-M_UyUOIlK4MMzZw7NtE%2F-M_VHMqjHA2DqqCIkkMF%2Fscandipwa_%20ScandiPWA%20-%20Content.pdf?alt=media&token=56765919-855f-41d6-85e7-590fd8c967c8>" %}
Content - 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.1.1/content/html-head.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.
