Pesquisa de Keywords

Descubra oportunidades de palavras-chave para seu conteúdo

@error('seedKeyword') {{ $message }} @enderror
@if($error)
{{ $error }}
@endif @if(count($keywords) > 0)

{{ count($filteredKeywords) }} Keywords Encontradas

@foreach($filteredKeywords as $kw) @php $score = $this->calculateOpportunityScore($kw); $scoreColor = $score >= 70 ? 'text-green-400' : ($score >= 40 ? 'text-yellow-400' : 'text-red-400'); $diffColor = ($kw['difficulty'] ?? 0) <= 30 ? 'text-green-400' : (($kw['difficulty'] ?? 0) <= 60 ? 'text-yellow-400' : 'text-red-400'); @endphp @endforeach
Keyword Volume Dificuldade CPC Intenção Trend Score Ação
{{ $kw['keyword'] ?? '' }} {{ number_format($kw['volume'] ?? 0) }}
{{ $kw['difficulty'] ?? 0 }}
R$ {{ number_format($kw['cpc'] ?? 0, 2, ',', '.') }} @php $intentColors = [ 'informational' => 'bg-blue-500/20 text-blue-400', 'transactional' => 'bg-green-500/20 text-green-400', 'commercial' => 'bg-purple-500/20 text-purple-400', 'navigational' => 'bg-gray-500/20 text-gray-400', ]; $intentLabels = [ 'informational' => 'Info', 'transactional' => 'Transac', 'commercial' => 'Comercial', 'navigational' => 'Naveg', ]; @endphp {{ $intentLabels[$kw['intent'] ?? 'informational'] ?? 'Info' }} @if(($kw['trend'] ?? 'stable') === 'up') @elseif(($kw['trend'] ?? 'stable') === 'down') @else @endif {{ $score }} Criar
@if(count($relatedQuestions) > 0)

Perguntas Frequentes

@endif

Filtros

0 {{ $maxDifficulty }} 100

Legenda

Fácil (0-30)
Médio (31-60)
Difícil (61-100)
@else @if(!$isSearching)

Pesquise uma palavra-chave

Digite uma palavra-chave semente acima para descobrir oportunidades de conteúdo, volume de buscas, dificuldade e muito mais.

@endif @endif