Refine SEO, uploads, and deploy handling
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
->addJsonLd([
|
||||
'@context' => 'https://schema.org',
|
||||
'@type' => 'CollectionPage',
|
||||
'name' => $meta['title'] ?? 'Nova Card Lineage - Skinbase Nova',
|
||||
'description' => $meta['description'] ?? 'Trace the remix lineage for this Nova Card.',
|
||||
'name' => $meta['title'] ?? 'Nova Lineage - Skinbase',
|
||||
'description' => $meta['description'] ?? 'Trace the remix lineage for this Card.',
|
||||
'url' => $meta['canonical'] ?? route('cards.lineage', ['slug' => $card['slug'], 'id' => $card['id']]),
|
||||
'mainEntity' => collect($familyCards ?? [])->map(fn ($familyCard) => [
|
||||
'@type' => 'CreativeWork',
|
||||
|
||||
Reference in New Issue
Block a user