php artisan localities:enrich ou complétez manuellement.
| Requête | Clics | Impr. | CTR | Position moy. |
|---|---|---|---|---|
| {{ $q['query'] ?? '' }} | {{ number_format((int) ($q['clicks'] ?? 0), 0, ',', ' ') }} | {{ number_format((int) ($q['impressions'] ?? 0), 0, ',', ' ') }} | {{ isset($q['ctr']) ? number_format((float) $q['ctr'], 2, ',', ' ') . '%' : '—' }} | {{ isset($q['position_avg']) ? number_format((float) $q['position_avg'], 1, ',', ' ') : '—' }} |