mirror of
https://github.com/eugene-serb/wavelovers.git
synced 2023-09-09 23:41:16 +03:00
Added robots.txt and analytics yandex
This commit is contained in:
parent
b42d2fc9c6
commit
1086d0e6c1
18
about.html
18
about.html
@ -38,6 +38,23 @@
|
|||||||
<meta name="twitter:title" content="Wavelovers – About" />
|
<meta name="twitter:title" content="Wavelovers – About" />
|
||||||
<meta name="twitter:description" content="Wavelovers. Use your device vibration correctly. Make a massager out of a gamepad." />
|
<meta name="twitter:description" content="Wavelovers. Use your device vibration correctly. Make a massager out of a gamepad." />
|
||||||
<meta name="twitter:image" content="https://wavelovers.ru/img/og.png" />
|
<meta name="twitter:image" content="https://wavelovers.ru/img/og.png" />
|
||||||
|
|
||||||
|
<!-- Yandex.Metrika counter -->
|
||||||
|
<script type="text/javascript">
|
||||||
|
(function (m, e, t, r, i, k, a) {
|
||||||
|
m[i] = m[i] || function () { (m[i].a = m[i].a || []).push(arguments) };
|
||||||
|
m[i].l = 1 * new Date(); k = e.createElement(t), a = e.getElementsByTagName(t)[0], k.async = 1, k.src = r, a.parentNode.insertBefore(k, a)
|
||||||
|
})
|
||||||
|
(window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");
|
||||||
|
|
||||||
|
ym(89252711, "init", {
|
||||||
|
clickmap: true,
|
||||||
|
trackLinks: true,
|
||||||
|
accurateTrackBounce: true,
|
||||||
|
webvisor: true
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
<!-- /Yandex.Metrika counter -->
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header class="header">
|
<header class="header">
|
||||||
@ -94,6 +111,7 @@
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<script src="https://eugene-serb.github.io/js/scripts.js"></script>
|
<script src="https://eugene-serb.github.io/js/scripts.js"></script>
|
||||||
|
<noscript><div><img src="https://mc.yandex.ru/watch/89252711" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
18
index.html
18
index.html
@ -38,6 +38,23 @@
|
|||||||
<meta name="twitter:title" content="Wavelovers" />
|
<meta name="twitter:title" content="Wavelovers" />
|
||||||
<meta name="twitter:description" content="Wavelovers. Use your device vibration correctly. Make a massager out of a gamepad." />
|
<meta name="twitter:description" content="Wavelovers. Use your device vibration correctly. Make a massager out of a gamepad." />
|
||||||
<meta name="twitter:image" content="https://wavelovers.ru/img/og.png" />
|
<meta name="twitter:image" content="https://wavelovers.ru/img/og.png" />
|
||||||
|
|
||||||
|
<!-- Yandex.Metrika counter -->
|
||||||
|
<script type="text/javascript">
|
||||||
|
(function (m, e, t, r, i, k, a) {
|
||||||
|
m[i] = m[i] || function () { (m[i].a = m[i].a || []).push(arguments) };
|
||||||
|
m[i].l = 1 * new Date(); k = e.createElement(t), a = e.getElementsByTagName(t)[0], k.async = 1, k.src = r, a.parentNode.insertBefore(k, a)
|
||||||
|
})
|
||||||
|
(window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");
|
||||||
|
|
||||||
|
ym(89252711, "init", {
|
||||||
|
clickmap: true,
|
||||||
|
trackLinks: true,
|
||||||
|
accurateTrackBounce: true,
|
||||||
|
webvisor: true
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
<!-- /Yandex.Metrika counter -->
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header class="header">
|
<header class="header">
|
||||||
@ -91,6 +108,7 @@
|
|||||||
|
|
||||||
<script src="https://wavelovers.ru/js/scripts.js"></script>
|
<script src="https://wavelovers.ru/js/scripts.js"></script>
|
||||||
<script src="https://eugene-serb.github.io/js/scripts.js"></script>
|
<script src="https://eugene-serb.github.io/js/scripts.js"></script>
|
||||||
|
<noscript><div><img src="https://mc.yandex.ru/watch/89252711" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
13
robots.txt
Normal file
13
robots.txt
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
#
|
||||||
|
# robots.txt at https://wavelovers.ru/
|
||||||
|
#
|
||||||
|
# Follow me on Twitter: @eugene_serb
|
||||||
|
# Author: https://eugene-serb.github.io/
|
||||||
|
#
|
||||||
|
|
||||||
|
# All Bots
|
||||||
|
User-agent: *
|
||||||
|
Allow: /
|
||||||
|
|
||||||
|
Sitemap: https://wavelovers.ru/sitemap.xml
|
||||||
|
|
Loading…
Reference in New Issue
Block a user