Refine SEO, uploads, and deploy handling

This commit is contained in:
2026-05-02 10:48:08 +02:00
parent b6be6ed2ac
commit a9dfa6ea11
97 changed files with 373 additions and 327 deletions

View File

@@ -661,8 +661,8 @@ it('public collection search exposes noindex seo props on filtered pages', funct
->component('Collection/CollectionFeaturedIndex')
->where('seo.robots', 'noindex,follow')
->where('seo.canonical', $url)
->where('seo.title', 'Search Collections — Skinbase Nova')
->where('seo.description', 'Search results for "SEO Search Target" across public Skinbase Nova collections.'));
->where('seo.title', 'Search Collections — Skinbase')
->where('seo.description', 'Search results for "SEO Search Target" across public Skinbase collections.'));
});
it('saved collections support private saved notes', function () {