<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Nex Virox</title>
    <link>https://nexvirox.com/</link>
    <atom:link href="https://nexvirox.com/feed.xml" rel="self" type="application/rss+xml" />
    <description>Nex Virox publishes clear, credible, deeply-researched guides — engineered so every page is fast, accessible, and machine-readable for search and AI answer engines.</description>
    <language>en-US</language>
    <lastBuildDate>Sat, 11 Jul 2026 09:00:00 GMT</lastBuildDate>
    <item>
      <title>The Complete Guide to JSON-LD Structured Data for Articles</title>
      <link>https://nexvirox.com/seo-and-discovery/the-complete-guide-to-json-ld-structured-data-for-articles/</link>
      <guid isPermaLink="true">https://nexvirox.com/seo-and-discovery/the-complete-guide-to-json-ld-structured-data-for-articles/</guid>
      <pubDate>Sat, 11 Jul 2026 09:00:00 GMT</pubDate>
      <dc:creator><![CDATA[Nex Virox Content Team]]></dc:creator>
      <category>SEO &amp; Discovery</category>
      <description><![CDATA[A practical reference for emitting valid Article structured data — including author, reviewer, and publisher entities — that both search engines and AI answer engines can parse.]]></description>
    </item>
    <item>
      <title>How to Achieve a Sub-Second LCP on a Content Site</title>
      <link>https://nexvirox.com/web-performance/how-to-achieve-a-sub-second-lcp-on-a-content-site/</link>
      <guid isPermaLink="true">https://nexvirox.com/web-performance/how-to-achieve-a-sub-second-lcp-on-a-content-site/</guid>
      <pubDate>Thu, 09 Jul 2026 09:00:00 GMT</pubDate>
      <dc:creator><![CDATA[Nex Virox Content Team]]></dc:creator>
      <category>Web Performance</category>
      <description><![CDATA[A field-tested playbook for getting Largest Contentful Paint reliably under one second on real content pages — from render strategy to cache headers.]]></description>
    </item>
    <item>
      <title>Generative Engine Optimization: Getting Cited by AI Answers</title>
      <link>https://nexvirox.com/seo-and-discovery/generative-engine-optimization-getting-cited-by-ai-answers/</link>
      <guid isPermaLink="true">https://nexvirox.com/seo-and-discovery/generative-engine-optimization-getting-cited-by-ai-answers/</guid>
      <pubDate>Tue, 07 Jul 2026 09:00:00 GMT</pubDate>
      <dc:creator><![CDATA[Nex Virox Content Team]]></dc:creator>
      <category>SEO &amp; Discovery</category>
      <description><![CDATA[AI answer engines read differently than classic crawlers. Here is how to structure content so ChatGPT, Claude, Perplexity, and AI Overviews can cite it.]]></description>
    </item>
    <item>
      <title>Static-First Architecture for Sites That Serve 100M Visits</title>
      <link>https://nexvirox.com/engineering/static-first-architecture-for-sites-that-serve-100m-visits/</link>
      <guid isPermaLink="true">https://nexvirox.com/engineering/static-first-architecture-for-sites-that-serve-100m-visits/</guid>
      <pubDate>Sat, 04 Jul 2026 09:00:00 GMT</pubDate>
      <dc:creator><![CDATA[Nex Virox Content Team]]></dc:creator>
      <category>Engineering</category>
      <description><![CDATA[How to design a publishing platform where the database never touches hot traffic, using static generation, tag-based revalidation, and an edge CDN.]]></description>
    </item>
    <item>
      <title>Streaming CSV Imports Without Blowing Up Memory</title>
      <link>https://nexvirox.com/engineering/streaming-csv-imports-without-blowing-up-memory/</link>
      <guid isPermaLink="true">https://nexvirox.com/engineering/streaming-csv-imports-without-blowing-up-memory/</guid>
      <pubDate>Wed, 01 Jul 2026 09:00:00 GMT</pubDate>
      <dc:creator><![CDATA[Nex Virox Content Team]]></dc:creator>
      <category>Engineering</category>
      <description><![CDATA[How to ingest a 100,000-row CSV in constant memory: stream the parse, validate per row, queue in chunks, and make the whole thing resumable.]]></description>
    </item>
    <item>
      <title>Core Web Vitals in 2026: What Actually Moves the Needle</title>
      <link>https://nexvirox.com/web-performance/core-web-vitals-in-2026-what-actually-moves-the-needle/</link>
      <guid isPermaLink="true">https://nexvirox.com/web-performance/core-web-vitals-in-2026-what-actually-moves-the-needle/</guid>
      <pubDate>Sun, 28 Jun 2026 09:00:00 GMT</pubDate>
      <dc:creator><![CDATA[Nex Virox Content Team]]></dc:creator>
      <category>Web Performance</category>
      <description><![CDATA[INP replaced FID, CLS budgets tightened, and field data rules. Here is where to spend your effort for the biggest measurable gains.]]></description>
    </item>
    <item>
      <title>Accessibility Is SEO: The Overlap You Cannot Ignore</title>
      <link>https://nexvirox.com/web-performance/accessibility-is-seo-the-overlap-you-cannot-ignore/</link>
      <guid isPermaLink="true">https://nexvirox.com/web-performance/accessibility-is-seo-the-overlap-you-cannot-ignore/</guid>
      <pubDate>Wed, 24 Jun 2026 09:00:00 GMT</pubDate>
      <dc:creator><![CDATA[Nex Virox Content Team]]></dc:creator>
      <category>Web Performance</category>
      <description><![CDATA[Semantic landmarks, alt text, keyboard navigation, and color contrast serve users and crawlers alike. Where the two disciplines reinforce each other.]]></description>
    </item>
    <item>
      <title>Designing URL and Redirect Systems That Never Leak Link Equity</title>
      <link>https://nexvirox.com/seo-and-discovery/designing-url-and-redirect-systems-that-never-leak-link-equity/</link>
      <guid isPermaLink="true">https://nexvirox.com/seo-and-discovery/designing-url-and-redirect-systems-that-never-leak-link-equity/</guid>
      <pubDate>Sun, 21 Jun 2026 09:00:00 GMT</pubDate>
      <dc:creator><![CDATA[Nex Virox Content Team]]></dc:creator>
      <category>SEO &amp; Discovery</category>
      <description><![CDATA[Trailing slashes, host canonicalization, and single-hop redirects — the boring plumbing that decides whether your authority compounds or drains away.]]></description>
    </item>
    <item>
      <title>Caching Headers Explained: s-maxage, SWR, and immutable</title>
      <link>https://nexvirox.com/web-performance/caching-headers-explained-s-maxage-swr-and-immutable/</link>
      <guid isPermaLink="true">https://nexvirox.com/web-performance/caching-headers-explained-s-maxage-swr-and-immutable/</guid>
      <pubDate>Tue, 16 Jun 2026 09:00:00 GMT</pubDate>
      <dc:creator><![CDATA[Nex Virox Content Team]]></dc:creator>
      <category>Web Performance</category>
      <description><![CDATA[A precise, example-driven tour of the Cache-Control directives that let a CDN serve your pages instantly while keeping them fresh.]]></description>
    </item>
    <item>
      <title>TypeScript Strict Mode: Worth the Friction</title>
      <link>https://nexvirox.com/engineering/typescript-strict-mode-worth-the-friction/</link>
      <guid isPermaLink="true">https://nexvirox.com/engineering/typescript-strict-mode-worth-the-friction/</guid>
      <pubDate>Fri, 12 Jun 2026 09:00:00 GMT</pubDate>
      <dc:creator><![CDATA[Nex Virox Content Team]]></dc:creator>
      <category>Engineering</category>
      <description><![CDATA[Strict mode surfaces the bugs you would otherwise ship. A pragmatic case for turning it on everywhere — and the flags that matter most.]]></description>
    </item>
  </channel>
</rss>