<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Isaac Gounton </title>
    <description>The latest articles on DEV Community by Isaac Gounton  (@isaacgounton).</description>
    <link>https://dev.to/isaacgounton</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2526014%2Fd02d8421-3780-46ea-bc65-8796555ef319.png</url>
      <title>DEV Community: Isaac Gounton </title>
      <link>https://dev.to/isaacgounton</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/isaacgounton"/>
    <language>en</language>
    <item>
      <title>I Built an SEO Tool That Gives You a Diagnosis Instead of a Score</title>
      <dc:creator>Isaac Gounton </dc:creator>
      <pubDate>Sat, 14 Mar 2026 01:57:40 +0000</pubDate>
      <link>https://dev.to/isaacgounton/i-built-an-seo-tool-that-gives-you-a-diagnosis-instead-of-a-score-579g</link>
      <guid>https://dev.to/isaacgounton/i-built-an-seo-tool-that-gives-you-a-diagnosis-instead-of-a-score-579g</guid>
      <description>&lt;p&gt;Every SEO tool I used gave me the same thing: a score out of 100 and a list of issues. "Fix this title tag. Add that alt text. Improve page speed by 0.3 seconds."&lt;/p&gt;

&lt;p&gt;I'd fix everything, check the score, feel productive — and then watch the traffic graph stay flat.&lt;/p&gt;

&lt;p&gt;The problem wasn't finding issues. It was knowing which ones mattered.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Strategy Kernel Approach
&lt;/h2&gt;

&lt;p&gt;I started applying Richard Rumelt's Strategy Kernel framework — originally designed for business strategy — to SEO:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Diagnosis&lt;/strong&gt; — What is actually going on?&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Guiding Policy&lt;/strong&gt; — What approach addresses it?&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Coherent Actions&lt;/strong&gt; — What specific steps follow?&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Instead of treating all 47 issues equally, I classified findings as &lt;strong&gt;Threats&lt;/strong&gt; (things hurting you now), &lt;strong&gt;Gaps&lt;/strong&gt; (missed optimizations), and &lt;strong&gt;Opportunities&lt;/strong&gt; (untapped potential). Then I scored each one: Severity x Scale x Page Importance.&lt;/p&gt;

&lt;p&gt;The results were immediate. Instead of fixing everything, I fixed what mattered. Traffic moved.&lt;/p&gt;

&lt;h2&gt;
  
  
  So I Built DadSEO
&lt;/h2&gt;

&lt;p&gt;DadSEO connects to Google Search Console (read-only), imports up to 16 months of historical data, and runs a strategic diagnosis using 7 specialized AI subagents in parallel.&lt;/p&gt;

&lt;h3&gt;
  
  
  What it does differently:
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Traditional SEO tools:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Numeric scores (73/100)&lt;/li&gt;
&lt;li&gt;Keyword density targets&lt;/li&gt;
&lt;li&gt;Critical/High/Med/Low severity&lt;/li&gt;
&lt;li&gt;Generic checklists&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;DadSEO:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;6-dimension qualitative evaluation (Strong/Adequate/Weak/Missing)&lt;/li&gt;
&lt;li&gt;Semantic territory coverage&lt;/li&gt;
&lt;li&gt;Threats/Gaps/Opportunities with impact formula&lt;/li&gt;
&lt;li&gt;Strategy Canvas aligned with business goals&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  20+ specialized tools:
&lt;/h3&gt;

&lt;p&gt;Full audit, content intelligence, AI visibility (GEO), technical SEO, schema, sitemap, competitors, programmatic SEO, hreflang, off-page, internal links, and more.&lt;/p&gt;

&lt;h3&gt;
  
  
  AI Visibility (GEO)
&lt;/h3&gt;

&lt;p&gt;One tool I'm particularly excited about: GEO (Generative Engine Optimization) checks how visible your site is to AI platforms — Google AIO, ChatGPT, Perplexity. As AI search grows, this becomes critical.&lt;/p&gt;

&lt;h3&gt;
  
  
  Developer-First Integrations
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;REST API with Bearer token auth&lt;/li&gt;
&lt;li&gt;MCP server with 50+ functions (works with Claude, Cursor)&lt;/li&gt;
&lt;li&gt;RSS feed at /feed.xml&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Tech Stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Frontend:&lt;/strong&gt; Next.js, TypeScript, Tailwind CSS&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Database:&lt;/strong&gt; PostgreSQL with Drizzle ORM&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;AI:&lt;/strong&gt; Claude for analysis and chat&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Data:&lt;/strong&gt; Google Search Console API (up to 16 months)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Deployment:&lt;/strong&gt; Docker on Coolify&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Pricing
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Free:&lt;/strong&gt; 1 site, 5 audits/month — forever&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Pro:&lt;/strong&gt; $29/month — 5 sites, unlimited audits, all tools&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Business:&lt;/strong&gt; $49/month — unlimited sites, API access&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Check it out: &lt;a href="https://getdadseo.com" rel="noopener noreferrer"&gt;https://getdadseo.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I'd love feedback from the dev community. What do you look for in an SEO tool? What's missing from the current options?&lt;/p&gt;

&lt;h1&gt;
  
  
  seo
&lt;/h1&gt;




</description>
      <category>seo</category>
      <category>ai</category>
      <category>saas</category>
    </item>
  </channel>
</rss>
