[PR #4971] [MERGED] Lighthouse seo score and error fixes #8397

Closed
opened 2025-11-11 17:55:27 -06:00 by GiteaMirror · 0 comments
Owner

📋 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: devHead: lighthouse-seo-score


📝 Commits (2)

  • 30e03cb Add robots.txt to fix validation error
  • 718d69b Add 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

  • 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>
GiteaMirror added the pull-request label 2025-11-11 17:55:27 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#8397