mirror of
https://github.com/danbulant/Mangades
synced 2026-07-06 03:20:42 +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>
|
<svelte:head>
|
||||||
<title>{manga.title.en} Chapter {chapter.data.attributes.chapter} Page {page}</title>
|
<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>
|
</svelte:head>
|
||||||
|
|
||||||
<div class="top">
|
<div class="top">
|
||||||
|
|
|
||||||
|
|
@ -175,6 +175,7 @@
|
||||||
|
|
||||||
<svelte:head>
|
<svelte:head>
|
||||||
<title>Chapters of {manga.title.en}</title>
|
<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>
|
</svelte:head>
|
||||||
|
|
||||||
<main>
|
<main>
|
||||||
|
|
|
||||||
|
|
@ -109,7 +109,7 @@
|
||||||
|
|
||||||
<svelte:head>
|
<svelte:head>
|
||||||
<title>Mangadex search</title>
|
<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>
|
</svelte:head>
|
||||||
|
|
||||||
<main>
|
<main>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue