Hidden text is a classic cloaking technique. Legitimate uses are common, so this is reported for review rather than scored as a failure.
- Free, no signupNo account, no card
- No AI in the score986 deterministic rules
- Nothing publishedYour scans stay yours
- Answers in secondsQuick scan, no browser
How this rule is weighted
- Importance
- 3 / 10
- How much this matters relative to other rules.
- Confidence
- SPECIFICATION
- A standard says so: HTML, WCAG, an RFC or Google's own documentation.
- Severity
- info
- How the finding is presented when it fails.
- Scoring
- Excluded
- Reported in the report, never penalised.
Impact is importance multiplied by the confidence tier’s weight — SPECIFICATION 1.0, RESEARCH 0.7, EMERGING 0.3, EXPERIMENTAL 0.1. Two rules backed by the same class of evidence therefore always carry the same weight, which is what makes the score reproducible rather than hand-tuned.
Questions about this rule
- Does TRUST_NO_HIDDEN_TEXT affect my score?
- No. It is a detection rule: it runs, appears in your report and never penalises you. "Little hidden inline content" is information about the page rather than a defect - most pages are not expected to satisfy it.
- What does SPECIFICATION confidence mean?
- A standard says so: HTML, WCAG, an RFC or Google's own documentation. Confidence is a declared tier rather than a per-rule number, so every rule backed by the same class of evidence carries the same weight - which is what makes the score reproducible instead of hand-tuned.
- How do I check TRUST_NO_HIDDEN_TEXT on my own site?
- Paste your URL into the box above and it runs only this rule, usually in a couple of seconds. It is also included in the Trust & Scam checker and in a full scan.
Tags
- trust
- cloaking
Related Trust & Scam rules
- Sensitive forms are not submitted insecurelyCredentials or card details posted over plain HTTP can be read in transit. That is a direct PCI-DSS and data-protection failure, not a best-practice note.TRUST_SECURE_PAYMENT_CONTEXT
- No direct executable downloadsDirect executable download links are a hallmark of malware distribution and will trigger Safe Browsing warnings.TRUST_NO_AUTO_DOWNLOAD
- No secrets in link URLsA credential in an href leaks into browser history, server logs, and the Referer header sent to the destination site. It is exposed the moment the page is rendered, not the moment the link is clicked.TRUST_NO_CREDENTIAL_IN_URL
- Passwords are never submitted in a URLA GET form puts the password in the query string, where it lands in browser history, server access logs, proxy logs and the Referer header sent to every third party on the next page.TRUST_NO_PASSWORD_OVER_GET
- A contact route is reachableA site with no way to reach a human is the most frequently cited reason people judge a site untrustworthy, and it blocks most payment-processor reviews.TRUST_CONTACT_METHOD
- Forms submit over HTTPSA form posting to http:// sends whatever the user typed in cleartext, and browsers now block or warn on it. The padlock on the page says nothing about where the form data goes.TRUST_FORM_ACTION_HTTPS