Selaa lähdekoodia

[enh] description + keywords

asciimoo 11 vuotta sitten
vanhempi
commit
a8736f0713
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2
    2
      searx/templates/base.html

+ 2
- 2
searx/templates/base.html Näytä tiedosto

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