summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreqkter <thyro@gmx.ru>2023-08-20 11:09:50 +0200
committereqkter <thyro@gmx.ru>2023-08-20 11:09:50 +0200
commita4e73c228c404e800f1d9b05f5989fa211802f8d (patch)
treee93851de5ba520cc3cab4534766fa314d1e4ddfd
parent28f5e63752e7379b0ebeb8d3daa9b6ed8c47ddf7 (diff)
auto updating site
-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 %}