Choose a domain to inspect trust and warning remediation.
++ {isLoading ? 'Loading trust snapshot…' : `Status: ${trustLabel}`} + {trust.envelope?.scannedAt ? ` · Last scan: ${new Date(trust.envelope.scannedAt).toLocaleString()}` : ''} + {trust.unresolvedCount ? ` · Open warnings: ${trust.unresolvedCount}` : ''} +
+ ) : ( +Enter a domain to view trust details.
+ )} + {error ?{error.message}
: null} +Resolve or ignore warnings to track reconciliation progress.
+Load a domain to inspect warnings.
+ ) : unresolvedWarnings.length === 0 ? ( +No open warnings for this domain.
+ ) : ( +Queue an async sitemap crawl and review per-page content findings.
++ Audit complete. Pages: {deepAuditResult.pages?.length ?? 0} · Indexed: + {' '} + {deepAuditResult.totals?.indexedCount ?? '—'} +
+ ) : ( +No deep audit run in this session.
+ )} +