Skip to content

Commit

Permalink
Merge pull request #1 from ittipatken/seo
Browse files Browse the repository at this point in the history
feat: add descriptions to increase SEO score
  • Loading branch information
dae authored Jan 15, 2025
2 parents 67f9e34 + 5e68ba4 commit 37f5fbb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/lib/components/sections/Downloads.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,14 @@
<DualHeader title="downloads">
{#snippet subtitle()}
<p>
Choose the correct download for your platform. Installation guides can be found <a
Choose the correct download for your platform. For details, see <a
href="https://docs.ankiweb.net/getting-started.html#installing--upgrading"
aria-label="Anki Manual: Installing and Upgrading"
class="text-primary hover:opacity-80"
target="_blank"
rel="noopener noreferrer"
>
here
installation guides
</a>
</p>
{/snippet}
Expand Down
1 change: 1 addition & 0 deletions src/lib/components/sections/Hero.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
</div>
<a
href="https://docs.ankiweb.net/background.html"
aria-label="Anki Manual: Background"
target="_blank"
rel="noopener noreferrer"
class="aspect-[16/5] w-40 md:w-56 px-3 lg:px-8 text-white border-2 border-white/[13%] flex justify-center items-center text-xl md:text-2xl font-bold hover:opacity-60 transition-all duration-200"
Expand Down
4 changes: 4 additions & 0 deletions src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
<svelte:head>
<title>Anki - powerful, intelligent flashcards</title>
<link rel="icon" href="{base}/logo.svg" />
<meta
name="description"
content="Anki - a program which makes remembering things easy."
/>
</svelte:head>

<Navigation />
Expand Down

0 comments on commit 37f5fbb

Please sign in to comment.