Clusters de Conteúdo

Crie uma estratégia de topic clusters para dominar seu nicho

@error('mainTopic') {{ $message }} @enderror
@if($error)
{{ $error }}
@endif @if($cluster)
Artigo Pilar

{{ $cluster['pillar']['title'] ?? 'Artigo Pilar' }}

{{ number_format($cluster['pillar']['word_count'] ?? 3000) }} palavras

{{ $cluster['pillar']['description'] ?? '' }}

@if(!empty($cluster['pillar']['keywords']))
@foreach($cluster['pillar']['keywords'] as $keyword) {{ $keyword }} @endforeach
@endif @if(!empty($cluster['pillar']['outline']))

Outline Sugerido:

    @foreach($cluster['pillar']['outline'] as $item)
  • {{ $item }}
  • @endforeach
@endif

Artigos Satélites ({{ count($cluster['clusters'] ?? []) }})

@foreach($cluster['clusters'] ?? [] as $index => $item) @php $priorityColors = [ 'high' => 'bg-red-500/10 border-red-500/30 text-red-400', 'medium' => 'bg-yellow-500/10 border-yellow-500/30 text-yellow-400', 'low' => 'bg-green-500/10 border-green-500/30 text-green-400', ]; $priorityLabels = ['high' => 'Alta', 'medium' => 'Média', 'low' => 'Baixa']; @endphp
{{ $priorityLabels[$item['priority'] ?? 'medium'] ?? 'Média' }} {{ number_format($item['word_count'] ?? 1500) }} palavras

{{ $item['title'] ?? '' }}

{{ $item['description'] ?? '' }}

@if(!empty($item['keywords']))
@foreach(array_slice($item['keywords'], 0, 3) as $kw) {{ $kw }} @endforeach
@endif
@endforeach
@if(!empty($cluster['content_calendar']))

Calendário (8 semanas)

@foreach($cluster['content_calendar'] as $item)
S{{ $item['week'] ?? '?' }}

{{ $item['article'] ?? '' }}

{{ ($item['type'] ?? '') === 'pillar' ? 'Pilar' : 'Satélite' }}
@endforeach
@endif @if(!empty($cluster['internal_linking_strategy']))

Estratégia de Links

{{ $cluster['internal_linking_strategy'] }}

@endif

Mapa Visual

PILAR
@foreach(range(1, min(count($cluster['clusters'] ?? []), 8)) as $i)
{{ $i }}
@endforeach

{{ count($cluster['clusters'] ?? []) }} artigos satélites

@else @if(!$isGenerating)

O que são Topic Clusters?

Topic Clusters são uma estratégia de SEO onde você cria um artigo "pilar" abrangente e vários artigos "satélites" que linkam para ele, criando autoridade temática.

1. Pilar

Artigo extenso e abrangente sobre o tema principal (3000+ palavras)

2. Satélites

Artigos menores que exploram subtópicos específicos (1000-2000 palavras)

3. Links

Todos os satélites linkam para o pilar, criando autoridade

@endif @endif