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

  • Accept MarkdownProtocol and implementation guide for serving Markdown to AI agents via HTTP content negotiation — same URL delivers HTML to browsers, Markdown to AI.
  • Is It Agent Ready?Scanner that evaluates website compliance with AI agent standards — checks robots.txt, Markdown negotiation, MCP servers, OAuth, and agent protocols.
  • noqaAI-powered QA platform that automates mobile app testing with visual AI agents — write tests in plain language, run across iOS and Android on 1000+ real devices.
  • tfjs-zero-to-heroRe-implementing classic ML models in TypeScript with @tensorflow/tfjs-node, following Andrej Karpathy's Neural Networks. Zero to Hero. Final destination — a from-scratch two-tower retrieval model on MovieLens.