summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMcD223 <jacob@simplelittledream.com>2019-11-04 22:45:27 -0500
committerMcD223 <jacob@simplelittledream.com>2019-11-04 22:45:27 -0500
commita58b8626ce6028ce538b36c21007b4e225b16dd6 (patch)
tree8dfdec4de7076db53b59ad6ee3588d7955dfe7c5
parent33687e86db111f02ffa08a54aa8e8be9857c45b2 (diff)
added meta tags for more description
-rw-r--r--index.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/index.html b/index.html
index 2401975..dbaf10c 100644
--- a/index.html
+++ b/index.html
@@ -4,7 +4,10 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
- <title>Jacob McDonnell</title>
+ <meta name="description" content="This is the personal website for the real Jacob McDonnell. Feel free to look around, you might find something interesting."/>
+ <meta name="author" content="Jacob McDonnell"/>
+ <meta name="keywords" content="Jacob,McDonnell,Jacob McDonnell"/>
+ <title>Jacob McDonnell</title>
<link href="CSS/main.css" rel="stylesheet" type="text/css">
<script src="JS/main.js"></script>
<script src="JS/command.js"></script>