Andrey Markin
  • home
  • services
  • projects
  • blog
  • directory
    • Tool
    • Library
    • Repo
    • Article
    • XTweet
    • Guideline
    • Video
  • 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

  • memory-viewClaude Code / Codex skill that reads a project's auto-memory vault and generates a self-contained HTML explorer to visualize what the agent has remembered — MEMORY.md plus topic files — without editing or managing it.
  • session-reportClaude Code / Codex skill that generates a self-contained HTML report debugging what is in a session's context window and how every token is spent — context budget, retained thinking, the dumb-zone cutoff, loaded CLAUDE.md and skills, and full history.
  • EveOpen-source agent framework from Vercel — define agents as directories of TypeScript and Markdown config and deploy them as standard Vercel projects.
  • FlueTypeScript framework for building durable AI agents and workflows with no vendor lock-in — write once, deploy anywhere, run on any LLM.