mirror of
https://github.com/danbulant/Mangades
synced 2026-06-18 05:41:05 +00:00
small SEO changes
This commit is contained in:
parent
4d5610b2e0
commit
371861601b
3 changed files with 3 additions and 1 deletions
|
|
@ -179,6 +179,7 @@
|
|||
|
||||
<svelte:head>
|
||||
<title>{manga.title.en} Chapter {chapter.data.attributes.chapter} Page {page}</title>
|
||||
<meta name="description" value="Read page {page} of chapter {chapter.data.attributes.chapter} of {manga.title.en} online. Free of charge and ads." />
|
||||
</svelte:head>
|
||||
|
||||
<div class="top">
|
||||
|
|
|
|||
|
|
@ -175,6 +175,7 @@
|
|||
|
||||
<svelte:head>
|
||||
<title>Chapters of {manga.title.en}</title>
|
||||
<meta name="description" value="Read {manga.title.en} online, or download it as EPUB or CBZ file. Free of charge and ads." />
|
||||
</svelte:head>
|
||||
|
||||
<main>
|
||||
|
|
|
|||
|
|
@ -109,7 +109,7 @@
|
|||
|
||||
<svelte:head>
|
||||
<title>Mangadex search</title>
|
||||
<meta name="description" value="Read manga from Mangadex online, or download it as EPUB file to read it on your e-reader" />
|
||||
<meta name="description" value="Read manga from Mangadex online, or download it as EPUB or CBZ file to read it on your e-reader." />
|
||||
</svelte:head>
|
||||
|
||||
<main>
|
||||
|
|
|
|||
Loading…
Reference in a new issue