Nerima

AI-powered SEO analysis for developers. Scan your templates, spot issues, and fix them — without ever leaving your terminal.

gem install nerima

SEO Analysis in Your Terminal

Run a full SEO check across all your templates with a single command

Nerima CLI showing SEO analysis results in the terminal

Everything a Developer Needs for On-Page SEO

🔍

Full SEO Audit

Checks meta titles and descriptions, heading hierarchy, image alt text, canonical tags, Open Graph, and schema markup across every template file.

🤖

AI-Powered Insights

Powered by Claude. Goes beyond rule-based checks to give you context-aware suggestions and flag content at risk of being replaced by Google AI Overviews.

🛠️

Auto-Fix Mode

Run nerima fix on any file to get a diff of suggested SEO improvements. Review the changes and apply them with a single keypress.

⚙️

Works With Any Template

Supports HTML, ERB, Haml, Slim, Liquid, Nunjucks, Jinja2, Twig, and Blade. Configure exactly which files to scan via .seo.yml.

SEO Tooling Built for the Way Developers Work

Most SEO tools are designed for marketers — they live in dashboards, require browser logins, and give you scores without telling you what to actually change in the code. Nerima is different. It runs in your terminal, reads your source files directly, and tells you exactly what needs fixing and where.

A single nerima check scans every template in your project in parallel, using AI to catch issues that simple linters miss — thin content, missing structured data, heading hierarchies that will confuse both users and search engines. The AI Overview risk flag goes further, identifying pages where your content is likely to be summarised away by Google before a user ever clicks through.

Nerima slots into your existing workflow. Run it before a deploy, add it to your CI pipeline, or use nerima fix to clean up a single file during development. No accounts, no dashboards, no context-switching — just fast SEO feedback where you're already working.

gem install nerima

Frequently Asked Questions

Yes, Nerima is free to install. You will need an API key from your chosen AI provider to run the checks — Anthropic, OpenAI, and Google Gemini all have free tiers or low-cost pay-as-you-go plans. API costs for a typical project scan are minimal.

Nerima supports HTML, ERB, Haml, Slim, Liquid, Nunjucks (.njk), Jinja2, Twig, and Blade PHP templates. You configure which files to scan in your .seo.yml file using glob patterns.

Nerima works with Anthropic (Claude), OpenAI (GPT-4o), Google Gemini, and Ollama for fully local, offline analysis. Set your provider and API key in .seo.yml or pass them as flags: nerima check --provider openai --key sk-.... Ollama requires no API key at all.

nerima fix file asks the AI to generate an improved version of the file with SEO issues corrected. It shows you a colour-coded diff of the changes, then asks whether you want to apply them. Your original file is only modified if you confirm.

Google AI Overviews answer search queries directly on the results page, reducing clicks to your site. Nerima's AI reviews your content and flags pages where the information is simple enough that Google is likely to summarise it rather than send users to you — giving you the chance to add more depth or unique value.

Yes. Run nerima report --format html --output seo-report.html for an HTML report, or nerima report --format pdf --output seo-report.pdf for a PDF. Both are ready to share with your team or save for reference.

Email us at support@nerimasoft.co.uk or visit our support page.

Fix Your SEO Issues Before They Ship

Install Nerima and run your first SEO check in under a minute.

gem install nerima