diff options
author | Alex Pott <alex.a.pott@googlemail.com> | 2014-11-05 09:15:07 +0000 |
---|---|---|
committer | Alex Pott <alex.a.pott@googlemail.com> | 2014-11-05 09:15:07 +0000 |
commit | d3516ddef5a5c4ac0878d207524354ad88f5fbcc (patch) | |
tree | 83fdfa52e412e736eca2fe27216100b5a7a34747 /robots.txt | |
parent | f0b86ce9ddc4ab8872654f3f575838e0c85588b6 (diff) | |
download | drupal-d3516ddef5a5c4ac0878d207524354ad88f5fbcc.tar.gz drupal-d3516ddef5a5c4ac0878d207524354ad88f5fbcc.zip |
Issue #2364343 by ksenzee | corbacho: Fixed robots.txt to allow Google access to CSS and JavaScript files.
Diffstat (limited to 'robots.txt')
-rw-r--r-- | robots.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/robots.txt b/robots.txt index d2ee96fd34f..cd8fdaae41d 100644 --- a/robots.txt +++ b/robots.txt @@ -18,6 +18,9 @@ User-agent: * Crawl-delay: 10 +# JS/CSS +Allow: /core/*.css$ +Allow: /core/*.js$ # Directories Disallow: /core/ Disallow: /profiles/ |