<?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: TeHsuWang</title>
    <description>The latest articles on DEV Community by TeHsuWang (@cucuwang).</description>
    <link>https://dev.to/cucuwang</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%2F3867312%2Ff11f4c83-546d-43c6-a2db-3f710a5dc2a9.png</url>
      <title>DEV Community: TeHsuWang</title>
      <link>https://dev.to/cucuwang</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/cucuwang"/>
    <language>en</language>
    <item>
      <title>Is Your Website Invisible to AI? Stop Optimizing for Google, Start Optimizing for ChatGPT</title>
      <dc:creator>TeHsuWang</dc:creator>
      <pubDate>Wed, 08 Apr 2026 08:27:58 +0000</pubDate>
      <link>https://dev.to/cucuwang/is-your-website-invisible-to-ai-stop-optimizing-for-google-start-optimizing-for-chatgpt-48o2</link>
      <guid>https://dev.to/cucuwang/is-your-website-invisible-to-ai-stop-optimizing-for-google-start-optimizing-for-chatgpt-48o2</guid>
      <description>&lt;p&gt;67% of users now get their first answer from an AI assistant rather than clicking a search result. Your site might rank #1 on Google and still be invisible to ChatGPT, Perplexity, and Google AI Overview.&lt;/p&gt;

&lt;p&gt;The problem: SEO optimizes for ranking algorithms. AI engines don't rank -- they cite. If your content can't be extracted and quoted, it doesn't exist.&lt;/p&gt;

&lt;p&gt;This is AEO (Answer Engine Optimization), and we built an open-source tool for it.&lt;/p&gt;

&lt;h2&gt;
  
  
  One Command
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npx aeoptimize scan your-site.com
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;





&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;AEO Readability Report
Score: 66/100  AI Readability: Good

  Structure        ██████████████░░░░░░ 18/25
  Citability       █████████████░░░░░░░ 16/25
  Schema           ███████░░░░░░░░░░░░░  7/20
  AI Metadata      █████████████████░░░ 13/15
  Content Density  ████████████████░░░░ 12/15

Warnings:
  ! Found 2 H1 headings. Use exactly one H1 per page.
  ! JSON-LD missing fields: @type, name, description

Top Suggestions:
  -&amp;gt; Add FAQ section with question-format headings
  -&amp;gt; Add AI-relevant schema types (FAQPage, Article, HowTo)
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;No API keys. No signup. Runs offline.&lt;/p&gt;

&lt;h2&gt;
  
  
  What aeoptimize Measures
&lt;/h2&gt;

&lt;p&gt;17 rules across 5 dimensions, scored 0-100:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Dimension&lt;/th&gt;
&lt;th&gt;Max&lt;/th&gt;
&lt;th&gt;What AI engines care about&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Structure&lt;/td&gt;
&lt;td&gt;25&lt;/td&gt;
&lt;td&gt;Clear headings, short paragraphs (&amp;lt;150 words), FAQ sections&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Citability&lt;/td&gt;
&lt;td&gt;25&lt;/td&gt;
&lt;td&gt;Self-contained statements an AI can quote without context&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Schema&lt;/td&gt;
&lt;td&gt;20&lt;/td&gt;
&lt;td&gt;JSON-LD that LLMs use as source of truth (FAQPage, Article)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;AI Metadata&lt;/td&gt;
&lt;td&gt;15&lt;/td&gt;
&lt;td&gt;llms.txt file, robots.txt AI crawler rules&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Content Density&lt;/td&gt;
&lt;td&gt;15&lt;/td&gt;
&lt;td&gt;Signal-to-noise ratio, vocabulary diversity&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;The scoring is deterministic -- same input, same score. No LLM involved in the base scan, so you can run it in CI/CD without worrying about cost or rate limits.&lt;/p&gt;

&lt;h2&gt;
  
  
  Benchmarking Real Websites
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Website&lt;/th&gt;
&lt;th&gt;Score&lt;/th&gt;
&lt;th&gt;Why&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;nextjs.org/docs&lt;/td&gt;
&lt;td&gt;75&lt;/td&gt;
&lt;td&gt;Good structure, has llms.txt, missing some schema&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;shiheintelligent.com&lt;/td&gt;
&lt;td&gt;66&lt;/td&gt;
&lt;td&gt;Has schema but incomplete, 2 H1s, no FAQ&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;stripe.com/docs&lt;/td&gt;
&lt;td&gt;59&lt;/td&gt;
&lt;td&gt;Great content but zero JSON-LD (-20 points)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;anthropic.com&lt;/td&gt;
&lt;td&gt;52&lt;/td&gt;
&lt;td&gt;Landing page with little extractable content&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;Even well-built sites lose 20+ points from missing JSON-LD alone. That's the difference between being cited and being ignored.&lt;/p&gt;

&lt;h2&gt;
  
  
  Case Study: Fixing a 66-Score Site
&lt;/h2&gt;

&lt;p&gt;shiheintelligent.com scored 66/100. The three biggest issues:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Two H1 headings&lt;/strong&gt; -- AI engines treat H1 as the page topic. Two H1s create ambiguity.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Incomplete JSON-LD&lt;/strong&gt; -- Schema existed but missing &lt;code&gt;@type&lt;/code&gt;, &lt;code&gt;name&lt;/code&gt;, &lt;code&gt;description&lt;/code&gt;. AI crawlers can't categorize the content.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;No FAQ section&lt;/strong&gt; -- The site answers common questions in paragraph form, but without FAQ schema, AI engines can't extract them as Q&amp;amp;A pairs.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Fixing these three issues alone could push the score above 80.&lt;/p&gt;

&lt;h2&gt;
  
  
  More Than a CLI
&lt;/h2&gt;

&lt;p&gt;aeoptimize works in multiple modes:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Framework plugins&lt;/strong&gt; -- auto-generate llms.txt and JSON-LD on build:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight typescript"&gt;&lt;code&gt;&lt;span class="c1"&gt;// vite.config.ts&lt;/span&gt;
&lt;span class="k"&gt;import&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt; &lt;span class="nx"&gt;aeoPlugin&lt;/span&gt; &lt;span class="p"&gt;}&lt;/span&gt; &lt;span class="k"&gt;from&lt;/span&gt; &lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;aeoptimize/vite&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
&lt;span class="k"&gt;export&lt;/span&gt; &lt;span class="k"&gt;default&lt;/span&gt; &lt;span class="nf"&gt;defineConfig&lt;/span&gt;&lt;span class="p"&gt;({&lt;/span&gt; &lt;span class="na"&gt;plugins&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="nf"&gt;aeoPlugin&lt;/span&gt;&lt;span class="p"&gt;()]&lt;/span&gt; &lt;span class="p"&gt;});&lt;/span&gt;

&lt;span class="c1"&gt;// next.config.mjs&lt;/span&gt;
&lt;span class="k"&gt;import&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt; &lt;span class="nx"&gt;withAeo&lt;/span&gt; &lt;span class="p"&gt;}&lt;/span&gt; &lt;span class="k"&gt;from&lt;/span&gt; &lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;aeoptimize/next&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
&lt;span class="k"&gt;export&lt;/span&gt; &lt;span class="k"&gt;default&lt;/span&gt; &lt;span class="nf"&gt;withAeo&lt;/span&gt;&lt;span class="p"&gt;({});&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Pre-commit hook&lt;/strong&gt; -- block commits that drop AEO score:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npx aeoptimize hook &lt;span class="nb"&gt;install&lt;/span&gt;              &lt;span class="c"&gt;# min score: 60&lt;/span&gt;
npx aeoptimize hook &lt;span class="nb"&gt;install&lt;/span&gt; &lt;span class="nt"&gt;--min-score&lt;/span&gt; 80
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;GitHub Action&lt;/strong&gt; -- check every PR:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight yaml"&gt;&lt;code&gt;&lt;span class="pi"&gt;-&lt;/span&gt; &lt;span class="na"&gt;uses&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s"&gt;dexuwang627-cloud/aeoptimize/action@main&lt;/span&gt;
  &lt;span class="na"&gt;with&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt;
    &lt;span class="na"&gt;path&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s"&gt;dist&lt;/span&gt;
    &lt;span class="na"&gt;min-score&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="m"&gt;60&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Claude Code skills&lt;/strong&gt; -- interactive, AI-powered optimization:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;claude plugin marketplace add dexuwang627-cloud/aeoptimize
&lt;span class="c"&gt;# Then: /aeo-scan, /aeo-generate, /aeo-transform&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;The &lt;code&gt;/aeo-transform&lt;/code&gt; skill uses your Claude subscription to restructure content: split paragraphs, extract FAQ schemas, remove keyword stuffing, fix dangling references. Zero extra cost.&lt;/p&gt;

&lt;h2&gt;
  
  
  Multi-AI Scoring
&lt;/h2&gt;

&lt;p&gt;For higher confidence, aeoptimize can dispatch scoring to multiple AI engines simultaneously:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npx aeoptimize scan your-site.com &lt;span class="nt"&gt;--multi-ai&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;It detects &lt;code&gt;gemini&lt;/code&gt; and &lt;code&gt;copilot&lt;/code&gt; CLIs on your system, sends each the page content for independent evaluation, then merges with the rule engine using weighted consensus. The result shows per-AI insights:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Score: 72/100 (Rule Engine: 61 | AI Consensus: 83)

AI Insights:
  Claude:  "FAQ section lacks schema markup"
  Gemini:  "Missing llms.txt reduces discoverability"
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Built by Three AIs
&lt;/h2&gt;

&lt;p&gt;The project itself was built as a multi-AI collaboration:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Claude&lt;/strong&gt; -- architecture, core engine (17 rules, scanner, generator), security audit&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Gemini&lt;/strong&gt; -- Vite plugin&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Copilot&lt;/strong&gt; -- Next.js plugin&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;50 tests, 4 rounds of automated code review (code quality, security, architecture, final). The biggest competitor in this space has 4,800+ stars but zero tests.&lt;/p&gt;

&lt;h2&gt;
  
  
  The SEO vs AEO Shift
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;&lt;/th&gt;
&lt;th&gt;SEO&lt;/th&gt;
&lt;th&gt;AEO&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Goal&lt;/td&gt;
&lt;td&gt;Rank higher&lt;/td&gt;
&lt;td&gt;Get cited&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Audience&lt;/td&gt;
&lt;td&gt;Search crawler&lt;/td&gt;
&lt;td&gt;Language model&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Key metric&lt;/td&gt;
&lt;td&gt;Click position&lt;/td&gt;
&lt;td&gt;Citation accuracy&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Content style&lt;/td&gt;
&lt;td&gt;Keyword-rich&lt;/td&gt;
&lt;td&gt;Self-contained, structured&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Structured data&lt;/td&gt;
&lt;td&gt;Nice to have&lt;/td&gt;
&lt;td&gt;Essential&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;This shift is already happening. Google AI Overview appears in 43% of queries. Perplexity processes 200M+ queries/month. Content that AI can't parse is content that doesn't exist.&lt;/p&gt;

&lt;h2&gt;
  
  
  Try It
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npx aeoptimize scan your-site.com
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;GitHub: &lt;a href="https://github.com/dexuwang627-cloud/aeoptimize" rel="noopener noreferrer"&gt;https://github.com/dexuwang627-cloud/aeoptimize&lt;/a&gt;&lt;br&gt;
npm: &lt;a href="https://www.npmjs.com/package/aeoptimize" rel="noopener noreferrer"&gt;https://www.npmjs.com/package/aeoptimize&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Star the repo if it helped. Open issues if it didn't.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>seo</category>
      <category>aeo</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
