Created
June 9, 2018 09:47
-
-
Save NikolasMelui/65fcfaf08d01c3b00bdd5ffb296a1dec to your computer and use it in GitHub Desktop.
Noindex, nofollow!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- | |
| /** | |
| * | |
| * НИМАНИЕ! АЖНО!!! | |
| * Эта строчка исключает сайт из индексации! Если кто-то по каким-то соображениям | |
| * вдруг решит его воскресить или задеплоить его лайвкопи, | |
| * удалите этот тег: | |
| * <meta name="robots" content="noindex,nofollow"> | |
| * ...он чуть ниже, прямо под этим комментарием. | |
| * Мир тебе, о двуногий. | |
| * з.ы. и в файле robots.txt тоже нужно индексацию включить | |
| * | |
| */ | |
| --> | |
| <meta name="robots" content="noindex,nofollow"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| User-agent: * | |
| Disallow: / | |
| Disallow: * | |
| Disallow: /* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment