Open-Source-Chandigarh/VOCAB-VOYAGE----E-learning-website
[Code Quality & Accessibility] Remove commented code, add meta descriptions, and improve image accessibility
Open
#25 opened on Oct 21, 2025
hacktoberfesthacktoberfest2025
Repository metrics
- Stars
- (1 star)
- PR merge metrics
- (PR metrics pending)
Description
Description
This issue tracks three related improvements to enhance code quality, SEO, and accessibility of the VOCAB VOYAGE e-learning website.
Problems to Address
1. Code Cleanup 🧹
- Problem:
js/main.jscontains 300+ lines of commented-out code and git merge conflict markers - Impact: Makes code difficult to read and maintain
- Location:
js/main.js(lines 1-300+)
2. Missing Meta Descriptions 🔍
- Problem: All HTML pages have empty meta description and keywords tags
- Impact: Poor SEO performance and search engine visibility
- Affected Files: All 9 HTML pages (index.html, about.html, courses.html, contact.html, login.html, signup.html, team.html, testimonial.html, single.html)
3. Missing Image Alt Text ♿
- Problem: Multiple images have empty
alt=""attributes - Impact: Poor accessibility for screen readers and users with visual impairments
- Affected Files:
courses.html- 12 course imagessingle.html- 2 images
✅ Proposed Solution
- Remove all commented code and merge conflict markers from main.js
- Add comprehensive documentation with clear comments
- Add descriptive meta descriptions to all HTML pages with relevant keywords
- Add meaningful alt text to all images for better accessibility
I am ready with the PR you can assign me this under Hacktoberfest labels.