GitHub Pages serves index.html not README.md – fix the issue
Summary GitHub Pages serves index.html as the homepage, while README.md is primarily a project documentation file visible in the repository view. The core issue stems from conflicting homepage expectations: GitHub Pages automatically prioritizes index.html for human visitors, leaving README.md unexposed unless manually linked. This creates a disconnect between search engine optimization (SEO) goals (wanting README.md … Read more