A simple tool built with React and TypeScript for performing basic SEO audits on web pages.
- Input a URL and generate an SEO audit report.
- Perform basic SEO checks including meta tags, headers, mobile responsiveness, etc.
- Display audit results in a clear UI, highlighting areas for improvement.
- React
- TypeScript
- axios (for potential future data fetching)
- react-helmet (for managing document head content)
- Clone the repository.
- Install dependencies using
npm install
. - Start the development server using
npm start
. - Input a URL into the provided form and click submit to generate an SEO audit report.
- View the audit results displayed in the UI.
src/
components/
: Contains React components for input form and displaying audit results.utils/
: Contains utility functions for performing SEO audit checks.
Contributions are welcome! Please feel free to open an issue or submit a pull request.
This project is licensed under the MIT License.