ADD H1, keywords and description on index (map) page
This commit is contained in:
parent
69647288cd
commit
e0518492b6
|
|
@ -1,3 +1,4 @@
|
||||||
|
div.header h1 {display: none;}
|
||||||
@media screen and (max-width:815px) {
|
@media screen and (max-width:815px) {
|
||||||
.onlyBigScreen {
|
.onlyBigScreen {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,8 @@
|
||||||
xmlns:og="http://ogp.me/ns#">
|
xmlns:og="http://ogp.me/ns#">
|
||||||
<head>
|
<head>
|
||||||
<title><?= App::getConfig('title') ?></title>
|
<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>
|
<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" />
|
<link href="/css/style.css?ver=<?= App::getConfig('version') ?>" media="all" rel="stylesheet" type="text/css" />
|
||||||
|
|
@ -41,6 +43,7 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header">
|
<div class="header">
|
||||||
|
<h1>Карта с достопримечательностями</h1>
|
||||||
<a href="/feed/"><img src="/img/logo.png" title="Лента wikipoints" /></a>
|
<a href="/feed/"><img src="/img/logo.png" title="Лента wikipoints" /></a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue