Number of Forms counts how many recognized opening <form> elements appear in a page’s rendered, script-free body — a raw structural count of separate submission interfaces, not a measure of quality or intent. More forms is not inherently better, so read the count only against pages with a similar purpose.
| Factor ID | RG-STR-009 |
|---|---|
| Family | Page structure |
| Measurement | Count |
| Measured zone | Rendered, script-free page body |
What it measures
Number of Forms counts recognized opening form elements. It indicates how many separate submission interfaces — contact, lead capture, search, sign-in, checkout, filtering, and the like — appear in the page markup.
How RankGear measures it
RankGear scans the rendered body for opening form tags whose attributes fit its compatibility parser and returns the count. It does not determine whether a form is visible, usable, secure, complete, or successfully submitted — only that a recognizable opening tag is present.
What RankGear looks for
<form action="/contact" method="post"> … </form>
<form role="search" action="/search"> … </form>| Count | How to read it |
|---|---|
| 0 | No submission interface detected. Expected on purely informational pages; a possible gap on pages meant to capture contact or leads. |
| 1 | A single, focused submission interface — common for a contact or search page. |
| 2 or more | Multiple interfaces. Confirm each is intentional and not injected by a third-party widget. |
How to optimize it
Treat the count as an observation, not a target. Add forms only when they serve the page’s purpose — contact, lead generation, search, account access, checkout, or filtering. Keep fields minimal, label controls clearly, validate safely, protect personal information, and provide useful success and error feedback. A higher count is not a goal in itself.
Important considerations
- More forms are not inherently better.
- Third-party widgets can add forms to the rendered markup, inflating the count beyond what you authored.
- Form quality, accessibility, privacy, and conversion performance require separate testing — this factor does not measure any of them.
- Compare form count only among pages with similar intent.
- This is a correlational, structural signal within a measured result set — it does not by itself cause or guarantee a ranking.
Related factors
Part of the Factors reference · how RankGear measures · glossary.