Refine SEO, uploads, and deploy handling
This commit is contained in:
@@ -374,7 +374,7 @@ export default function CollectionStaffSurfaces() {
|
||||
return (
|
||||
<>
|
||||
<Head>
|
||||
<title>{seo.title || 'Collection Surfaces — Skinbase Nova'}</title>
|
||||
<title>{seo.title || 'Collection Surfaces — Skinbase'}</title>
|
||||
<meta name="description" content={seo.description || 'Staff tools for collection surfaces.'} />
|
||||
{seo.canonical ? <link rel="canonical" href={seo.canonical} /> : null}
|
||||
<meta name="robots" content={seo.robots || 'noindex,follow'} />
|
||||
|
||||
Reference in New Issue
Block a user