diff options
Diffstat (limited to 'pages/en/about.js')
| -rw-r--r-- | pages/en/about.js | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/pages/en/about.js b/pages/en/about.js index 9bd32ed..cfbee6b 100644 --- a/pages/en/about.js +++ b/pages/en/about.js @@ -8,9 +8,17 @@ export default function About() { <> <Head> <title>Moopa - About</title> + <meta name="title" content="About" /> + <meta + name="description" + content="Moopa is a platform where you can watch and stream anime or read + manga for free, without any ads or VPNs. Our mission is to provide + a convenient and enjoyable experience for anime and manga + enthusiasts all around the world." + /> <meta name="about" content="About this web" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="icon" href="/c.svg" /> + <link rel="icon" href="/svg/c.svg" /> </Head> <Layout> <motion.div |