No errors are reported for the SEO tests and it is now scored at 66, up from 50. Only way to improve it is to allow search engines to index which is probably unwanted for most people.
Fixed
Added robots.txt file with Disallow All addresses a Lighthouse SEO error while still preventing content indexing by search engines.
A meta description has been added, addressing a Lighthouse recommendation and positively impacting the SEO score.
Misc
I updated the description to only "Open WebUI" as per your recommendation in the previous PR☺️
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/open-webui/open-webui/pull/4971
**Author:** [@sebdanielsson](https://github.com/sebdanielsson)
**Created:** 8/28/2024
**Status:** ✅ Merged
**Merged:** 8/30/2024
**Merged by:** [@tjbck](https://github.com/tjbck)
**Base:** `dev` ← **Head:** `lighthouse-seo-score`
---
### 📝 Commits (2)
- [`30e03cb`](https://github.com/open-webui/open-webui/commit/30e03cbac40237aa1499eaecaba435aa36a4c248) Add robots.txt to fix validation error
- [`718d69b`](https://github.com/open-webui/open-webui/commit/718d69b148a0c526c9095d4a0aa28e1d55a265f6) Add meta description
### 📊 Changes
**2 files changed** (+3 additions, -0 deletions)
<details>
<summary>View changed files</summary>
📝 `src/app.html` (+1 -0)
➕ `static/robots.txt` (+2 -0)
</details>
### 📄 Description
# Changelog Entry
### Description
No errors are reported for the SEO tests and it is now scored at 66, up from 50. Only way to improve it is to allow search engines to index which is probably unwanted for most people.
### Fixed
- Added robots.txt file with Disallow All addresses a Lighthouse SEO error while still preventing content indexing by search engines.
- A meta description has been added, addressing a Lighthouse recommendation and positively impacting the SEO score.
### Misc
I updated the description to only "Open WebUI" as per your recommendation in the previous PR☺️
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/4971
Author: @sebdanielsson
Created: 8/28/2024
Status: ✅ Merged
Merged: 8/30/2024
Merged by: @tjbck
Base:
dev← Head:lighthouse-seo-score📝 Commits (2)
30e03cbAdd robots.txt to fix validation error718d69bAdd meta description📊 Changes
2 files changed (+3 additions, -0 deletions)
View changed files
📝
src/app.html(+1 -0)➕
static/robots.txt(+2 -0)📄 Description
Changelog Entry
Description
No errors are reported for the SEO tests and it is now scored at 66, up from 50. Only way to improve it is to allow search engines to index which is probably unwanted for most people.
Fixed
Misc
I updated the description to only "Open WebUI" as per your recommendation in the previous PR☺️
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.