diff --git a/_includes/head.html b/_includes/head.html
new file mode 100644
index 0000000..bc9ed4f
--- /dev/null
+++ b/_includes/head.html
@@ -0,0 +1,8 @@
+
+
+
+
{{ page.title }} | KYS
+
+
+
+{% include seo.html %}
\ No newline at end of file
diff --git a/_includes/seo.html b/_includes/seo.html
new file mode 100644
index 0000000..9eb058b
--- /dev/null
+++ b/_includes/seo.html
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/_layouts/default.html b/_layouts/default.html
index e02c0c3..f17b8a1 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -1,9 +1,7 @@
-
- {{ page.title }} | KYS
-
+ {% include head.html %}
{% include nav.html %}