Created
December 26, 2016 07:06
-
-
Save tiancheng91/fdaac59cbed618f1c087833d5ddf7bb4 to your computer and use it in GitHub Desktop.
robots example
This file contains 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: Baiduspider | |
Crawl-delay: 1 | |
Allow: /article | |
Disallow: / | |
User-Agent: Googlebot | |
Crawl-delay: 1 | |
Allow: /article | |
Disallow: / | |
User-agent: Bingbot | |
Crawl-delay: 1 | |
Allow: /article | |
Disallow: / | |
User-Agent: 360Spider | |
Crawl-delay: 1 | |
Allow: /article | |
Disallow: / | |
User-Agent: Yisouspider | |
Crawl-delay: 1 | |
Allow: /article | |
Disallow: / | |
User-Agent: Sogouspider | |
Crawl-delay: 1 | |
Allow: /article | |
Disallow: / | |
User-Agent: * | |
Disallow: / | |
Sitemap: http://sample.com/sitemap_index.xml | |
Sitemap: http://sample.com/sitemap_article.xml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment