This page has no meta robots tag in the HTML. Instead, it's blocked from indexing via the X-Robots-Tag HTTP response header.
Expected Issue: "Noindex + Internal Links" (detected via x_robots_tag field)
X-Robots-Tag: noindex
<Files "x-robots-noindex.html">
Header set X-Robots-Tag "noindex"
</Files>
X-Robots-Tag HTTP response headerX-Robots-Tag: noindex| Issue Type: | Noindex + Links |
|---|---|
| Severity: | High |
| Noindex Source: | X-Robots-Tag header |
| Meta Robots: | Not set |
| Meta Tag | X-Robots | |
|---|---|---|
| Location | HTML | HTTP Header |
| Non-HTML | No | Yes |
| Server Config | No | Yes |
<head>
<title>X-Robots-Tag Test</title>
<!-- NO meta robots tag here! -->
</head>
HTTP/1.1 200 OK
Content-Type: text/html
X-Robots-Tag: noindex
...