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>
|
<svelte:head>
|
||||||
<meta name="app-version" content={App.__VERSION__} />
|
<meta name="app-version" content={App.__VERSION__} />
|
||||||
</svelte:head>
|
</svelte:head>
|
||||||
<div class="min-h-screen">
|
<main class="min-h-screen">
|
||||||
<Navbar />
|
<Navbar />
|
||||||
<slot />
|
<slot />
|
||||||
</div>
|
</main>
|
||||||
<Footer />
|
<Footer />
|
||||||
|
@ -1,2 +1,4 @@
|
|||||||
User-agent: *
|
User-agent: *
|
||||||
Allow: /
|
Allow: /
|
||||||
|
Disallow: /dashboard/
|
||||||
|
Disallow: /api/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user