ADD H1, keywords and description on index (map) page

This commit is contained in:
Krivchikov Dmitry 2015-12-11 15:22:49 +03:00
parent 69647288cd
commit e0518492b6
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,4 @@
div.header h1 {display: none;}
@media screen and (max-width:815px) {
.onlyBigScreen {
display: none;

View File

@ -10,6 +10,8 @@
xmlns:og="http://ogp.me/ns#">
<head>
<title><?= App::getConfig('title') ?></title>
<meta name="Description" content="Карта, на которой отмечены достопримечательности разных стран. Создайте своё путешествие!">
<meta name="Keywords" content="путешествие, туризм, карта, достопримечательности, интересные места, на карте, адрес">
<script src="/js/jquery-2.1.0.min.js" type="text/javascript"></script>
<link href="/css/style.css?ver=<?= App::getConfig('version') ?>" media="all" rel="stylesheet" type="text/css" />
@ -41,6 +43,7 @@
</head>
<body>
<div class="header">
<h1>Карта с достопримечательностями</h1>
<a href="/feed/"><img src="/img/logo.png" title="Лента wikipoints" /></a>
</div>