|
= htmlspecialchars($domain) ?>
|
ON
OFF
|
= htmlspecialchars(date('m.Y', strtotime((string) $row['metric_month']))) ?>
-
|
= (int) $row['top3'] ?>
= $formatDelta($row['top3'], $row['prev_top3'] ?? null) ?>
-
|
= (int) $row['top10'] ?>
= $formatDelta($row['top10'], $row['prev_top10'] ?? null) ?>
-
|
= (int) $row['top20'] ?>
= $formatDelta($row['top20'], $row['prev_top20'] ?? null) ?>
-
|
= (int) $row['top50'] ?>
= $formatDelta($row['top50'], $row['prev_top50'] ?? null) ?>
-
|
= (int) $row['traffic'] ?>
= $formatDelta($row['traffic'], $row['prev_traffic'] ?? null) ?>
-
|
= (int) ($row['indexed_pages'] ?? 0) ?>
= $formatDelta($row['indexed_pages'] ?? 0, $row['prev_indexed_pages'] ?? null) ?>
-
|
= htmlspecialchars(date('d.m.Y H:i', strtotime((string) $row['updated_at']))) ?>
-
|
|