New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

fixseo

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fixseo

SEO analysis CLI and OpenCode tool - scan websites for SEO issues

latest
npmnpm
Version
0.11.0
Version published
Maintainers
1
Created
Source

fixseo - SEO analysis CLI

SEO analysis CLI - scan websites for SEO issues directly from your terminal.

Quick Start

# Scan a website (default: terminal-friendly output)
npx fixseo https://example.com

# Install as global CLI
npm install -g fixseo
fixseo https://example.com

Features

  • Terminal-friendly output - Read results directly in your terminal
  • Multiple export formats - JSON, Markdown, HTML
  • OpenCode tool - Works with AI agents
  • Comprehensive checks - Titles, meta, OG tags, canonical URLs, hreflang, images, JSON-LD, and more

Usage

# Default: terminal output (nice to read)
npx fixseo https://example.com

# Export to file with format
npx fixseo https://example.com --output=report.md --format=markdown
npx fixseo https://example.com --output=report.html --format=html
npx fixseo https://example.com --output=report.json --format=json

# Other options
npx fixseo https://example.com --serve        # Open HTML report in browser
npx fixseo https://example.com --max-pages=50 # Limit pages
npx fixseo opencode                            # Install OpenCode tool

For complete documentation, see: https://fixseo.deno.dev/docs

Development

npm test        # Run tests
npm run pub     # Publish to npm

License

MIT

Keywords

seo

FAQs

Package last updated on 01 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts