<?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: Redirect Review</title>
    <description>The latest articles on DEV Community by Redirect Review (@redirect-review).</description>
    <link>https://dev.to/redirect-review</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4115857%2F0e001361-9735-4575-8b24-5507a38d96ae.png</url>
      <title>DEV Community: Redirect Review</title>
      <link>https://dev.to/redirect-review</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/redirect-review"/>
    <language>en</language>
    <item>
      <title>Redirect Review: checking a redirect CSV before a site migration</title>
      <dc:creator>Redirect Review</dc:creator>
      <pubDate>Tue, 08 Sep 2026 13:47:49 +0000</pubDate>
      <link>https://dev.to/redirect-review/redirect-review-checking-a-redirect-csv-before-a-site-migration-3lcm</link>
      <guid>https://dev.to/redirect-review/redirect-review-checking-a-redirect-csv-before-a-site-migration-3lcm</guid>
      <description>&lt;p&gt;Disclosure: I help run Redirect Review. We built it with AI assistance as a small, free tool for reviewing redirect plans before deployment. This post was also prepared with AI assistance.&lt;/p&gt;

&lt;p&gt;A CSV can look reasonable row by row and still contain a problem when its mappings are followed together:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;source,target
/old,/middle
/middle,/new
/a,/b
/b,/a
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;The first pair creates a two-hop chain. The second creates a loop. Redirect Review flags both, along with conflicting destinations, duplicate rules and unsupported URLs. It provides JSON and printable handoff reports.&lt;/p&gt;

&lt;p&gt;Try it: &lt;a href="https://redirect-review.pages.dev/" rel="noopener noreferrer"&gt;https://redirect-review.pages.dev/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The sample button works without uploading anything. For your own plan, paste a source,target CSV or choose a file. Relative paths use the base origin you supply. The limit is 1 MB and 5,000 mappings per file, with unlimited repeat checks and no signup or payment.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it can and cannot tell you
&lt;/h2&gt;

&lt;p&gt;This is static mapping analysis. It does not fetch the URLs or establish that a server returns a 301, that a destination exists, or that content is relevant. You still need live HTTP testing after deployment.&lt;/p&gt;

&lt;p&gt;Paths retain meaningful case, trailing slashes and query strings. Wildcard and regex rules are outside the current scope.&lt;/p&gt;

&lt;p&gt;CSV contents stay in browser memory. Separately, successful non-sample checks send a temporary random tab identifier and event type for usage counts; no mapped URLs, filenames or CSV values are included. Browser Do Not Track and Global Privacy Control disable these events.&lt;/p&gt;

&lt;h2&gt;
  
  
  Feedback we would use
&lt;/h2&gt;

&lt;p&gt;If you handle migrations, what failure would you want caught before handing a redirect plan to a developer? Does the report explain enough to fix it? Sample mappings are welcome; please do not post confidential client data.&lt;/p&gt;

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