> ## Documentation Index
> Fetch the complete documentation index at: https://docs.filarank.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Backlinks

> Import CSV exports from Ahrefs, Semrush, or Search Console, then score toxicity with AI.

You own the data; FilaRank enriches it. Import a CSV export from Ahrefs, Semrush, or Search Console. Headers are matched flexibly (`source_url` / `url` / `referring page`, `dr` / `domain_rating`, and so on), and rows are matched on source + target URL, so re-importing a refreshed export updates rows instead of duplicating them.

Optional [AI toxicity scoring](/ai) runs 25 unscored links at a time and stores a 0–100 spam score.

The importer reports counts:

```php theme={null}
['imported' => int, 'updated' => int, 'skipped' => int]
```

Hide the page if you don't need it:

```php theme={null}
FilaRankPlugin::make()->backlinks(false)
```
