Detect cloaking. Each page is fetched as a real browser, as Googlebot, and as the Google AMP cache — external links, scripts and iframes served to a bot but withheld from browsers are reported. Regular scans, which fetch pages as a browser, never see them.
| Finding | Meaning |
|---|---|
| ua-cloaking | Googlebot receives external references a browser does not. |
| amp-cloaked-injection | The Google AMP cache fetch receives content a browser does not. |
| disallowed-script-in-amp | AMP page loads scripts from outside cdn.ampproject.org. |
| inline-script-in-amp | Executable inline JS in an AMP document (invalid AMP). |
| meta-refresh-in-amp | AMP variant meta-refreshes visitors to an external site. |
| amp-only-external-link | External links present only in the AMP variant. |
| amp-only-iframe / -form / -script | External iframe, form or script present only in the AMP variant. |
| hidden-amp-endpoint | An AMP document served at a URL the page never declares. |