Check URL Status monitors webpage accessibility by checking HTTP status codes. Perfect for SEO audits, website monitoring, and identifying broken links that could impact user experience or search rankings.


When to Use It

Use this node to:

  • Monitor website uptime and page availability
  • Find broken links for Ads and SEO audits
  • Monitor redirects and server errors

Inputs

FieldTypeRequiredDescription
URL Input TypeTabsYesChoose between single URL or multiple URLs
URLTextYes*Single webpage URL to check (*Required for single URL mode)
URLsTextYes*List of URLs to check (*Required for multiple URLs mode)
Filter ResultsSelectYesChoose which status codes to include in output

How It Works

This node sends HTTP requests to the specified URLs and returns their status codes along with response details. You can check a single URL or process multiple URLs in bulk.

URL Input Modes

Single URL:

  • Check one webpage at a time
  • Perfect for testing specific pages
  • Faster processing for single checks

Multiple URLs:

  • Check multiple pages in one operation
  • Ideal for bulk link validation
  • Paste URLs separated by new lines or commas

Filter Options

FilterDescriptionUse Case
All URLsReturn all checked URLs regardless of statusComplete audit reports
Only Errors (4xx, 5xx)Show only broken or problematic URLsFind broken links quickly
Only Success (2xx)Show only working URLsVerify functional pages
Only Redirects (3xx)Show only redirected URLsTrack redirect chains

Output

The node returns:

  • URL - The checked webpage address
  • Status Code - HTTP response code (200, 404, 500, etc.)
  • Status Text - Human-readable status description
  • Response Time - How long the request took
  • Redirect URL - Final destination if redirected
  • Error Details - Additional information for failed requests

Common Status Codes

CodeMeaningAction Needed
200Page loads successfully✅ No action needed
301/302Page redirectsCheck if redirect is intended
404Page not foundFix broken link or remove
500Server errorContact website owner
503Service unavailableTry again later

FAQ