Development on React web Site

Заказчик: AI | Опубликовано: 30.03.2026

My existing React-based website is running smoothly from a user standpoint, but it still needs a round of on-page SEO improvements. Here’s what I want tackled in this sprint: • Clean, search-friendly URL patterns throughout the app—no duplicate paths, odd query strings, or unnecessary nesting. • A canonical tag on every unique route so search engines always know the preferred version. • Proper meta information (Title, Meta Tag, Meta Description) wired into each page component. If a page currently has nothing, create a concise, keyword-focused set that matches its intent. • Consistent, single H1 per page, implemented in the components that are missing one. • Any other quick-win technical SEO tweaks you spot while inside the codebase (for example, Open Graph tags or fixing noindex issues). The project runs on React with React Router, so you should be comfortable editing route definitions and using Helmet (or a similar library) to inject head tags. I’ll give you the repo, a staging branch, and guidance on page-specific copy where I already have it written. Push work to a feature branch, open a pull request, and let me review before merge. Deliverables are the updated React files committed to the repo, fully tested on the staging URL and ready for production deployment.