Skip to content

Commit 8105587

Browse files
authored
SEO Improvements (#33)
* Update index.html * Update alt tags on index.html * Update docs.html * Update index.html * Update docs.html * Update index.html * Update docs.html * Update index.html
1 parent a80dd37 commit 8105587

2 files changed

Lines changed: 12 additions & 6 deletions

File tree

src/public/docs.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
<meta charset="UTF-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<meta name="title" content="Jet Set Radio API - Documentation">
8+
<meta name="description" content="Learn how to start using the Jet Set Radio API so you can utilize it in your applications sooner!">
9+
<meta name="keywords" content="jet set radio, api, documentation, bomb rush cyberfunk, video game">
710
<title>JSRAPI - Documentation</title>
811
<link rel="stylesheet" href="/style/docs.css">
912
</head>
@@ -31,7 +34,7 @@ <h2>Base URL</h2>
3134

3235
<div class="main-container">
3336
<h2>Authentication</h2>
34-
<p>Jsrapi is a completely open API. No authentication is required. This means you are only able to do GET requests. If you find a mistake in the data, then send an email to the <a class="inline-a" href="mailto: jetsetradio.api@gmail.com">author</a> or post on issue on the <a class="inline-a" href="https://github.com/Jet-Set-Radio-API/JetSetRadio-API">github page</a>.</p>
37+
<p>Jsrapi is a completely open API. No authentication is required. This means you are only able to do GET requests. If you find a mistake in the data, then send an email to <b>jetsetradio.api@gmail.com</b> or post on issue on the <a class="inline-a" href="https://github.com/Jet-Set-Radio-API/JetSetRadio-API">github page</a>.</p>
3538
</div>
3639

3740
<div class="main-container">
@@ -205,8 +208,8 @@ <h2>Artists</h2>
205208
</div>
206209

207210
<footer>
208-
<a href="https://github.com/Jet-Set-Radio-API/JetSetRadio-API"><img src="/img/github.webp" alt=""></a>
209-
<a href="/api-docs"><img src="/img/swagger.webp" alt=""></a>
211+
<a href="https://github.com/Jet-Set-Radio-API/JetSetRadio-API"><img src="/img/github.webp" alt="github-page-link"></a>
212+
<a href="/api-docs"><img src="/img/swagger.webp" alt="swagger-docs-button"></a>
210213
</footer>
211214

212215
<script type="module" src="/js/docs.js"></script>

src/public/index.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
<meta charset="UTF-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<meta name="title" content="Jet Set Radio API">
8+
<meta name="description" content="Integrate Jet Set Radio Data into your applicatiosn utilizing this public API.">
9+
<meta name="keywords" content="jet set radio, api, documentation, bomb rush cyberfunk, video game">
710
<title>Jet Set Radio API</title>
811
<link rel="stylesheet" href="./style/index.css">
912
</head>
@@ -24,8 +27,8 @@ <h2>JSRAPI</h2>
2427
</div>
2528
</div>
2629
<footer>
27-
<a href="https://github.com/Jet-Set-Radio-API/JetSetRadio-API"><img src="./img/github.webp" alt=""></a>
28-
<a href="/api-docs"><img src="./img/swagger.webp" alt=""></a>
30+
<a href="https://github.com/Jet-Set-Radio-API/JetSetRadio-API"><img src="./img/github.webp" alt="github-page-link"></a>
31+
<a href="/api-docs"><img src="./img/swagger.webp" alt="swagger-docs-button"></a>
2932
</footer>
3033
</body>
31-
</html>
34+
</html>

0 commit comments

Comments
 (0)