浏览代码

[enh] description + keywords

asciimoo 11 年前
父节点
当前提交
a8736f0713
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      searx/templates/base.html

+ 2
- 2
searx/templates/base.html 查看文件

3
 <head>
3
 <head>
4
     <meta http-equiv="content-type" content="text/html; charset=utf-8" />
4
     <meta http-equiv="content-type" content="text/html; charset=utf-8" />
5
     <meta http-equiv="content-language" content="en" />
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
     <link title="searx" type="application/opensearchdescription+xml" rel="search" href="/opensearch.xml"/>
8
     <link title="searx" type="application/opensearchdescription+xml" rel="search" href="/opensearch.xml"/>
9
     <title>searx {% block title %}{% endblock %}</title>
9
     <title>searx {% block title %}{% endblock %}</title>
10
     <link rel="stylesheet" href="/static/css/style.css" type="text/css" media="screen" charset="utf-8" />
10
     <link rel="stylesheet" href="/static/css/style.css" type="text/css" media="screen" charset="utf-8" />