Understanding Validation Results and Status Categories

After running a validation, the Markdown Link Checker presents results in a clear, interactive table. Understanding each status category and column helps you quickly assess document health and prioritize fixes.

The table automatically groups entries by status while allowing flexible sorting, filtering, and searching. Color coding and detailed information make issues stand out immediately.

Status Categories Explained

Valid links return HTTP status codes in the 200–299 range and appear in green. These require no action and confirm working external resources or correctly resolved internal references.

Broken links show red highlighting and include any response code 400 or higher, network errors, timeouts, or unreachable hosts. These definitely need attention as they will frustrate readers.

Redirected entries appear in amber. The tool followed one or more redirects and reports both original and final URLs. While technically functional, updating to the canonical URL improves performance and clarity.

Skipped status covers links the tool could not fully validate, often due to browser security restrictions like CORS on HEAD requests. These may still work when clicked by users.

Ignored links match user-defined patterns and are excluded from active checking. They appear grayed out for reference but do not affect overall validation outcome.

Key Table Columns

The Text column shows visible link text exactly as written in your Markdown. URL displays the resolved address after redirect following when applicable. Line number pinpoints the exact location in source for quick navigation in your editor.

Status Code shows the final HTTP response, helping diagnose issues like 404 Not Found, 403 Forbidden, or 500 Internal Server Error.

Using Filters and Search

Dropdown filters let you isolate specific categories instantly. The search bar matches across link text and URLs, perfect for finding references to a particular domain or phrase.

Sorting by any column—especially line number—helps process issues sequentially through your document.

Taking Action

Focus first on Broken links, then review Redirected ones for updates. Export results when sharing findings with team members or tracking fixes over time.

Regular interpretation of these categories turns validation from a one-off task into an effective quality gate for all Markdown content.

Mastering the results display ensures you extract maximum value from every validation run.

Clear results lead to confident content maintenance.