{% extends "admin/base.html" %} {% block title %}Link Validator - Focomy{% endblock %} {% block header_title %}Link Validator{% endblock %} {% block content %}
| Source Page | Broken Link | Actions |
|---|---|---|
|
{{ link.source_title }}
{{ link.source_url }}
|
{{ link.target_url }}
{{ link.status }}
|
Find & Edit |
| Source Page | Broken External Link | Status |
|---|---|---|
|
{{ link.source_title }}
{{ link.source_url }}
|
{{ link.target_url[:60] }}{% if link.target_url | length > 60 %}...{% endif %} | {{ link.status }} |
Click a button above to run link validation.
Internal link check is fast. External check may take several minutes for large sites.
All links are valid! No broken links found.
Found {{ orphans | length }} page(s) not linked from anywhere:
| Page | URL | Type | Actions |
|---|---|---|---|
| {{ page.title }} |
{{ page.url }}
|
{{ page.type }} | View Edit |
No orphan pages found! All published pages are linked.
Click "Find Orphan Pages" to detect pages not linked from anywhere.