fix: improve SEO

This commit is contained in:
Carl-Gerhard Lindesvärd
2025-12-04 09:46:12 +01:00
parent a37e37c28b
commit 4b775ff2c5
10 changed files with 155 additions and 44 deletions

View File

@@ -18,6 +18,7 @@ export const Route = createFileRoute('/_public/onboarding')({
head: () => ({
meta: [
{ title: createEntityTitle('Create an account', PAGE_TITLES.ONBOARDING) },
{ name: 'robots', content: 'noindex, follow' },
],
}),
beforeLoad: async ({ context }) => {
@@ -56,7 +57,6 @@ function Component() {
return (
<div className="col gap-8 w-full text-left">
<div>
<LogoSquare className="size-12 mb-8 md:hidden" />
<h1 className="text-3xl font-bold text-foreground mb-2">
Create an account
</h1>