📜 Old version

Paste the previous version here.

📄 New version

Paste the new version here.

Show:
Diff result
Paste two versions above to see the diff.

FAQ

What does this tool do?

It compares two blocks of text line by line and shows you which lines were added (green), removed (red), or unchanged (gray). Useful for reviewing changes to llms.txt, robots.txt, sitemaps, schema markup, or any plain-text file.

How accurate is the diff?

The tool uses a standard longest-common-subsequence (LCS) algorithm. It produces a minimal diff (smallest number of additions and deletions). For files under ~1,000 lines it's effectively instant.

What's the difference between "All" and "Changed only" view?

All shows every line in both files, with unchanged lines in gray for context. Changed only hides runs of unchanged context and shows just the added/removed lines, with markers indicating where context was hidden.

Does this work for other file types?

Yes. The diff is purely text-based. It works for llms.txt, robots.txt, sitemap XML, JSON-LD, HTML, plain prose, anything line-oriented. It does not parse syntax, just compares lines as strings.

Are whitespace differences shown?

Yes. Lines that differ only in trailing or leading whitespace will appear as one removed + one added. The tool does not normalize whitespace; what you paste is what gets compared.

Does this tool send my data anywhere?

No. The diff runs entirely in your browser. Neither version is uploaded to a server.

Copied!