Browse Source

[enh] description + keywords

asciimoo 11 years ago
parent
commit
a8736f0713
1 changed files with 2 additions and 2 deletions
  1. 2 2
      searx/templates/base.html

+ 2 - 2
searx/templates/base.html

@@ -3,8 +3,8 @@
 <head>
 <head>
     <meta http-equiv="content-type" content="text/html; charset=utf-8" />
     <meta http-equiv="content-type" content="text/html; charset=utf-8" />
     <meta http-equiv="content-language" content="en" />
     <meta http-equiv="content-language" content="en" />
-    <meta name="description" content="" />
-    <meta name="keywords" content="" />
+    <meta name="description" content="Searx - a hackable metasearch engine respecting privacy" />
+    <meta name="keywords" content="searx, search, search engine, metasearch, meta search" />
     <link title="searx" type="application/opensearchdescription+xml" rel="search" href="/opensearch.xml"/>
     <link title="searx" type="application/opensearchdescription+xml" rel="search" href="/opensearch.xml"/>
     <title>searx {% block title %}{% endblock %}</title>
     <title>searx {% block title %}{% endblock %}</title>
     <link rel="stylesheet" href="/static/css/style.css" type="text/css" media="screen" charset="utf-8" />
     <link rel="stylesheet" href="/static/css/style.css" type="text/css" media="screen" charset="utf-8" />