Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/robots.txt')
-rw-r--r--layouts/robots.txt59
1 files changed, 55 insertions, 4 deletions
diff --git a/layouts/robots.txt b/layouts/robots.txt
index 8adde28..0252a9a 100644
--- a/layouts/robots.txt
+++ b/layouts/robots.txt
@@ -2,9 +2,12 @@ User-agent: *
Allow: /index.xml
-Disallow: /images/
-Disallow: /js/
-Disallow: /css/
+Disallow: *.js
+Disallow: *.css
+
+User-agent: Googlebot
+Allow: *.js
+Allow: *.css
User-agent: MJ12bot
Disallow: /
@@ -18,13 +21,61 @@ Disallow: /
# Block SISTRIX
User-agent: SISTRIX Crawler
Disallow: /
+
User-agent: sistrix
Disallow: /
+
User-agent: 007ac9
Disallow: /
+
User-agent: 007ac9 Crawler
Disallow: /
+User-agent: Nutch
+Disallow: /
+
+User-agent: ia_archiver
+Disallow: /
+
+User-agent: WebCopier
+Disallow: /
+
+User-agent: WebStripper
+Disallow: /
+
+User-agent: Teleport
+Disallow: /
+
+User-agent: Offline Explorer
+Disallow: /
+
+User-agent: SiteSnagger
+Disallow: /
+
+User-agent: psbot
+Disallow: /
+
+User-agent: TeleportPro
+Disallow: /
+
+User-agent: EmailSiphon
+Disallow: /
+
+User-agent: EmailCollector
+Disallow: /
+
+User-agent: larbin
+Disallow: /
+
+User-agent: SemrushBot
+Disallow: /
+
+User-agent: MSIECrawler
+Disallow: /
+
+User-agent: moget
+Disallow: /
+
# Block Uptime robot
User-agent: UptimeRobot/2.0
Disallow: /
@@ -63,4 +114,4 @@ Disallow: /
User-agent: ZoominfoBot
Disallow: /
-Sitemap: {{ "/sitemap.xml" | absLangURL }}
+Sitemap: {{ "/sitemap.xml" | absLangURL }} \ No newline at end of file