{% extends "layout.html" %} {% block content %}
Monitor your domains for Nawala blocking status, Google rankings, and AMP connectivity.
Total Domains
Domains Blocked
AMP Connected
This system monitors your domains for Nawala blocking status, checks Google search rankings, and verifies AMP connectivity.
When a domain is blocked, the system will send a Telegram notification with detailed information about the domain's status.
Domain | Status | Google Rank | AMP Status | Last Checked |
---|---|---|---|---|
{{ result['domain'] }} | {% if result['is_blocked'] == 1 %} Blocked {% else %} Unblocked {% endif %} | {{ result['google_rank'] }} | {% if result['amp_status'] == 'Terhubung' %} Connected {% else %} Disconnected {% endif %} | {{ result['checked_at'] }} |
Added on: {{ domain['created_at'] }}
Domain | Brand | Status | Google Rank | AMP Status | Last Checked |
---|---|---|---|---|---|
{{ result['domain'] }} | {{ result['brand'] }} | {% if result['is_blocked'] == 1 %} Blocked {% else %} Unblocked {% endif %} | {{ result['google_rank'] }} | {% if result['amp_status'] == 'Terhubung' %} Connected {% else %} Disconnected {% endif %} | {{ result['checked_at'] }} |