Skip to content

Commit efe07be

Browse files
committed
SEO files
1 parent 633ae46 commit efe07be

File tree

4 files changed

+37
-0
lines changed

4 files changed

+37
-0
lines changed

public/404.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<!DOCTYPE html>
2+
<html lang="en" class="h-100">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1">
6+
<title>404: File Not Found</title>
7+
<link href="/css/bootstrap.min.css" rel="stylesheet">
8+
</head>
9+
<body class="h-100">
10+
<div class="w-100 h-100">
11+
<div class="d-flex flex-column justify-content-center align-items-center w-100 h-100">
12+
<div class="d-flex flex-row align-items-center alert alert-danger m-3" role="alert">
13+
<img class="pe-2" src="/images/stop.svg" alt="Error" width="100" height="100" />
14+
<span class="fs-4">File not found.&nbsp;&nbsp;&nbsp;Go to <a
15+
href="/">UnicodeSearch</a>.</span>
16+
</div>
17+
</div>
18+
</div>
19+
</body>
20+
</html>

public/robots.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#
2+
# robots.txt for UnicodeSearch.org
3+
#
4+
5+
Sitemap: https://www.unicodesearch.org/sitemap.xml
6+
7+
User-agent: *
8+
Disallow: /honeypot.txt
9+
Allow: /

public/sitemap.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
3+
<url>
4+
<loc>https://www.unicodesearch.org/</loc>
5+
</url>
6+
</urlset>

src/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
<meta charset="UTF-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<title>Unicode Search</title>
8+
<meta name="description" content="Unicode Search lets you search the entire Unicode character database instantly" />
9+
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
810
<noscript>
911
<style>
1012
.scriptonly {

0 commit comments

Comments
 (0)