summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2022-07-24 15:46:09 -0400
committermattkae <mattkae@protonmail.com>2022-07-24 15:46:09 -0400
commit62a7b1c6fbc462285112e67d0c6b40e6ed0ded28 (patch)
tree073d185f6ba04a44102f27622729119000600871
parentdf2c1d8c1fb298602be6028fca44e055947a7894 (diff)
Meta descriptions and disallowing certain items
-rw-r--r--index.html11
-rwxr-xr-xresume.html3
-rw-r--r--robots.txt6
3 files changed, 13 insertions, 7 deletions
diff --git a/index.html b/index.html
index c720d13..ea1eb15 100644
--- a/index.html
+++ b/index.html
@@ -2,10 +2,11 @@
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta charset="utf-8">
- <link rel="stylesheet" href="/index.css">
- <title>Matthew Kosarek</title>
- <link rel="shortcut icon" href="/favicon/favicon.ico" type="image/x-icon">
+ <meta charset="utf-8">
+ <link rel="stylesheet" href="/index.css">
+ <title>Matthew Kosarek</title>
+ <link rel="shortcut icon" href="/favicon/favicon.ico" type="image/x-icon">
+ <meta name="description" content="The personal website of Matthew kosarek">
</head>
<body>
@@ -56,7 +57,7 @@
Hello! My name is Matthew Kosarek.
I am a computer programmer from northern New Jersey and I currently live and work in Montreal, Quebec.
I keep my CV up to date on this website, and I also provide some links to some extracurriculars that I am up to.
- In my spare time, I build some cool graphics scenes in C++/OpenGL and display them here via emcc.
+ In my spare time, I build some graphics scenes in C++/OpenGL, compile them via <code>emcc</code> and post them here as "themes".
</p>
</section>
<section>
diff --git a/resume.html b/resume.html
index 692ba5b..c46c6c6 100755
--- a/resume.html
+++ b/resume.html
@@ -6,8 +6,9 @@
<link rel="stylesheet" href="/resume.css">
<script src='/resume.js' defer></script>
- <title>Matthew Kosarek</title>
+ <title>Matthew Kosarek - Resume</title>
<link rel="shortcut icon" href="/favicon/favicon.ico" type="image/x-icon">
+ <meta name="description" content="The hosted resume of Matthew kosarek">
</head>
<body>
<header>
diff --git a/robots.txt b/robots.txt
index abfb0d2..a69d19b 100644
--- a/robots.txt
+++ b/robots.txt
@@ -1,2 +1,6 @@
User-agent: *
-Sitemap: https://www.matthewkosarek.xyz/sitemap.txt \ No newline at end of file
+Sitemap: https://www.matthewkosarek.xyz/sitemap.txt
+Disallow: /posts
+Disallow: /download
+Disallow: /themes
+Disallow: /favicon \ No newline at end of file