summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html
index 2712c33..7f4b51b 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -1,6 +1,13 @@
<!DOCTYPE html>
<html lang="en">
+<!--- Instructions for web scrapers --->
+<meta name="robots" content="index, follow">
+
+<meta name="description" content="Some IT, scientific and electronic projects; self-hosted solutions.">
+<meta name="keywords" content="self-hosting, IT, electronics, embedded C, FPGA">
+<meta name="author" content="eqkter">
+
<head>
<meta charset="utf-8">
{% if page.title %}