Pull Request Title
perf: Optimize hero section performance and add SEO metadata
Description
Overview
This PR improves the landing page's initial rendering speed and search engine visibility by applying lazy loading and SEO descriptions.
Changes Made
- Added an SEO
meta name="description" tag
- Added
loading="lazy" attribute to the hero section image
- Improved Largest Contentful Paint (LCP) metrics
- Enhanced search engine discoverability
Issue Linked
Closes # (Add issue number if applicable)
Type of Change
Screenshots / Demo
Before
N/A
After
N/A
Testing
Tested on:
- Chrome
- Edge
- Mobile viewport
- Tablet viewport
Checklist
Additional Notes
Optimizing the hero image and providing a clear description helps LearnSphere index better on Google and ensures a smoother experience for students on slower connections.
Pull Request Title
perf: Optimize hero section performance and add SEO metadata
Description
Overview
This PR improves the landing page's initial rendering speed and search engine visibility by applying lazy loading and SEO descriptions.
Changes Made
meta name="description"tagloading="lazy"attribute to the hero section imageIssue Linked
Closes # (Add issue number if applicable)
Type of Change
Screenshots / Demo
Before
N/A
After
N/A
Testing
Tested on:
Checklist
Additional Notes
Optimizing the hero image and providing a clear description helps LearnSphere index better on Google and ensures a smoother experience for students on slower connections.