{% extends "base.html" %} {% block title %}Jakość danych - Admin{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
Przegląd kompletności i jakości danych {{ total }} firm w katalogu
Poniższe dane zostały znalezione w Google Business Profile, ale nie są jeszcze w profilu firmy.
| Firma | Pole | Źródło | Wartość | Akcja |
|---|---|---|---|---|
| {{ item.company_name }} | {{ item.field }} |
{{ item.source }}
{% if item.google_name and item.google_name.lower() != item.company_name.lower() %}
Profil: {{ item.google_name[:40] }} {% endif %} |
{{ item.value[:50] }} |
| Firma | Strona | Dopasowania | Akcja | |
|---|---|---|---|---|
|
{{ d.company_name }}
{% if d.brave_description %}
{{ d.brave_description }} {% endif %} |
{{ d.domain }}
{% if d.title %}
{{ d.title[:80] }} {% endif %} |
{% if d.has_nip %}
NIP
{% endif %}
{% if d.has_regon %}
REGON
{% endif %}
{% if d.has_krs %}
KRS
{% endif %}
{% if d.has_phone %}
Tel
{% endif %}
{% if d.has_email %}
Email
{% endif %}
{% if d.has_city %}
Miasto
{% endif %}
{% if d.has_owner %}
Właściciel
{% endif %}
Domena
{% if d.match_geo == 'wejherowo' %}
Wejherowo
{% elif d.match_geo == 'powiat' %}
Powiat
{% elif d.match_geo == 'pomorskie' %}
Pomorskie
{% else %}
Lokalizacja
{% endif %}
|
|
|
|
{{ d.snippet }}
|
||||
Brak kandydatów. Kliknij "Szukaj WWW" aby uruchomić wyszukiwanie.
{% endif %} {% if rejected_companies %}| Firma | Score | Pola | Kompletność | Jakość | Akcje | |
|---|---|---|---|---|---|---|
| {{ c.name }} | {{ c.score }}% {% if c.registry_stale %} Dane stare {% endif %} | {{ c.filled }}/{{ c.total }} |
{% for fname, fval in c.fields.items() %}
{% endfor %}
|
{% if c.label == 'basic' %}Podstawowe{% elif c.label == 'enhanced' %}Rozszerzone{% else %}Kompletne{% endif %} |
{# 1. Rejestr #}
{% if not c.fields['Dane urzędowe'] and c.nip %}
{% else %}
{% endif %}
{# 2. Szukaj WWW #}
{% if not c.website %}
{% else %}
{% endif %}
{# 3. SEO #}
{% if not c.fields['Audyt SEO'] and c.website %}
{% else %}
{% endif %}
{# 4. Social #}
{% if not c.fields['Audyt Social'] %}
{% else %}
{% endif %}
{# 5. GBP #}
{% if not c.fields['Audyt GBP'] %}
{% else %}
{% endif %}
{# 6. Logo #}
{% if not c.fields['Logo'] and c.website %}
{% else %}
{% endif %}
|