Darden Restaurants / robots.txt
← back to darden.com · change detected 8d ago (2026-07-29T04:27:29Z) · modified +6 −0
What changed
- Added Allow: /core/*.avif for *
- Added Allow: /core/*.webp for *
- Added Allow: /profiles/*.avif for *
- Added Allow: /profiles/*.webp for *
- Added Disallow: /index.php/search? for *
- Added Disallow: /search? for *
Diff old (2026-07-28T10:03:18Z) → new (2026-07-29T04:27:29Z)
| @@ -19,20 +19,24 @@ | ||
| 19 | 19 | Allow: /core/*.css? |
| 20 | 20 | Allow: /core/*.js$ |
| 21 | 21 | Allow: /core/*.js? |
| 22 | + Allow: /core/*.avif | |
| 22 | 23 | Allow: /core/*.gif |
| 23 | 24 | Allow: /core/*.jpg |
| 24 | 25 | Allow: /core/*.jpeg |
| 25 | 26 | Allow: /core/*.png |
| 26 | 27 | Allow: /core/*.svg |
| 28 | + Allow: /core/*.webp | |
| 27 | 29 | Allow: /profiles/*.css$ |
| 28 | 30 | Allow: /profiles/*.css? |
| 29 | 31 | Allow: /profiles/*.js$ |
| 30 | 32 | Allow: /profiles/*.js? |
| 33 | + Allow: /profiles/*.avif | |
| 31 | 34 | Allow: /profiles/*.gif |
| 32 | 35 | Allow: /profiles/*.jpg |
| 33 | 36 | Allow: /profiles/*.jpeg |
| 34 | 37 | Allow: /profiles/*.png |
| 35 | 38 | Allow: /profiles/*.svg |
| 39 | + Allow: /profiles/*.webp | |
| 36 | 40 | # Directories |
| 37 | 41 | Disallow: /core/ |
| 38 | 42 | Disallow: /profiles/ |
| @@ -52,6 +56,7 @@ | ||
| 52 | 56 | Disallow: /filter/tips |
| 53 | 57 | Disallow: /node/add/ |
| 54 | 58 | Disallow: /search/ |
| 59 | + Disallow: /search? | |
| 55 | 60 | Disallow: /user/register |
| 56 | 61 | Disallow: /user/password |
| 57 | 62 | Disallow: /user/login |
| @@ -64,6 +69,7 @@ | ||
| 64 | 69 | Disallow: /index.php/filter/tips |
| 65 | 70 | Disallow: /index.php/node/add/ |
| 66 | 71 | Disallow: /index.php/search/ |
| 72 | + Disallow: /index.php/search? | |
| 67 | 73 | Disallow: /index.php/user/password |
| 68 | 74 | Disallow: /index.php/user/register |
| 69 | 75 | Disallow: /index.php/user/login |