Issue #2364343 by ksenzee | corbacho: Fixed robots.txt to allow Google access to CSS and JavaScript files.
parent
f0b86ce9dd
commit
d3516ddef5
|
@ -18,6 +18,9 @@
|
||||||
|
|
||||||
User-agent: *
|
User-agent: *
|
||||||
Crawl-delay: 10
|
Crawl-delay: 10
|
||||||
|
# JS/CSS
|
||||||
|
Allow: /core/*.css$
|
||||||
|
Allow: /core/*.js$
|
||||||
# Directories
|
# Directories
|
||||||
Disallow: /core/
|
Disallow: /core/
|
||||||
Disallow: /profiles/
|
Disallow: /profiles/
|
||||||
|
|
Loading…
Reference in New Issue