Skip to content

Commit 19a7b96

Browse files
committed
Improve SEO
1 parent 7392880 commit 19a7b96

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
<!doctype HTML>
22
<html lang=en>
33
<!-- Hi there, kind visitor! If you scroll down to <table>, you'll find nicely written markup. Feel free to contribute! -->
4-
<title>Periodic Table of the Web</title>
4+
<title>Periodic Table of Web APIs</title>
5+
<meta name="keywords" content="web, www, visualization, map, perodic, api, html, css, javascript">
56
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.3/gh-fork-ribbon.min.css" />
67
<a class="github-fork-ribbon left-top" href="https://github.com/CrazyPython/wwwperiodictable" data-ribbon="Fork me on GitHub" title="Fork me on GitHub">Fork me on GitHub</a>
8+
<meta name="robots" content="index, follow">
79
<style>
810
/* How this works is each column is actually a table row. The following CSS rotates and transforms the table so it looks normal. */
911
table { transform: rotate(90deg) scaleY(-1) }
@@ -51,7 +53,7 @@
5153
.key div::before { content: ""; display: inline-block; height: 1em; width: 1em; background-color: var(--color); }
5254
</style>
5355
<div style="position: absolute; top: 1vw; right: 1vw;">By James Lu</div>
54-
<h2>Web Periodic Table v0.0.1</h2>
56+
<h2>Periodic Table of Web APIs v0.0.1</h2>
5557
<h3>Map of Web APIs/Technologies</h3>
5658
<div class="key">
5759
<h3>Key</h3>

0 commit comments

Comments
 (0)