# SEO 2.2

SEO 2.2 improves favicon generation, fixes several issues, and refreshes the documentation experience for stronger search visibility.

SEO 2.2 is here — improved favicons generation, several bug fixes, and a new documentation website.

## Highlights

- Improved [favicons](#favicons) generation 🚀
- New [documentation website](#documentation-website).
- Several [bug fixes](#bug-fixes).

## Get started

To take advantage of the latest features, make sure you're running the latest version of SEO and have updated the [parameters](https://seo.thulite.io/docs/start-here/configuration/#update-parameters). You can upgrade to SEO 2.2 by running the following command for your package manager of choice:

{{< tabs "update-seo" >}}
{{< tab "npm" >}}

```bash
npm install @thulite/seo@latest
```

{{< /tab >}}
{{< tab "pnpm" >}}

```bash
pnpm upgrade @thulite/seo --latest
```

{{< /tab >}}
{{< tab "Yarn" >}}

```bash
yarn upgrade @thulite/seo --latest
```

{{< /tab >}}
{{< tab "bun" >}}

```bash
bun update @thulite/seo --latest
```

{{< /tab >}}
{{< /tabs >}}

## Favicons

Add a `png` favicon file (and optionally an `svg` favicon file) to your `assets` directory, and Hyas SEO generates all necessary files and meta tags — for example:

```html
<link rel="icon" href="/favicon.ico" sizes="32x32" />
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" sizes="180x180" type="image/png" />
<link rel="icon" href="/favicon-192x192.png" sizes="192x192" type="image/png" />
<link rel="icon" href="/favicon-512x512.png" sizes="512x512" type="image/png" />
<link rel="manifest" href="/manifest.webmanifest" />
```

Hyas SEO also generates a `manifest.webmanifest` file. Read more about [favicons](https://seo.thulite.io/docs/signals/favicons/) in our documentation.

## Documentation website

To better explain the possibilities of the Hyas SEO integration, we launched a new documentation website: [seo.thulite.io](https://seo.thulite.io/).

The new website contains handy how-to-guides and reference guides.

{{< picture
  lqip="16x webp q20"
  loading="lazy"
  fetchpriority="auto"
  formats="webp, jpeg"
  class="article-wide-image img-zoom border rounded-3"
  src="images/seo.gethyas.com.png"
  alt="Screenshot homepage seo.gethyas.com"
>}}

## Bug Fixes

Several bug fixes are included in this release. Check out the [release notes](https://github.com/thuliteio/seo/releases/tag/v2.2.0) to learn more.

## Acknowledgements

This release wouldn’t have been possible without the effort of the amazing open source community. Thank you, everyone.
