Summary (so far)
- Completed technical SEO setup (Next.js App Router metadata, canonical URLs, and clean server/client split).
- Implemented
/sitemap.xmland/robots.txtwith correct indexing access. - Confirmed trailing-slash canonicalization (e.g.
/about/→/about). - Added cookie consent banner with analytics opt-in (GA4 runs only after consent) and a settings reopen button.
- Added legal pages:
/privacy-policyand/terms-of-service, plus OG images. - Updated sitemap to include legal routes (privacy policy + terms of service).
Version 1.0.2 — April 14, 2025
- Refined homepage visuals for consistency and polish.
- Enabled and refined About Me page.
- Enabled and refined Blog section (listing, tags, single post, not-found).
- Improved homepage performance.
- Added Release Notes section.
- Added custom 404 page.
Version 1.0.1 — April 10, 2025
- Added Experience timeline with roles and skills.
- Added Projects section with filtering and search.
- Added Testimonials section.
- Added Skills and Certification sections.
- Added WorkingWith section.
- Improved accessibility and responsiveness.
Version 1.0.0 — April 1, 2025
- Project initialization and setup.
- Configured Next.js with Tailwind CSS.
- Implemented homepage layout and navigation components.
- Added dark mode support.
Upcoming
- Further enhance homepage and About section visuals.
- Expand Experience section with new roles and improved timeline visuals.
- Continue improving accessibility and responsiveness across all pages.
- Add more blog features (comments, search, etc.).
- Expand projects and testimonials.