mirror of
https://github.com/fmhy/edit.git
synced 2025-10-13 00:01:09 +11:00
Update robots.txt (#3941)
* update robots.txt disallow crawlers from /assets/ they treat it as junk/bad content * Update robots.txt make it so image files in the base directory don't get indexed
This commit is contained in:
parent
a3a2fa7173
commit
49f816991d
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
||||||
User-agent: *
|
User-agent: *
|
||||||
Disallow: /assets/
|
Disallow: /assets/
|
||||||
|
Disallow: /*.png$
|
||||||
|
Disallow: /*.svg$
|
||||||
|
Disallow: /*.ico$
|
||||||
Allow: /
|
Allow: /
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue