feat: SEO improvements and contact form integration#46
Merged
Conversation
SEO Improvements: - Add robots.ts for dynamic robots.txt generation - Add sitemap.ts for dynamic sitemap.xml generation - Add opengraph-image.tsx and twitter-image.tsx for dynamic OG images - Create centralized SEO data in src/data/seo.ts - Add 150+ SEO keywords covering tech, AI/ML, Rwanda, East Africa, entrepreneurship, DSA coaching - Add JSON-LD structured data (Person and WebSite schemas) - Improve metadata with comprehensive descriptions and keywords - Add CV page layout with metadata Contact Form: - Add contact form service with Formspree integration - Add form validation with user-friendly error messages - Add .env.example for environment variables Other: - Fix hydration warning from browser extensions - Update Skills component exports
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
- Install @vercel/analytics and @vercel/speed-insights packages - Add Analytics component for visitor tracking - Add SpeedInsights component for performance monitoring
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds comprehensive SEO improvements and contact form functionality to the portfolio.
SEO Improvements
src/data/seo.tsContact Form
.env.exampletemplateOther Fixes
Testing
yarn dev- Site runs without errorsnpx tsc --noEmit- No TypeScript errors/robots.txt/sitemap.xml/opengraph-image