Implement creator studio and upload updates
This commit is contained in:
@@ -23,6 +23,36 @@ final class FooterController extends Controller
|
||||
'page_title' => 'FAQ — Skinbase',
|
||||
'page_meta_description' => 'Frequently Asked Questions about Skinbase — the community for skins, wallpapers, and photography.',
|
||||
'page_canonical' => url('/faq'),
|
||||
'faq_schema' => [[
|
||||
'@context' => 'https://schema.org',
|
||||
'@type' => 'FAQPage',
|
||||
'mainEntity' => [
|
||||
[
|
||||
'@type' => 'Question',
|
||||
'name' => 'What is Skinbase?',
|
||||
'acceptedAnswer' => [
|
||||
'@type' => 'Answer',
|
||||
'text' => 'Skinbase is a community gallery for desktop customisation including skins, themes, wallpapers, icons, and more.',
|
||||
],
|
||||
],
|
||||
[
|
||||
'@type' => 'Question',
|
||||
'name' => 'Is Skinbase free to use?',
|
||||
'acceptedAnswer' => [
|
||||
'@type' => 'Answer',
|
||||
'text' => 'Yes. Browsing and downloading are free, and registering is also free.',
|
||||
],
|
||||
],
|
||||
[
|
||||
'@type' => 'Question',
|
||||
'name' => 'Who runs Skinbase?',
|
||||
'acceptedAnswer' => [
|
||||
'@type' => 'Answer',
|
||||
'text' => 'Skinbase is maintained by a small volunteer staff team.',
|
||||
],
|
||||
],
|
||||
],
|
||||
]],
|
||||
'hero_title' => 'Frequently Asked Questions',
|
||||
'hero_description' => 'Answers to the most common questions from our members. Last updated March 1, 2026.',
|
||||
'breadcrumbs' => collect([
|
||||
|
||||
Reference in New Issue
Block a user