On This Page
Link Status Monitor
Monitoring Link Status
Step: Navigate to Link Monitor
- Click "Link Monitor" in the sidebar
- You'll see the Link Status Monitor page
Step: View Status Summary
- Status Cards: Click on any status card (200 OK, 404, 500, Timeout, Unknown) to filter links by that status
- Each card shows the count of links with that status
Step: Filter Links
- Status Filter: Select a specific status code from the dropdown
- Domain Filter: Select a domain to filter by
- Search: Enter a destination URL to search for specific links
- The links list will update automatically
Step: View Links by Status
- See a list of all links with their current status
- Each link shows:
- Slug
- Destination URL
- Current status code
- Last checked timestamp
- Actions available
Step: Recheck Status
- Select links by checking the boxes (if bulk selection is available)
- Click "Recheck Selected" button
- The system will check the status of selected links
- Status will update after checks complete
Step: View Links by Destination
- Click on a destination URL in the links list
- You'll be taken to the "Links by Destination URL" page
- See all links that redirect to the same destination
- Useful for identifying duplicate links or managing redirects
Understanding Status Codes
- 200 OK: Destination is accessible and working correctly
- 301/302: Redirect responses (these are normal for redirect chains)
- 404 Not Found: Destination URL returns 404 error
- 500 Error: Destination server error
- Timeout: Request took too long (destination may be slow or unreachable)
- Unknown: Unable to determine status (network error, invalid URL, etc.)
Action Recommendations
- 404/500/Timeout: Check the destination URL, update if needed
- Unknown: Verify the URL is valid and accessible
- 200/301/302: No action needed, link is working
---