<?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: Ace Whitmore</title>
    <description>The latest articles on DEV Community by Ace Whitmore (@acewhitmore).</description>
    <link>https://dev.to/acewhitmore</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%2F3901408%2Fe90d1659-fa51-4520-abec-74ebcb0fcf86.jpg</url>
      <title>DEV Community: Ace Whitmore</title>
      <link>https://dev.to/acewhitmore</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/acewhitmore"/>
    <language>en</language>
    <item>
      <title>I tracked my referral sources for 30 days. AI chatbots are beating Google.</title>
      <dc:creator>Ace Whitmore</dc:creator>
      <pubDate>Sat, 02 May 2026 14:15:57 +0000</pubDate>
      <link>https://dev.to/acewhitmore/i-tracked-my-referral-sources-for-30-days-ai-chatbots-are-beating-google-dkm</link>
      <guid>https://dev.to/acewhitmore/i-tracked-my-referral-sources-for-30-days-ai-chatbots-are-beating-google-dkm</guid>
      <description>&lt;p&gt;When I launched a small web tool a few months ago, I expected to see a trickle of traffic from Google Search after doing my SEO homework. What I saw instead, especially in the last 30 days, was a completely different traffic landscape taking shape.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;AI chatbots, primarily ChatGPT, are now my single largest source of referral traffic.&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The Data: A 30-Day Snapshot
&lt;/h2&gt;

&lt;p&gt;Here's a breakdown of referral traffic share from the last 30 days (snapshot date: 2026-04-25).&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Source&lt;/th&gt;
&lt;th&gt;Share of Total Referrals&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;&lt;code&gt;chatgpt.com&lt;/code&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;32%&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;&lt;code&gt;google.com&lt;/code&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;21%&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;&lt;code&gt;bing.com&lt;/code&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;18%&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;&lt;code&gt;duckduckgo.com&lt;/code&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;9%&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;&lt;code&gt;reddit.com&lt;/code&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;3%&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;&lt;code&gt;perplexity.ai&lt;/code&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;2%&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Other / Direct&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;15%&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;Some quick aggregate math:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  &lt;strong&gt;AI Total (ChatGPT + Perplexity + others):&lt;/strong&gt; 35% of referrals&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Search Engine Total (Google + Bing + DuckDuckGo):&lt;/strong&gt; 58% of referrals&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Upload-start rate:&lt;/strong&gt; 87% of visitors&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Conversion rate (uploads → success):&lt;/strong&gt; 86%&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The Context: Building a Tool to See What Happens
&lt;/h2&gt;

&lt;p&gt;I built &lt;strong&gt;&lt;a href="https://www.markdown.free" rel="noopener noreferrer"&gt;markdown.free&lt;/a&gt;&lt;/strong&gt;—a browser-based tool that converts Markdown files to PDF, DOCX, and EPUB with perfect support for CJK (Chinese, Japanese, Korean) characters. My goal was simple: create a fast, private tool (no signups, no data storage) that solved a specific pain point I had. Once it was live, I was curious to see how a completely new tool with zero existing backlinks would find its audience in 2026.&lt;/p&gt;

&lt;p&gt;I followed the modern playbook: I implemented structured data (JSON-LD), created a sitemap, set up &lt;code&gt;hreflang&lt;/code&gt; tags for multiple languages, and submitted everything to Google Search Console. Then, I waited, expecting the classic long-tail SEO grind.&lt;/p&gt;

&lt;p&gt;A few things stand out:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt; &lt;strong&gt;ChatGPT is the #1 referrer.&lt;/strong&gt; It's sending nearly 50% more traffic than Google for this tool right now.&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;Bing (18%) is close to Google (21%).&lt;/strong&gt; This was another surprise, suggesting the playing field might be more balanced for new, niche tools. (Maybe?)&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;The AI funnel seems efficient.&lt;/strong&gt; 87% of visitors started an upload, and 86% of those completed the conversion. This suggests users arriving from AI chats have a clear intent.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  How Is This Happening? (Spoiler: I Don't Really Know)
&lt;/h2&gt;

&lt;p&gt;The most puzzling part is that I did nothing to "optimize" for ChatGPT. There's no plugin, no special submission process, and I haven't prompted it to recommend the site. As far as I can tell, the model began naturally suggesting &lt;code&gt;markdown.free&lt;/code&gt; in response to user queries like "convert markdown to PDF with Chinese support" or "free markdown to docx online."&lt;/p&gt;

&lt;p&gt;This isn't to say SEO is dead—far from it. The 58% from search engines is still the majority. But it does highlight a new, parallel discovery channel that operates on different rules.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Is anyone else observing this with their new projects or niche tools? Are AI referrals converting differently for you? Does this feel like a lasting shift or just a fleeting gap in the market as search engines adapt?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;For those curious about the tool I built to observe these numbers, it's here: &lt;a href="https://www.markdown.free" rel="noopener noreferrer"&gt;https://www.markdown.free&lt;/a&gt;.&lt;/p&gt;

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