Skip to content

Commit

Permalink
add object for google search engine
Browse files Browse the repository at this point in the history
  • Loading branch information
nyagami committed Jul 15, 2024
1 parent dfbae27 commit adf8717
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,21 @@
<title>LNReader</title>
<meta name="description" content="Discover and read light novels, novels and more - easier than ever on your Android device."/>
<meta property="og:title" content="LNReader"/>
<meta property="og:site_name" content="LNReader">
<meta property="og:image" content="https://lnreader.github.io/icon.png" />
<meta property="og:description" content="Discover and read light novels, novels and more - easier than ever on your Android device." />
<link rel="canonical" href="https://lnreader.github.io/">
<meta name="google-site-verification" content="jixjP1P9oS8dIDwCtE5H1gLViokUbfBC9zNlz13Tdt0" />
<link rel="manifest" href="/manifest.json">
<script type="application/ld+json">
{
"@context" : "https://schema.org",
"@type" : "WebSite",
"name" : "LNReader",
"url" : "https://lnreader.github.io/",
"alternateName": ["Light Novel Reader", "Novel Reader"],
}
</script>
</head>
<body>
<div id="root"></div>
Expand Down

0 comments on commit adf8717

Please sign in to comment.