Change order of allow rule in robots.txt
I think this is the proper order. Don't know if it matters, but it is not bad to change it in any case.
This commit is contained in:
parent
a712babb96
commit
0567a720fd
|
@ -1,4 +1,4 @@
|
||||||
# Might as well keep robots away for performance and privacy reasons.
|
# Might as well keep robots away for performance and privacy reasons.
|
||||||
User-agent: *
|
User-agent: *
|
||||||
Allow: /index.php
|
|
||||||
Disallow: /
|
Disallow: /
|
||||||
|
Allow: /index.php
|
||||||
|
|
Loading…
Reference in New Issue