A comprehensive SEO analysis tool for modern web applications. SeoScript helps you analyze and improve your website's SEO by checking common SEO rules and providing actionable insights.
- Analyze static HTML files and dynamic web pages
- Support for modern JavaScript frameworks (React, Vue.js, Angular)
- Comprehensive SEO rule checking
- Command-line interface
- Extensible rule system
- Detailed reporting
npm install -g seoscript
seoscript analyze --url https://example.com
seoscript analyze --file ./index.html
-
--url <url>
: URL to analyze -
--file <path>
: Local file path to analyze -
--timeout <ms>
: Timeout for dynamic analysis (default: 30000ms)
- Clone the repository
- Install dependencies:
npm install
-
npm start
: Run the CLI -
npm test
: Run tests -
npm run build
: Build the project -
npm run lint
: Lint the code -
npm run format
: Format the code
Contributions are welcome! Please read our Contributing Guide for details on our code of conduct and the process for submitting pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.