> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tonhub.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Meta tags

> Add the necessary meta tags into your app's head section

## Add the necessary meta tags into your app's head section

Configure your Tonhub extension's appearance using well-known tags:

* Title
* Description
* Theme color
* Logo
* Icon

```
<!DOCTYPE html>
<html lang="en">
    <title>Tonhub</title>
    <meta name="description" content="Tonhub - everyone on Toncoin"/>
    <meta name="theme-color" content="#2E3153"/>
    <meta name="application-name" content="Tonhub"/>
</html>
```

See [Metadata headers](/docs/metadata-headers) section for more details.

## Generate a URL link to your app as a Tonhub extension

You can create links to your app as a Tonhub extension with [Tonhub Link Generator](/docs/tonhub-link-generator). In addition, you can validate your metadata headers with this tool as it allows you to preview extensions:

* Title
* Description
* Theme Color
* Logo
* Icon image
* Blurhash (Image, which is generated from icon image. Blurhash is shown before Image has loaded)

<img src="https://mintcdn.com/whalesdmcc-6552602d/GJQvgmVO9prRfcMz/images/docs/84342fb-linkgenerator.png?fit=max&auto=format&n=GJQvgmVO9prRfcMz&q=85&s=84013191bd45c3172005ce1127fa6517" alt="" width="951" height="775" data-path="images/docs/84342fb-linkgenerator.png" />
