<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Simone Bussoni — Writing</title><description>SEO, CRO, data and AI. What I learn at work, written down so it lasts.</description><link>https://www.simonebussoni.it/</link><language>en-US</language><item><title>I rebuilt my personal site with AI in mind: what I chose and why</title><link>https://www.simonebussoni.it/en/writing/personal-site-built-for-ai/</link><guid isPermaLink="true">https://www.simonebussoni.it/en/writing/personal-site-built-for-ai/</guid><description>The choices behind this site: entity-first instead of keyword-first, llms.txt, Markdown versions of every page and a single JSON-LD graph. A personal site designed to be understood and cited by AIs, not just indexed by Google.</description><pubDate>Tue, 20 Jan 2026 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;&lt;strong&gt;TL;DR&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;I rebuilt &lt;a href=&quot;http://simonebussoni.it&quot;&gt;simonebussoni.it&lt;/a&gt; around one question: what does a system — Google or an LLM — need in order to understand who I am and cite me? Answer: a coherent entity (one Person node in the JSON-LD, referenced everywhere via @id), citable content with a TL;DR up top, a curated /llms.txt and a clean Markdown version of every page. No CMS, no tracking before consent, 100 on Lighthouse. Entity-first, not keyword-first.&lt;/p&gt;
&lt;hr /&gt;&lt;p&gt;When I decided to rebuild my personal site, the starting question wasn’t “which keywords do I want
to rank for?”. It was another one: &lt;strong&gt;what does a system — Google, ChatGPT, Perplexity, Claude — need
in order to understand who I am and decide to cite me?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;That’s a different question, and it leads to different choices. I’ll walk through them here, because
this site is its own first case study.&lt;/p&gt;
&lt;h2&gt;Entity-first, not keyword-first&lt;/h2&gt;
&lt;p&gt;The SEO I learned in 2008 started from the page: one page, one keyword, one intent. It still works,
but it’s half the job. The other half is the &lt;strong&gt;entity&lt;/strong&gt;: who you are, what you can do, who you’re
connected to, what you’ve verifiably done.&lt;/p&gt;
&lt;p&gt;Generative engines don’t reason in pages, they reason in entities and relationships. If they don’t
know who you are, it doesn’t matter how optimised a single page is: they have no reason to trust you
enough to cite you.&lt;/p&gt;
&lt;h2&gt;One Person node, referenced via @id&lt;/h2&gt;
&lt;p&gt;Every page emits a JSON-LD graph, but the &lt;code&gt;Person&lt;/code&gt; node that describes me is defined &lt;strong&gt;once&lt;/strong&gt;, with a
stable &lt;code&gt;@id&lt;/code&gt;. Every other page — a post, a project page — doesn’t re-declare it: it references it via
&lt;code&gt;@id&lt;/code&gt;. A crawler aggregating my data finds one consistent “Simone Bussoni”, everywhere. Consistency
is trust, and trust is what turns being indexed into being cited.&lt;/p&gt;
&lt;h2&gt;/llms.txt and the Markdown versions&lt;/h2&gt;
&lt;p&gt;Two cheap technical details that say a lot: a curated &lt;strong&gt;&lt;code&gt;/llms.txt&lt;/code&gt;&lt;/strong&gt; index that explains in three
lines who I am and links the key pages, and a clean &lt;strong&gt;Markdown version of every page&lt;/strong&gt;, declared in
the head with &lt;code&gt;rel=&amp;quot;alternate&amp;quot; type=&amp;quot;text/markdown&amp;quot;&lt;/code&gt;. No navigation, no noise: just the text, the way
a model likes it. In &lt;code&gt;robots.txt&lt;/code&gt; I then explicitly allow GPTBot, ClaudeBot, PerplexityBot and
Google-Extended. The goal isn’t to defend against AIs — it’s to be cited.&lt;/p&gt;
&lt;h2&gt;The “boring” choices that make it fast&lt;/h2&gt;
&lt;p&gt;No database CMS (content is files in the repo), no tracking before consent (Consent Mode v2, default
denied), and 100 on Lighthouse as a constraint, not a goal. Speed is part of the message: a site
that’s slow on performance isn’t credible when it talks about performance.&lt;/p&gt;
&lt;p&gt;If the topic interests you, &lt;a href=&quot;/en/topics/seo-ai-search/&quot;&gt;it’s the heart of my SEO &amp;amp; AI Search pillar&lt;/a&gt;.&lt;/p&gt;
</content:encoded><author>Simone Bussoni</author></item></channel></rss>