AgentMarkup journal
Blog
Technical writing about machine-readable websites, AI discoverability, and structured data. Written by Sebastian Cochinescu, Developer of agentmarkup.
I built AgentMarkup Studio with WebMCP
AgentMarkup Studio uses WebMCP so a browser agent can edit a visible draft of a site's machine-readable surface while rules catch cross-surface contradictions.
August 27, 2026 · 9 min readRead featured articleAI visibility and research
6 articlesWe ran 500 of America's biggest companies through an AI-crawler audit
We fetched 500 corporate homepages the way ChatGPT, Claude, and Perplexity do. Most serve readable HTML, but 46% have no usable structured data, 86% have no llms.txt, and seven serve crawlers a blank page. Built for Google, not yet for AI agents.
July 2, 2026 · 4 min readSee your website the way AI crawlers do
Use @agentmarkup/audit to fetch any live URL as GPTBot, ClaudeBot, PerplexityBot, and other AI crawlers, diff each response against a browser, and catch machine-readability issues in CI.
July 2, 2026 · 6 min readIs your website ready for AI? Free LLM discoverability checker
Audit your website for llms.txt, JSON-LD, robots.txt, markdown mirrors, and sitemap. Free tool for e-commerce and brand websites.
March 20, 2026 · 8 min readHow to make your brand appear in AI conversations
Organization schema, llms.txt, and FAQ markup make your brand visible in ChatGPT, Claude, and Perplexity answers.
March 20, 2026 · 7 min readWhy LLM-optimized e-commerce websites sell more
Product JSON-LD, llms.txt, and AI crawler access make your store visible in AI product recommendations.
March 20, 2026 · 8 min readWhat is GEO? Generative Engine Optimization explained for developers
What is real, what is hype, and what you can do today to make your site citeable by AI.
March 20, 2026 · 7 min readImplementation guides
8 articlesI built AgentMarkup Studio with WebMCP
AgentMarkup Studio uses WebMCP so a browser agent can edit a visible draft of a site's machine-readable surface while rules catch cross-surface contradictions.
August 27, 2026 · 9 min readagentmarkup is now a plugin for ChatGPT, Codex and Claude Code
The agentmarkup plugin is now published for ChatGPT and Codex, with a guided workflow for installing, building and validating machine-readable website output.
August 23, 2026 · 8 min readagentmarkup.dev served a soft-404. Our own tooling missed it.
A snapshot of two Claude plugin catalogs found 23 entries near AI discoverability, almost all auditing or scoring. agentmarkup instead emits the artifacts at build time and can gate CI.
August 23, 2026 · 5 min readHow to add llms.txt, JSON-LD, and AI crawler controls to Nuxt
Use @agentmarkup/nuxt to generate llms.txt, inject JSON-LD, create markdown mirrors, and manage AI crawler rules from prerendered Nuxt output.
June 21, 2026 · 7 min readRun agentmarkup on any static site with the CLI
Use @agentmarkup/cli to run llms.txt, JSON-LD, markdown mirrors, and AI crawler controls over any built static output, with a CI check command.
June 21, 2026 · 6 min readHow to add llms.txt, JSON-LD, and AI crawler controls to Next.js
Use @agentmarkup/next to generate llms.txt, inject JSON-LD, manage AI crawler rules, and understand the dynamic SSR boundary in Next.js.
March 23, 2026 · 8 min readWhen markdown mirrors help, and when they do not
A practical guide to when generated markdown mirrors add signal, when HTML is already enough, and how to avoid unnecessary downsides.
March 20, 2026 · 7 min readBuild-time markdown mirrors for agent readability: Cloudflare comparison
Build-time markdown generation for AI readability, including when it helps and how it compares to Cloudflare runtime extraction.
March 20, 2026 · 7 min readMachine-readable foundations
3 articlesEvery AI crawler indexing your website in 2026
Complete list: GPTBot, ClaudeBot, PerplexityBot, Google-Extended, CCBot, and more. What each does and how to control access.
March 20, 2026 · 8 min readJSON-LD structured data: the complete guide for web developers
Schema types, JSON-LD vs microdata, common mistakes, and build-time validation.
March 20, 2026 · 10 min readWhy llms.txt matters: making your website discoverable by AI
LLMs answer questions by synthesizing web content. llms.txt gives them a structured overview of your site.
March 20, 2026 · 6 min read