fix: update layout structure to use <main> for semantic HTML and improve SEO with robots.txt adjustments
Some checks failed
Frontend CI / build (push) Failing after 58s
Some checks failed
Frontend CI / build (push) Failing after 58s
This commit is contained in:
parent
07ab4ec157
commit
a9c88109d9
@ -10,8 +10,8 @@
|
||||
<svelte:head>
|
||||
<meta name="app-version" content={App.__VERSION__} />
|
||||
</svelte:head>
|
||||
<div class="min-h-screen">
|
||||
<main class="min-h-screen">
|
||||
<Navbar />
|
||||
<slot />
|
||||
</div>
|
||||
</main>
|
||||
<Footer />
|
||||
|
@ -1,2 +1,4 @@
|
||||
User-agent: *
|
||||
Allow: /
|
||||
Disallow: /dashboard/
|
||||
Disallow: /api/
|
||||
|
Loading…
x
Reference in New Issue
Block a user