add robots.txt and np links
This commit is contained in:
parent
0f3f48592f
commit
0be70b7a3f
4 changed files with 12 additions and 0 deletions
|
@ -43,6 +43,8 @@
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
<a style="opacity:0;position:absolute;top:-100px;left:-100px;" tabindex="-1" href="/np/"></a>
|
||||||
|
|
||||||
<header>
|
<header>
|
||||||
<nav>
|
<nav>
|
||||||
<div class="header-title">trinkey's website!</div>
|
<div class="header-title">trinkey's website!</div>
|
||||||
|
|
|
@ -43,6 +43,8 @@
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
<a style="opacity:0;position:absolute;top:-100px;left:-100px;" tabindex="-1" href="/np/"></a>
|
||||||
|
|
||||||
<header>
|
<header>
|
||||||
<nav>
|
<nav>
|
||||||
<div class="header-title">trinkey's website!</div>
|
<div class="header-title">trinkey's website!</div>
|
||||||
|
|
|
@ -20,6 +20,8 @@
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
<a style="opacity:0;position:absolute;top:-100px;left:-100px;" tabindex="-1" href="/np/"></a>
|
||||||
|
|
||||||
<div style="margin: 20px;">
|
<div style="margin: 20px;">
|
||||||
<h1>trinkey's website!!!</h1>
|
<h1>trinkey's website!!!</h1>
|
||||||
<div>(no-js version - regular version <a href="./">here</a>)</div>
|
<div>(no-js version - regular version <a href="./">here</a>)</div>
|
||||||
|
|
6
robots.txt
Normal file
6
robots.txt
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
User-agent: GoogleBot
|
||||||
|
User-agent: BingBot
|
||||||
|
User-agent: AppleBot
|
||||||
|
User-agent: DuckDuckBot
|
||||||
|
User-agent: YandexBot
|
||||||
|
Disallow: /np
|
Loading…
Reference in a new issue