@php /** * Day-7 recommendation digest hero. * * EMAIL-002: Sent to users who have open recommendations but haven't applied any. * Shows top 3 recommendations (by impact score) from their most recent analysis. * * @var string $greetingName * @var string $siteName * @var array $topRecommendations * @var int $recommendationCount * @var string $actionUrl * @var string $unsubscribeUrl */ $topRecommendations = $topRecommendations ?? []; @endphp @if (! empty($topRecommendations)) @foreach ($topRecommendations as $i => $rec) @endforeach
{{ str_pad((string) ($i + 1), 2, '0', STR_PAD_LEFT) }}

{{ $rec['title'] ?? 'Recommendation' }}

{{ strtolower(str_replace('_', ' ', $rec['action_type'] ?? '')) }}   Impact score: {{ $rec['impact_score'] ?? 0 }}

@if (! empty($rec['page_url']))

{{ $rec['page_url'] }}

@endif
@endif View All Recommendations

Apply a recommendation and RankWizAI will automatically track the traffic lift over the following weeks.

Manage email preferences