{% if counts and not counts_failed %}
| # | {{ "Page title & location" | rt }} | {{ "Anchor text & destination" | rt }} | {{ "PA" | rt }} | {{ "DA" | rt }} | {{ "Found" | rt }} |
|---|---|---|---|---|---|
| {{ i + 1 }} |
{{ backlink.title ?? 'None' }}
|
{{ backlink.anchor ?? 'None' }}
{% if backlink.nofollow %}
{{ "nofollow" | rt }}
{% endif %}
|
{{ backlink.inlink_rank }}
|
{{ backlink.domain_inlink_rank }}
|
{{ backlink.first_seen }} |
| {{ "Nothing to show." | rt }} | |||||