mirror of
https://github.com/NoCrypt/migu.git
synced 2026-03-11 17:45:32 +00:00
feat: minor SEO stuff
This commit is contained in:
parent
3260b7ce8e
commit
3081976587
4 changed files with 41 additions and 1 deletions
|
|
@ -4,7 +4,31 @@
|
|||
<meta charset='utf-8'>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
|
||||
<meta name="theme-color" content="#17191C">
|
||||
<meta name="color-scheme" content="dark" />
|
||||
<meta name="description" content="Stream anime torrents, real-time with no waiting for downloads.">
|
||||
<meta name="keywords" content="Miru, Anime, BitTorrent, Torrent, Streaming, ">
|
||||
<meta name="author" content="ThaUnknown">
|
||||
<meta name="hostname" content="miru.watch">
|
||||
<meta name="expected-hostname" content="miru.watch">
|
||||
|
||||
<link rel="search" type="application/opensearchdescription+xml" href="%sveltekit.assets%/opensearch.xml" title="GitHub">
|
||||
|
||||
<meta name="twitter:image:src" content="%sveltekit.assets%/app.png" />
|
||||
<meta name="twitter:site" content="@ThaUnknown_" />
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="Miru: Bittorrent streaming software for cats. Stream anime torrents, real-time with no waiting for downloads." />
|
||||
<meta name="twitter:description" content="Bittorrent streaming software for cats. Stream anime torrents, real-time with no waiting for downloads. - Miru: Bittorrent streaming software for cats." />
|
||||
<meta property="og:image" content="%sveltekit.assets%/app.png" />
|
||||
<meta property="og:image:alt" content="Stream anime torrents, real-time with no waiting for downloads. - Miru: Bittorrent streaming software for cats." />
|
||||
<meta property="og:site_name" content="Miru" />
|
||||
<meta property="og:type" content="object" />
|
||||
<meta property="og:title" content="Miru: Bittorrent streaming software for cats. Stream anime torrents, real-time with no waiting for downloads." />
|
||||
<meta property="og:url" content="https://miru.watch" />
|
||||
<meta property="og:description" content="Bittorrent streaming software for cats. Stream anime torrents, real-time with no waiting for downloads. - Miru: Bittorrent streaming software for cats." />
|
||||
|
||||
|
||||
<link rel="icon" href="%sveltekit.assets%/logo.ico" />
|
||||
<link rel="fluid-icon" href="%sveltekit.assets%/logo.ico" title="Miru">
|
||||
<title>Miru | Torrenting Made Simple</title>
|
||||
|
||||
%sveltekit.head%
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
</script>
|
||||
|
||||
<div class='d-flex position-relative justify-content-center align-items-center hero flex-column' bind:this={hero}>
|
||||
<div class='position-absolute ghost text-nowrap font-weight-semi-bold'>
|
||||
<div class='position-absolute ghost text-nowrap font-weight-semi-bold' data-nosnippet>
|
||||
MIRU MIRU MIRU MIRU MIRU MIRU MIRU MIRU MIRU MIRU MIRU MIRU MIRU
|
||||
</div>
|
||||
<div class='h-50' />
|
||||
|
|
|
|||
10
web/static/opensearch.xml
Normal file
10
web/static/opensearch.xml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
|
||||
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"
|
||||
xmlns:moz="http://www.mozilla.org/2006/browser/search/">
|
||||
<ShortName>Miru</ShortName>
|
||||
<Description>Search Miru</Description>
|
||||
<InputEncoding>UTF-8</InputEncoding>
|
||||
<Image width="16" height="16" type="image/x-icon">https://miru.watch/logo.ico</Image>
|
||||
<Url type="text/html" method="get" template="miru://anime/"/>
|
||||
<moz:SearchForm>miru://anime/</moz:SearchForm>
|
||||
</OpenSearchDescription>
|
||||
6
web/static/robots.txt
Normal file
6
web/static/robots.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
User-agent: baidu
|
||||
crawl-delay: 1
|
||||
|
||||
User-agent: *
|
||||
|
||||
Allow: /*
|
||||
Loading…
Reference in a new issue