<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Vinoo Ganesh</title><link>https://vinooganesh.github.io/hugo-ink/tags/ai/</link><description>Designer, developer, and writer.</description><generator>Hugo 0.155.3</generator><language>en</language><managingEditor>Vinoo Ganesh</managingEditor><lastBuildDate>Sun, 15 Feb 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://vinooganesh.github.io/hugo-ink/tags/ai/index.xml" rel="self" type="application/rss+xml"/><item><title>Making Your Site AI-Ready</title><link>https://vinooganesh.github.io/hugo-ink/posts/ai-ready-web/</link><pubDate>Fri, 13 Feb 2026 00:00:00 +0000</pubDate><guid>https://vinooganesh.github.io/hugo-ink/posts/ai-ready-web/</guid><description><![CDATA[<p>The web is changing. AI crawlers now read your site alongside traditional search engines. Is your site ready?</p>
<h2 id="what-is-llmstxt">What is llms.txt?</h2>
<p>The <code>llms.txt</code> standard gives AI models a structured entry point to your site&rsquo;s most important content. Think of it as <code>robots.txt</code> for AI.</p>
<h2 id="json-ld-structured-data">JSON-LD structured data</h2>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"><code class="language-json" data-lang="json"><span style="display:flex;"><span>{
</span></span><span style="display:flex;"><span>  <span style="color:#f92672">&#34;@context&#34;</span>: <span style="color:#e6db74">&#34;https://schema.org&#34;</span>,
</span></span><span style="display:flex;"><span>  <span style="color:#f92672">&#34;@type&#34;</span>: <span style="color:#e6db74">&#34;Article&#34;</span>,
</span></span><span style="display:flex;"><span>  <span style="color:#f92672">&#34;headline&#34;</span>: <span style="color:#e6db74">&#34;Making Your Site AI-Ready&#34;</span>,
</span></span><span style="display:flex;"><span>  <span style="color:#f92672">&#34;datePublished&#34;</span>: <span style="color:#e6db74">&#34;2026-02-13&#34;</span>
</span></span><span style="display:flex;"><span>}
</span></span></code></pre></div><h2 id="why-it-matters">Why it matters</h2>
<p>When AI tools answer questions, they pull from indexed web content. Clean structured data means your content gets accurately cited.</p>
]]></description></item></channel></rss>