<?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: Jonatha Oliveira</title>
    <description>The latest articles on DEV Community by Jonatha Oliveira (@jonatha_oliveira_8f9f37b4).</description>
    <link>https://dev.to/jonatha_oliveira_8f9f37b4</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%2F4124709%2Fab698ee3-fa32-4679-9319-2c2abd8df609.png</url>
      <title>DEV Community: Jonatha Oliveira</title>
      <link>https://dev.to/jonatha_oliveira_8f9f37b4</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jonatha_oliveira_8f9f37b4"/>
    <language>en</language>
    <item>
      <title>15 AI agents run a Brazilian finance portal every day — here's the pipeline and the 3 SEO bugs it exposed</title>
      <dc:creator>Jonatha Oliveira</dc:creator>
      <pubDate>Mon, 14 Sep 2026 14:24:14 +0000</pubDate>
      <link>https://dev.to/jonatha_oliveira_8f9f37b4/15-ai-agents-run-a-brazilian-finance-portal-every-day-heres-the-pipeline-and-the-3-seo-bugs-it-1b9g</link>
      <guid>https://dev.to/jonatha_oliveira_8f9f37b4/15-ai-agents-run-a-brazilian-finance-portal-every-day-heres-the-pipeline-and-the-3-seo-bugs-it-1b9g</guid>
      <description>&lt;p&gt;I'm Jonatha, founder of &lt;a href="https://www.organizesee.com.br" rel="noopener noreferrer"&gt;Organizesee&lt;/a&gt;. I spent eight years in market data and pricing inside a bank and built, on the side, a personal-finance portal with public data from B3 (the Brazilian stock exchange) that is kept running by a pipeline of 15 AI agents with editorial review. Here is the architecture and three SEO bugs I only found by measuring.&lt;/p&gt;

&lt;h2&gt;
  
  
  What the pipeline does
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Ingestion:&lt;/strong&gt; material facts from CVM (PDF → structured text), BCB/IBGE series (SGS, SIDRA), B3 quotes, ANBIMA data.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Writing:&lt;/strong&gt; one specialised agent per desk (markets, REITs/FIIs, economy, personal finance), each with an output contract — every number ships with its source and date.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Quality gate:&lt;/strong&gt; a post is only published if it has ≥ 1 sourced numeric fact and ≥ 2 internal links to data pages (ticker, indicator, glossary).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cost per token measured per model;&lt;/strong&gt; a mix of models per stage (writing, review, image).&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Three bugs Search Console showed me
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;The API was being crawled as content.&lt;/strong&gt; Googlebot discovered &lt;code&gt;services.organizesee.com.br/v1/...&lt;/code&gt; and hundreds of API URLs turned into "crawled, not indexed". Fix: &lt;code&gt;X-Robots-Tag: noindex, nofollow&lt;/code&gt; on every service response — and &lt;em&gt;not&lt;/em&gt; &lt;code&gt;Disallow: /&lt;/code&gt;, otherwise Google never reads the noindex.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Proxied wildcard DNS.&lt;/strong&gt; A &lt;code&gt;* CNAME&lt;/code&gt; pointing to Vercel made any made-up subdomain resolve; scanners hit &lt;code&gt;11st.mydomain/.env&lt;/code&gt; and the edge returned 525 — 930 a day, 325 of them served to Googlebot. Replacing it with an explicit &lt;code&gt;www&lt;/code&gt; record zeroed it.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Ticker authority split across 3 URLs&lt;/strong&gt; (&lt;code&gt;/explorar/acoes/X&lt;/code&gt;, &lt;code&gt;/dividendos/X&lt;/code&gt;, &lt;code&gt;/preco-historico/X&lt;/code&gt;). Each one needs to claim one thing, with its own canonical — or be consolidated. We are still measuring which wins.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  What makes it different from an aggregator
&lt;/h2&gt;

&lt;p&gt;No Brazilian portal exposes a per-asset FAQ with dated data ("Data as of 2026-09-11 · source: B3"). That is the gap we are filling for AEO (answers quotable by ChatGPT/Perplexity), plus an &lt;code&gt;llms.txt&lt;/code&gt; listing the questions each page answers.&lt;/p&gt;

&lt;p&gt;Technical feedback is very welcome — especially from anyone who has tried SSR + hydration with schema.org without duplicating &lt;code&gt;canonical&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;Site: &lt;a href="https://www.organizesee.com.br" rel="noopener noreferrer"&gt;https://www.organizesee.com.br&lt;/a&gt; · Methodology: &lt;a href="https://www.organizesee.com.br/fontes-e-metodologia" rel="noopener noreferrer"&gt;https://www.organizesee.com.br/fontes-e-metodologia&lt;/a&gt; · Whitepaper: &lt;a href="https://www.organizesee.com.br/whitepaper" rel="noopener noreferrer"&gt;https://www.organizesee.com.br/whitepaper&lt;/a&gt;&lt;/p&gt;

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