seo: don't block css in robots.txt.

/packs was blocked by robots.txt, which prevented Googlebot from
fetching CSS when indexing pages, which made Google penalize pages for
being mobile unfriendly because it couldn't load the CSS and it thought
the layout was broken.
This commit is contained in:
evazion
2020-07-03 14:46:32 -05:00
parent f97c62c71d
commit 629a634b22

View File

@@ -44,4 +44,6 @@ Allow: /preview
Allow: /original
Allow: /sample
Allow: /data
Allow: /images
Allow: /packs
<% end %>