<?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: Rajiv khanduja</title>
    <description>The latest articles on DEV Community by Rajiv khanduja (@rajiv_khanduja_418b843138).</description>
    <link>https://dev.to/rajiv_khanduja_418b843138</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%2F3813047%2F5eb74b84-8ecc-49db-9613-855350128f81.jpg</url>
      <title>DEV Community: Rajiv khanduja</title>
      <link>https://dev.to/rajiv_khanduja_418b843138</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rajiv_khanduja_418b843138"/>
    <language>en</language>
    <item>
      <title>I built a Chrome Extension to validate sitemap.xml in one click — here's why and how</title>
      <dc:creator>Rajiv khanduja</dc:creator>
      <pubDate>Thu, 30 Apr 2026 03:25:13 +0000</pubDate>
      <link>https://dev.to/rajiv_khanduja_418b843138/i-built-a-chrome-extension-to-validate-sitemapxml-in-one-click-heres-why-and-how-3pdp</link>
      <guid>https://dev.to/rajiv_khanduja_418b843138/i-built-a-chrome-extension-to-validate-sitemapxml-in-one-click-heres-why-and-how-3pdp</guid>
      <description>&lt;h2&gt;
  
  
  The itch I had to scratch
&lt;/h2&gt;

&lt;p&gt;Every time I ran a technical SEO audit, I'd end up doing the same manual dance: copy the sitemap URL, paste it into an online validator, wait, get back a wall of output, squint at it.&lt;/p&gt;

&lt;p&gt;It felt like a solved problem that hadn't actually been solved for people who live in the browser.&lt;/p&gt;

&lt;p&gt;So I built &lt;strong&gt;Sitemap XML Validator&lt;/strong&gt; — a Chrome Extension that validates your sitemap.xml right inside Chrome, for free.&lt;/p&gt;




&lt;h2&gt;
  
  
  What it does
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Parses any sitemap.xml URL you open in Chrome&lt;/li&gt;
&lt;li&gt;Detects malformed XML, missing tags, and structural errors&lt;/li&gt;
&lt;li&gt;Returns results instantly inside the extension panel&lt;/li&gt;
&lt;li&gt;No account, no upload, no waiting&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Who it's for
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Devs doing pre-launch QA&lt;/li&gt;
&lt;li&gt;SEO professionals running technical audits&lt;/li&gt;
&lt;li&gt;Anyone managing a site with a sitemap&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  The technical side (quick overview)
&lt;/h2&gt;

&lt;p&gt;The extension reads the active tab's URL, fetches the sitemap content, and runs an XML parse + validation pass. Errors and warnings are categorised and surfaced in a clean summary view.&lt;/p&gt;

&lt;p&gt;It's intentionally lightweight — no background tracking, no data sent anywhere, no bloat.&lt;/p&gt;




&lt;h2&gt;
  
  
  Try it
&lt;/h2&gt;

&lt;p&gt;It's live on the Chrome Web Store now, completely free.&lt;/p&gt;

&lt;p&gt;Would love feedback from the dev community — especially if you've built anything similar or have thoughts on what other checks would be useful. Drop a comment!&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Built as a side project. All feedback welcome.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>webdev</category>
      <category>extensions</category>
    </item>
    <item>
      <title>I built a Chrome Extension to validate sitemap.xml in one click — here's why and how</title>
      <dc:creator>Rajiv khanduja</dc:creator>
      <pubDate>Thu, 30 Apr 2026 03:25:13 +0000</pubDate>
      <link>https://dev.to/rajiv_khanduja_418b843138/i-built-a-chrome-extension-to-validate-sitemapxml-in-one-click-heres-why-and-how-2j41</link>
      <guid>https://dev.to/rajiv_khanduja_418b843138/i-built-a-chrome-extension-to-validate-sitemapxml-in-one-click-heres-why-and-how-2j41</guid>
      <description>&lt;h2&gt;
  
  
  The itch I had to scratch
&lt;/h2&gt;

&lt;p&gt;Every time I ran a technical SEO audit, I'd end up doing the same manual dance: copy the sitemap URL, paste it into an online validator, wait, get back a wall of output, squint at it.&lt;/p&gt;

&lt;p&gt;It felt like a solved problem that hadn't actually been solved for people who live in the browser.&lt;/p&gt;

&lt;p&gt;So I built &lt;strong&gt;Sitemap XML Validator&lt;/strong&gt; — a Chrome Extension that validates your sitemap.xml right inside Chrome, for free.&lt;/p&gt;




&lt;h2&gt;
  
  
  What it does
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Parses any sitemap.xml URL you open in Chrome&lt;/li&gt;
&lt;li&gt;Detects malformed XML, missing tags, and structural errors&lt;/li&gt;
&lt;li&gt;Returns results instantly inside the extension panel&lt;/li&gt;
&lt;li&gt;No account, no upload, no waiting&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Who it's for
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Devs doing pre-launch QA&lt;/li&gt;
&lt;li&gt;SEO professionals running technical audits&lt;/li&gt;
&lt;li&gt;Anyone managing a site with a sitemap&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  The technical side (quick overview)
&lt;/h2&gt;

&lt;p&gt;The extension reads the active tab's URL, fetches the sitemap content, and runs an XML parse + validation pass. Errors and warnings are categorised and surfaced in a clean summary view.&lt;/p&gt;

&lt;p&gt;It's intentionally lightweight — no background tracking, no data sent anywhere, no bloat.&lt;/p&gt;




&lt;h2&gt;
  
  
  Try it
&lt;/h2&gt;

&lt;p&gt;It's live on the Chrome Web Store now, completely free.&lt;/p&gt;

&lt;p&gt;Would love feedback from the dev community — especially if you've built anything similar or have thoughts on what other checks would be useful. Drop a comment!&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Built as a side project. All feedback welcome.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>webdev</category>
      <category>extensions</category>
    </item>
  </channel>
</rss>
