<?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: Alex Bouchard</title>
    <description>The latest articles on DEV Community by Alex Bouchard (@abouchard11).</description>
    <link>https://dev.to/abouchard11</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3869269%2Fe969525e-a5ad-4e7e-9e36-362d42161f3d.png</url>
      <title>DEV Community: Alex Bouchard</title>
      <link>https://dev.to/abouchard11</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/abouchard11"/>
    <language>en</language>
    <item>
      <title>Your firewall is your AI policy — I probed 18 major sites to read it</title>
      <dc:creator>Alex Bouchard</dc:creator>
      <pubDate>Sat, 08 Aug 2026 06:01:45 +0000</pubDate>
      <link>https://dev.to/abouchard11/your-firewall-is-your-ai-policy-i-probed-18-major-sites-to-read-it-5552</link>
      <guid>https://dev.to/abouchard11/your-firewall-is-your-ai-policy-i-probed-18-major-sites-to-read-it-5552</guid>
      <description>&lt;p&gt;Everyone's arguing about AI search visibility. Almost nobody is measuring the boring part: whether AI crawlers can &lt;em&gt;fetch your pages at all&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;So I built a small open-source tool — &lt;a href="https://github.com/abouchard11/geo-crawl-audit" rel="noopener noreferrer"&gt;geo-crawl-audit&lt;/a&gt; — that probes any site with the user-agents of every AI crawler that matters (GPTBot, OAI-SearchBot, ClaudeBot, PerplexityBot, ChatGPT-User, and friends), measures how each is treated versus a normal browser, and checks the thing most people never think about: &lt;strong&gt;how many words exist in the raw HTML before any JavaScript runs&lt;/strong&gt;. Because here's the detail the industry keeps missing — GPTBot, ClaudeBot, and PerplexityBot don't execute JavaScript. For most sites, Googlebot (feeding Gemini) and Applebot are the only AI-adjacent crawlers that render it. A site can rank #1 in Google and be a blank page to nearly everything else.&lt;/p&gt;

&lt;p&gt;I pointed it at 18 major sites on August 7. Five findings worth your time.&lt;/p&gt;

&lt;h2&gt;
  
  
  1. Access patterns line up with the business relationships
&lt;/h2&gt;

&lt;p&gt;The Guardian — which has a content deal with OpenAI — serves my simulated &lt;strong&gt;GPTBot, OAI-SearchBot, and ChatGPT-User a clean 200&lt;/strong&gt;. The same request wearing &lt;strong&gt;ClaudeBot, PerplexityBot, or CCBot&lt;/strong&gt;: &lt;strong&gt;403&lt;/strong&gt;, and those names are in its robots.txt disallow list too. Policy and enforcement agree.&lt;/p&gt;

&lt;p&gt;The New York Times — in litigation with OpenAI — 403s nearly everyone: GPTBot, OAI-SearchBot, ClaudeBot, PerplexityBot, Common Crawl, meta-externalagent. Two user-agents got through: bingbot and Amazonbot.&lt;/p&gt;

&lt;p&gt;I want to be careful about the claim here: a status code tells you &lt;em&gt;who is blocked&lt;/em&gt;, not &lt;em&gt;why&lt;/em&gt;. Any individual 403 has mundane explanations. But when the allow/deny matrix maps this cleanly onto public deals and public lawsuits, the firewall config has become a business document — and it's readable by anyone with a terminal.&lt;/p&gt;

&lt;h2&gt;
  
  
  2. robots.txt is a polite sign. Some doors are unlocked anyway.
&lt;/h2&gt;

&lt;p&gt;Reddit's robots.txt blocks every AI bot in my list — fourteen tokens, no exceptions. Enforcement tells a different story: my &lt;strong&gt;GPTBot&lt;/strong&gt; UA got a 403 and &lt;strong&gt;ClaudeBot and CCBot&lt;/strong&gt; got rate-limited (429), while &lt;strong&gt;OAI-SearchBot, Claude-SearchBot, PerplexityBot, Amazonbot, and meta-externalagent&lt;/strong&gt; all received a &lt;strong&gt;200&lt;/strong&gt; from the same IP, seconds apart. And there's no clean training-vs-retrieval logic to it — meta-externalagent is a training crawler and walked through. robots.txt is honor-system; the WAF is the actual lock, and it wasn't turned for those names. (Caveat: my probe isn't coming from those vendors' published IP ranges — real-bot treatment can differ. That caveat is a feature of the tool, not a footnote; more below.)&lt;/p&gt;

&lt;p&gt;Figma runs the inverse configuration: serves a 200 to every bot UA in the list, but robots-disallows GPTBot, OAI-SearchBot, ChatGPT-User, Claude-SearchBot, PerplexityBot, CCBot, and Google-Extended — the stated policy runs on the honor system, with no user-agent-level enforcement my probe could detect.&lt;/p&gt;

&lt;h2&gt;
  
  
  3. Some famous sites are invisible to AI — deliberately or not
&lt;/h2&gt;

&lt;p&gt;Airbnb returns 403 to nine of the twelve AI user-agents I probe — every OpenAI, Perplexity, Microsoft, Amazon, Meta, and Common Crawl token — while, curiously, all three Anthropic user-agents get a 200. And its homepage carries ~94 visible words of raw HTML anyway, so even the allowed crawlers read a nearly blank page. LinkedIn served my probe a 23-word bot-check interstitial — whatever a verified crawler negotiates, the raw HTML a stranger gets is effectively empty. Reddit's homepage contains exactly one visible word before JavaScript runs.&lt;/p&gt;

&lt;p&gt;Meanwhile the sites doing it right are boringly consistent: &lt;strong&gt;Stripe (1,957 raw-HTML words, a 200 to every UA in my list), Anthropic (fastest warm response in the test at 0.102s), Vercel, MDN, Shopify&lt;/strong&gt; — full server-rendered HTML, fast, no bot differentials against my probe. Score: 97–100.&lt;/p&gt;

&lt;h2&gt;
  
  
  4. Five sites filtered my probe entirely — and that's a finding about tooling honesty
&lt;/h2&gt;

&lt;p&gt;Quora, OpenAI, Perplexity, Bloomberg, and GitHub challenged even my &lt;em&gt;baseline browser&lt;/em&gt; request from my network. My first draft contained a detail I loved: that openai.com 403s a request claiming to be GPTBot because they verify their own crawler by IP range and treat name-only claims as impostors. &lt;strong&gt;The data doesn't support it.&lt;/strong&gt; openai.com also 403'd my plain-browser baseline — so I can't distinguish "they detect GPTBot impostors" from "they challenge everything from my network." The simpler reading wins, and the good story got deleted.&lt;/p&gt;

&lt;p&gt;That's why the tool flags these sites &lt;code&gt;BASELINE_ANOMALY&lt;/code&gt; instead of scoring them confidently: when the baseline itself was filtered, you measured the site's filter, not the site. It points you at its second mode instead — server-log analysis, which reports what real crawlers actually received, verifies their IPs against vendor-published ranges, and surfaces the silent killer: &lt;strong&gt;499s&lt;/strong&gt;, the status your logs record when a bot got tired of waiting for your slow origin and hung up. No error page, no alert, no citation.&lt;/p&gt;

&lt;p&gt;Most GEO tools would have happily reported "GitHub is invisible to AI." It isn't — my probe was. A diagnostic that overclaims is worse than no diagnostic.&lt;/p&gt;

&lt;h2&gt;
  
  
  5. What this means if you run websites
&lt;/h2&gt;

&lt;p&gt;The order of operations for AI visibility is unglamorous:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Reachability&lt;/strong&gt; — is your WAF/bot-management (often on defaults) silently challenging AI crawlers?&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Speed&lt;/strong&gt; — crawlers hit your &lt;em&gt;uncached&lt;/em&gt; long-tail pages, so your cold-start TTFB is the number that counts, not the warm one your monitoring shows.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Readability&lt;/strong&gt; — words in raw HTML, no JS. If you're client-rendered, you're invisible to nearly every AI system that isn't backed by Google's or Apple's rendering crawlers.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Permission&lt;/strong&gt; — robots.txt, including the token-only entries (Google-Extended, Applebot-Extended) that never appear in your logs because they never fetch — Googlebot and Applebot do the fetching.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Everything else the GEO industry sells you sits downstream of these four gates. (And no, llms.txt isn't a gate: no major AI vendor documents fetching it, and analyses of real server logs keep failing to find bot requests for it. I check for it. I weight it at zero.)&lt;/p&gt;

&lt;p&gt;If you want the 60-second version of this audit on your own domain, I put a free scanner up at &lt;a href="https://readablebyai.com" rel="noopener noreferrer"&gt;readablebyai.com&lt;/a&gt; — same engine, plus it shows you the exact text an AI crawler can extract from your page. And yes: the scanner site itself scores 100/100 on its own audit, because on the first run it scored 70 and I had to eat my own cooking.&lt;/p&gt;

&lt;h2&gt;
  
  
  How this was built (transparently)
&lt;/h2&gt;

&lt;p&gt;I built this in one working session with Claude as the pair — spec, research, code, and validation loop. The part worth sharing: the first live run produced phantom "WAF block" findings that turned out to be transient connection failures. We caught it because the validation run was against 14 production sites I operate, where I could sanity-check every claim — and the fix (retry logic + a separate probe-error class that never masquerades as a finding) became the tool's most important feature. Before publishing this post, an adversarial fact-check against the dataset killed four more of my favorite sentences — including "Airbnb blocks AI crawlers," which turned out to be two-thirds true: it 403s the OpenAI, Perplexity, Microsoft, Amazon, Meta, and Common Crawl UAs while serving all three Anthropic ones a 200. The meta-skill isn't writing Python. It's knowing what the tool — and the write-up — must refuse to claim.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Tool: &lt;a href="https://github.com/abouchard11/geo-crawl-audit" rel="noopener noreferrer"&gt;github.com/abouchard11/geo-crawl-audit&lt;/a&gt; — MIT, zero dependencies (Python + curl). Full 18-site dataset in &lt;code&gt;examples/&lt;/code&gt;. Longer analysis with the per-crawler status matrix: &lt;a href="https://midnightdev.dev/writing/ai-licensing-deals-in-status-codes" rel="noopener noreferrer"&gt;Your firewall is your AI policy&lt;/a&gt;. Corrections welcome — especially from anyone at the companies named, with logs.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>seo</category>
      <category>ai</category>
      <category>opensource</category>
    </item>
    <item>
      <title>Firebase Hosting SSL Bug: My Site Is Still Serving a Bank's Certificate</title>
      <dc:creator>Alex Bouchard</dc:creator>
      <pubDate>Thu, 09 Apr 2026 07:57:44 +0000</pubDate>
      <link>https://dev.to/abouchard11/firebase-hosting-ssl-bug-my-site-is-still-serving-a-banks-certificate-4208</link>
      <guid>https://dev.to/abouchard11/firebase-hosting-ssl-bug-my-site-is-still-serving-a-banks-certificate-4208</guid>
      <description>&lt;p&gt;My Florida real estate site is serving Solera National Bank's SSL certificate. Not a shared certificate. The &lt;em&gt;exact same certificate&lt;/em&gt; with matching serial numbers.&lt;/p&gt;

&lt;p&gt;This is a live investigation into what appears to be an SNI routing bug in Firebase Hosting.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Evidence
&lt;/h2&gt;

&lt;p&gt;I'm not speculating. Here are the actual certificate details I pulled today:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nv"&gt;$ &lt;/span&gt;openssl s_client &lt;span class="nt"&gt;-servername&lt;/span&gt; buylandfl.com &lt;span class="nt"&gt;-connect&lt;/span&gt; buylandfl.com:443 2&amp;gt;/dev/null | openssl x509 &lt;span class="nt"&gt;-noout&lt;/span&gt; &lt;span class="nt"&gt;-subject&lt;/span&gt; &lt;span class="nt"&gt;-serial&lt;/span&gt;

&lt;span class="nv"&gt;subject&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt; /CN&lt;span class="o"&gt;=&lt;/span&gt;unified-wealth.solerabank.com
&lt;span class="nv"&gt;serial&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;5DDE25B5E996D4CC128B8A5E70BE99C3
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;And when I check the actual bank's domain:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nv"&gt;$ &lt;/span&gt;openssl s_client &lt;span class="nt"&gt;-servername&lt;/span&gt; unified-wealth.solerabank.com &lt;span class="nt"&gt;-connect&lt;/span&gt; unified-wealth.solerabank.com:443 2&amp;gt;/dev/null | openssl x509 &lt;span class="nt"&gt;-noout&lt;/span&gt; &lt;span class="nt"&gt;-subject&lt;/span&gt; &lt;span class="nt"&gt;-serial&lt;/span&gt;

&lt;span class="nv"&gt;subject&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt; /CN&lt;span class="o"&gt;=&lt;/span&gt;unified-wealth.solerabank.com
&lt;span class="nv"&gt;serial&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;5DDE25B5E996D4CC128B8A5E70BE99C3
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Same serial number.&lt;/strong&gt; My domain is being served the literal same certificate as Solera Bank's wealth management portal.&lt;/p&gt;

&lt;h2&gt;
  
  
  It's Not Just Me
&lt;/h2&gt;

&lt;p&gt;I found another affected pair:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Domain&lt;/th&gt;
&lt;th&gt;Wrong Cert&lt;/th&gt;
&lt;th&gt;Serial&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;southfloridawaterfront.homes&lt;/td&gt;
&lt;td&gt;CN=&lt;a href="http://www.rkhn.nl" rel="noopener noreferrer"&gt;www.rkhn.nl&lt;/a&gt;
&lt;/td&gt;
&lt;td&gt;6B4532...39EC&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;A Florida real estate site serving a Dutch domain's certificate.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I've Tried
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Created entirely new Firebase project&lt;/li&gt;
&lt;li&gt;Updated DNS TXT record&lt;/li&gt;
&lt;li&gt;Completed domain verification (green checkmark)&lt;/li&gt;
&lt;li&gt;Deployed fresh&lt;/li&gt;
&lt;li&gt;Waited 12+ hours&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Firebase console says "Certificate active." The wrong certificate persists.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Pattern
&lt;/h2&gt;

&lt;p&gt;All affected domains:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Hosted on Firebase Hosting&lt;/li&gt;
&lt;li&gt;Resolve to &lt;code&gt;199.36.158.100&lt;/code&gt; (Firebase shared IP)&lt;/li&gt;
&lt;li&gt;Certificates from Google Trust Services (WR3)&lt;/li&gt;
&lt;li&gt;Started around March 22, 2026&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This looks like SNI routing returning the wrong certificate from Firebase's edge servers.&lt;/p&gt;

&lt;h2&gt;
  
  
  How to Check Your Site
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;openssl s_client &lt;span class="nt"&gt;-servername&lt;/span&gt; yourdomain.com &lt;span class="nt"&gt;-connect&lt;/span&gt; yourdomain.com:443 2&amp;gt;/dev/null | openssl x509 &lt;span class="nt"&gt;-noout&lt;/span&gt; &lt;span class="nt"&gt;-subject&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;If the CN doesn't match your domain, you have the same bug.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Firebase Says vs. Reality
&lt;/h2&gt;

&lt;p&gt;The &lt;a href="https://groups.google.com/g/firebase-talk/c/3jgZ1vJ1t4s" rel="noopener noreferrer"&gt;official response&lt;/a&gt; to "wrong domain in certificate":&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"Firebase Hosting certificates cover many domains (as SANs)... wait a few hours."&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;This doesn't apply here.&lt;/strong&gt; I'm not seeing a shared SAN certificate missing my domain. I'm seeing a completely different domain's certificate with a different serial number.&lt;/p&gt;

&lt;h2&gt;
  
  
  Current Status: Still Broken
&lt;/h2&gt;

&lt;p&gt;As of April 4, 2026, 2:00 PM CDT - no resolution. Firebase console shows everything green. Wrong cert persists.&lt;/p&gt;

&lt;p&gt;If you're affected, I'd like to document this. Contact: &lt;a href="mailto:info@buylandfl.com"&gt;info@buylandfl.com&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Full technical writeup with timeline at the canonical URL.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>firebase</category>
      <category>ssl</category>
      <category>security</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
