Skip to content

Orino Documentation

Orino is a command-line SEO and GEO audit tool for developers. One command checks your Next.js, Astro, SvelteKit, Nuxt, or plain HTML site for crawlability problems, metadata gaps, Core Web Vitals failures, and GEO visibility issues.

Terminal window
npx orino-cli audit

Crawlability

robots.txt rules, sitemap presence and validity, canonical tags, indexability signals, and redirect chains.

Metadata

Title tags, meta descriptions, Open Graph tags, Twitter Card tags, and metadata base configuration.

Structured Data

JSON-LD presence, schema.org types, required field completeness, and duplicate schema detection.

Performance

Core Web Vitals (LCP, CLS, INP) via PageSpeed Insights, image optimisation, and render-blocking resources.

On-Page

Heading hierarchy, H1 presence, image alt text, internal link anchor text quality, and thin content.

GEO Readiness

Crawler access for GPTBot, PerplexityBot, and ClaudeBot. llms.txt presence. Quick-answer block detection.

Architecture

Internal link graph, orphaned pages, crawl depth from the homepage, and routes-vs-sitemap gap detection.

Audit a single page or sample your whole site with --pages, persist settings in a config file, and wire the results into CI with --fail-on and baselines. See what changed in v0.3.0.