# HTML Head

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

| **FIELD**                 | **STATUS**      | **DESCRIPTION**                                                                                                                                                                                                                                                                                                                                 |
| ------------------------- | --------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Favicon Icon              | **IN PROGRESS** | <p>Favicon is a little icon on the tab of each browser page.</p><p><strong>NOTE!</strong> With ScandiPWA, it can be changed for your website, however, manual actions will be required. </p><p>Track the progress - <a href="https://github.com/scandipwa/base-theme/issues/1392"><https://github.com/scandipwa/base-theme/issues/1392></a></p> |
| Default Page Title        | **SUPPORTED**   | The title that 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 at the top of the page to let people know that the store is not yet open for business.                                                                                                                                                               |

{% 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 %}


---

# 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/4.0.2/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.
