seofor.dev

Open-source CLI for localhost SEO audits

curl -sSfL https://raw.githubusercontent.com/ugolbck/seofordev/main/install.sh | bash

About

seofor.dev is a command-line tool that audits your localhost development server for SEO issues. It crawls your site, analyzes each page, and generates AI-ready prompts you can paste into Claude, Cursor, or ChatGPT to fix problems automatically.

Built for developers who want to ship SEO-optimized sites without leaving the terminal. Works with any framework — Next.js, Django, Rails, Laravel, Astro, and more.


Features

  • Localhost audits — Crawl and analyze your dev server
  • AI-ready export — Copy prompts for Claude, Cursor, ChatGPT
  • IndexNow — Notify search engines when you publish
  • SEO checks — Title, meta, headings, images, links, more
  • Framework agnostic — Works with any stack
  • Fast — Built in Go, uses Playwright for JS rendering

Quick Start

# Install curl -sSfL https://raw.githubusercontent.com/ugolbck/seofordev/main/install.sh | bash # Run your dev server, then audit it seo audit run --port 3000 # List past audits seo audit list # Submit URLs to search engines seo index submit https://example.com/new-page

License

MIT — free and open source.