Explorar el Código

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.
rugk hace 10 años
padre
commit
0567a720fd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      robots.txt

+ 1 - 1
robots.txt

@@ -1,4 +1,4 @@
 # Might as well keep robots away for performance and privacy reasons.
 User-agent: *
-Allow: /index.php
 Disallow: /
+Allow: /index.php