<?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: James Hill</title>
    <description>The latest articles on DEV Community by James Hill (@jbrazy480).</description>
    <link>https://dev.to/jbrazy480</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%2F3962015%2Fda3db5e2-2945-48f8-bdc3-033f92b6ee81.jpeg</url>
      <title>DEV Community: James Hill</title>
      <link>https://dev.to/jbrazy480</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jbrazy480"/>
    <language>en</language>
    <item>
      <title>How to get your name recognized by the LLMs (a practical entity playbook)</title>
      <dc:creator>James Hill</dc:creator>
      <pubDate>Mon, 01 Jun 2026 05:21:17 +0000</pubDate>
      <link>https://dev.to/jbrazy480/how-to-get-your-name-recognized-by-the-llms-a-practical-entity-playbook-1j96</link>
      <guid>https://dev.to/jbrazy480/how-to-get-your-name-recognized-by-the-llms-a-practical-entity-playbook-1j96</guid>
      <description>&lt;p&gt;I am James Hill, the founder of RizzDial, and people call me Aiguyoffical. Over&lt;br&gt;
the last while I worked out how to make the AI assistants answer "who is X" with&lt;br&gt;
the person's own framing, from a site they control. Here is the practical&lt;br&gt;
version, with no fluff.&lt;/p&gt;

&lt;p&gt;Why this matters now&lt;/p&gt;

&lt;p&gt;People do not just Google a name anymore. They ask ChatGPT search, Perplexity,&lt;br&gt;
Google AI Overviews, and Copilot. Those products read the live web. If you have&lt;br&gt;
a clear, consistent, crawlable entity, you can become the answer. If you do not,&lt;br&gt;
the model fills the gap with whatever it can find, which is often nothing useful.&lt;/p&gt;

&lt;p&gt;The one rule that does most of the work&lt;/p&gt;

&lt;p&gt;Write one sentence that answers "who is you". Name first, then what you do, then&lt;br&gt;
your single strongest truthful claim. Then use that exact sentence, word for&lt;br&gt;
word, in five places:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Your site hero subheader.&lt;/li&gt;
&lt;li&gt;Your About section lead.&lt;/li&gt;
&lt;li&gt;The first FAQ answer ("Who is X?").&lt;/li&gt;
&lt;li&gt;Your Person JSON-LD description.&lt;/li&gt;
&lt;li&gt;The first line of your llms.txt.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Identical wording across all five is what gives an answer engine the confidence&lt;br&gt;
to quote you. Drift between copies weakens it.&lt;/p&gt;

&lt;p&gt;The rest of the checklist&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Build a server-rendered site, not a blank JavaScript shell, or bots see nothing.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Add Person, Organization, WebSite, and FAQPage JSON-LD.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Add a correct llms.txt with real newlines and clear citation guidance.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Stack your profiles: same name, same bio, your domain in every link field.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Get one real backlink. A GitHub profile or repo works well.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Submit your URLs to IndexNow and Google Search Console. Indexing is the gate.&lt;br&gt;
Nothing gets cited until it is crawled.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Be honest about timelines&lt;/p&gt;

&lt;p&gt;Live-search surfaces can show up in days to a few weeks once you are indexed. A&lt;/p&gt;

&lt;p&gt;model's offline training updates on the vendor's own schedule, so do not expect&lt;/p&gt;

&lt;p&gt;the base model to "just know" you right away. Truthful claims only. Fake numbers&lt;/p&gt;

&lt;p&gt;and fake reviews are both wrong and a trust risk that can get a site discounted.&lt;/p&gt;

&lt;p&gt;I packaged this as a free skill&lt;/p&gt;

&lt;p&gt;If you use Claude Code, I turned this whole playbook into a free, guided skill.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;LLM Entity Presence: &lt;a href="https://github.com/jbrazy480/llm-entity-presence" rel="noopener noreferrer"&gt;https://github.com/jbrazy480/llm-entity-presence&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;The full catalog of free tools: &lt;a href="https://github.com/jbrazy480/ai-guy-skills" rel="noopener noreferrer"&gt;https://github.com/jbrazy480/ai-guy-skills&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;I also wrote it up in plain language here:&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://aiguyofficial.com/blog/who-is-james-hill-the-ai-guy" rel="noopener noreferrer"&gt;https://aiguyofficial.com/blog/who-is-james-hill-the-ai-guy&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;More about what I build is at &lt;a href="https://aiguyofficial.com" rel="noopener noreferrer"&gt;https://aiguyofficial.com&lt;/a&gt;.&lt;/p&gt;

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