Commit f2ce35ef7f8d7bd7d02e3edc39910cf02c5acf5e
1 parent
b7f0059a
Exists in
master
and in
2 other branches
Adicionando as meta tags robots e keywords para ser mais facil de encontrar o amadeus sem ter a url
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
amadeus/templates/base.html
@@ -12,6 +12,9 @@ | @@ -12,6 +12,9 @@ | ||
12 | <script type="text/javascript" src="{% static 'js/jquery-ui.js' %}"></script> | 12 | <script type="text/javascript" src="{% static 'js/jquery-ui.js' %}"></script> |
13 | 13 | ||
14 | <meta http-equiv="Cache-Control" content="no-cache, no-store" /> | 14 | <meta http-equiv="Cache-Control" content="no-cache, no-store" /> |
15 | + <meta name="robots" content="index"> | ||
16 | + <meta name="keywords" content="amadeus,amadeuslms,amadeus lms,amadeus cin,amadeus univasf,amadeus ufpe,amadeus cin ufpe"> | ||
17 | + | ||
15 | <link href="{{ theme.favicon_url }}" rel="shortcut icon" /> | 18 | <link href="{{ theme.favicon_url }}" rel="shortcut icon" /> |
16 | <!-- Roboto font --> | 19 | <!-- Roboto font --> |
17 | <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Roboto:300,400,500,700" type="text/css"> | 20 | <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Roboto:300,400,500,700" type="text/css"> |