Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Find orphaned content and under-linked cornerstone pages in your Filament SEO dashboard.
config/filarank.php
'scanned_models' => [ \App\Models\Post::class => ['label' => 'title'], \App\Models\Page::class => ['label' => 'name'], ],
$graph = app(\Usamamuneerchaudhary\FilaRank\Reports\SeoReports::class)->linkGraph(); $graph->orphans(); $graph->suggestionsFor($record); // keyphrase-based, cornerstone-boosted $graph->underlinkedCornerstones(3);