F5 / robots.txt
← back to f5.com · change detected 5d ago (2026-06-21T00:15:31Z) · modified +10 −20
What changed
- Response is a valid robots.txt again (was an HTML page)
- Added rules for user-agent ‘*’
- Added sitemap https://www.f5.com/labs/sitemap.xml
- Added sitemap https://www.f5.com/sitemap.xml
Diff old (2026-06-20T20:59:27Z) → new (2026-06-21T00:15:31Z)
| @@ -1,20 +1,10 @@ | ||
| 1 | - <link href=" | |
| 2 | - https://cdn.web.f5.com/web/css/simplified-f5-error.css" | |
| 3 | - rel="stylesheet"><script src=" | |
| 4 | - https://cdn.web.f5.com/web/js/simplified-f5-error.js"></script><noscript><iframe | |
| 5 | - height="0" src="// | |
| 6 | - www.googletagmanager.com/ns.html?id=GTM-PPZPQ6" | |
| 7 | - style="display:none;visibility:hidden" width="0"></iframe></noscript><div class="F5 homepage" id="Wrapper"><div class="c main-c"><div class="content-c"><path | |
| 8 | - d="M0 14.6h96v56H0z"/><path d="M94.5 1.5v13h-93v-13h93M96 0H0v16h96V0z"/><path d="M7 8h6.7M20.6 8h6.8M34.3 8H41" class="c1"/><path d="M88 5.5A2.5 2.5 0 1 1 85.7 8 2.5 2.5 0 0 1 88 5.5M88 4a4 4 0 1 0 4 4 4 4 0 0 0-4-4z"/><circle cx="47.6" cy="41.4" r="10.6" class="c2"/><path d="M40 49l15-15" class="c2"/></svg><h1 class="d1 block-padding-lg-ver">File Not Found</h1> | |
| 9 | - <p class="lead lead-in">The file you requested was not found or has been moved.</p> | |
| 10 | - <p>Please return to the <a href="javascript:history.back()">previous URL</a> or visit <a | |
| 11 | - href="https://www.f5.com">www.f5.com</a> to get back on track.</p> | |
| 12 | - <p>Regards,<br>The Web Team</p> | |
| 13 | - <p>Contact Email: <a href="mailto:[email protected]">[email protected]</a></p><br><br>Your support ID is: e223e071-4896-4afe-9106-9f95fccc01cc<br><br></div></div></div><header class="header-f5" id="F5-Header"><div class="main-row"><div class="c header-c"><div class="brand"><a href=" | |
| 14 | - https://f5.com" | |
| 15 | - data-link-type="nav: brand"><img class="brand-main" alt="f5 logo" src=" | |
| 16 | - https://cdn.web.f5.com/web/assets/images/f5-logo-rgb.png"></a></div><a | |
| 17 | - href="javascript:history.back()" class="btn">Return to previous page</a></div></div></header><div class="mobilenav no-print" role="navigation"><div class="c"><a href=" | |
| 18 | - https://f5.com" | |
| 19 | - class="brand-main"><img class="brand-main" alt="f5 logo" src=" | |
| 20 | - https://cdn.web.f5.com/web/assets/images/f5-logo-rgb.png"></a></div></div> | |
| 1 | + # * | |
| 2 | + User-agent: * | |
| 3 | + Allow: / | |
| 4 | + | |
| 5 | + # Host | |
| 6 | + Host: https://www.f5.com | |
| 7 | + | |
| 8 | + # Sitemaps | |
| 9 | + Sitemap: https://www.f5.com/sitemap.xml | |
| 10 | + Sitemap: https://www.f5.com/labs/sitemap.xml |