Andrey Markin
  • home
  • services
  • projects
  • blog
  • directory
    • Tool
    • Library
    • Repo
    • Article
    • XTweet
    • Guideline
  • courses
  • resume
  • about
  • contact
  • meet

Mark Life Ltd

  1. Home
  2. Directory
  3. Seo Lens
Meet

Mark Life Ltd

BG208147965

HomeContactPrivacyLLM-friendlyBlog RSSDirectory RSS
  1. Directory
  2. SEO Lens
ToolDev ToolsOpen Sourceeffect-tsperformance

SEO Lens

Chrome extension that audits SEO metadata on any webpage with instant scoring, structured data validation, and AI-friendly copyable reports for Claude Code and Cursor.

Added May 17, 2026
Visit tool

I built this because every existing SEO auditor is a cloud dashboard that wants an account and a paid plan. SEO Lens runs in the browser — open any page, click the extension, get a score out of 100 with categorized findings. Every finding is copyable as structured plain text, ready to paste into Claude Code or Cursor.

The audit engine is a separate seo-rules Effect-TS package — runtime-agnostic so the same rules can run in the extension, a CLI, or an MCP server later. A background service worker fetches the raw HTML (matching what crawlers see), not the JS-rendered DOM.

Free, open source, Manifest V3. Install from the Chrome Web Store or see the full project breakdown.

Related

  • netxjs-monorepoOpinionated Next.js + Turborepo starter with Biome linting, TypeScript, shadcn/ui, and pre-loaded Claude Code agent skills and hooks.
  • MediabunnyTypeScript library for reading, writing, and converting media files directly in the browser — like FFmpeg, but for the web. Zero dependencies, tree-shakable, and hardware-accelerated via the WebCodecs API.
  • deepsecAI-powered vulnerability scanner that uses coding agents to perform deep security analysis of codebases — regex-based candidate matching followed by LLM-driven investigation, with support for distributed execution and PR diff review.
  • npm-deps-cleanupAI agent skill that audits and reduces JavaScript package dependency footprint — removes unused deps, deduplicates workspace versions, analyzes transitive closures, and applies e18e replacement recommendations. Works with npm, pnpm, Yarn, and Bun.