Frontmatter
| id | 7447 |
| title | Fix Root Domain SEO with Base-Href-Patched Index |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Oct 10, 2025, 10:08 PM |
| updatedAt | Nov 12, 2025, 2:57 PM |
| githubUrl | https://github.com/neomjs/neo/issues/7447 |
| author | tobiu |
| commentsCount | 2 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Nov 12, 2025, 2:57 PM |
Fix Root Domain SEO with Base-Href-Patched Index
tobiu assigned to @tobiu on Oct 10, 2025, 10:08 PM
tobiu added parent issue #7446 on Oct 10, 2025, 10:08 PM

tobiu
Nov 11, 2025, 7:30 PM
detaching the ticket from the epic, since we can not resolve it inside this repo.
tobiu removed parent issue #7446 on Nov 11, 2025, 7:30 PM

tobiu
Nov 12, 2025, 2:57 PM
tobiu closed this issue on Nov 12, 2025, 2:57 PM
The project's root domain (
neomjs.com) currently uses a meta refresh, which is detrimental to SEO as it provides no content for crawlers at the most important URL.To fix this within the constraints of GitHub Pages hosting and the need to preserve the repository's file structure for the live IDE, we will modify the deployment process.
Acceptance Criteria
index.html(/dist/production/apps/portal/index.html) to the repository root (/index.html).<base>tag into the<head>of this new rootindex.htmlfile.<base href="/dist/production/apps/portal/">neomjs.comdirectly serves the portal app./apps/covid/,/examples/) remain accessible and functional.