Number of Absolute URLs

Number of Absolute URLs counts every http:// or https:// string in the rendered, script-free page body, regardless of which element or context holds it. It is a structural observation of how many fully-qualified web addresses a page carries — not a target to inflate.

Factor IDRG-URL-001
FamilyURL & domain
MeasurementCount
Measured zoneRendered, script-free page body

What it measures

This factor is a tally of absolute URLs — HTTP and HTTPS strings — that appear anywhere in the page body. It does not care which element or context holds each one: a link’s href, visible text, an attribute value, or inline data all count the same. The result is a plain count of fully-qualified web addresses present on the rendered page.

How RankGear measures it

RankGear extracts every text run that begins with http:// or https:// and continues until it reaches whitespace, a quote, an apostrophe, an angle bracket, or the end of the content. Each match is one absolute URL. Repeated URLs are counted separately, so the same address appearing three times adds three to the total. Because the count runs over the rendered, script-free body, any absolute URL that lived inside a <script> stripped from the body is not counted.

CountedNot counted
Any http:// or https:// run, in an anchor, plain text, an attribute, or inline dataURLs inside scripts removed from the body
Each occurrence of a repeated URL (counted separately)Relative references with no http/https scheme

How to optimize it

Treat this as an observation, not a number to grow. Use absolute URLs where they are genuinely required — external destinations, canonically portable content that may be syndicated or embedded elsewhere, structured references, and specific integrations that expect fully-qualified links. Keep destinations consistent and secure, and remove broken or redundant references. Raising the count for its own sake does nothing useful; a fully-qualified URL earns its place only when it points somewhere that serves the reader.

Important considerations

  • The metric is not limited to anchor tags — a URL in visible text, an attribute, or inline data counts the same as one in an href.
  • Absolute URLs inside scripts that are stripped from the body are excluded from the count.
  • More absolute URLs are not automatically better; a higher count is not inherently a stronger page.
  • Link quality, destination, and purpose require separate review — this factor counts URLs, it does not judge them.
  • This count relates to patterns observed across a measured result set; it is a prioritization signal, not a lever that makes a page rank.

Related factors

Part of the Factors reference · how RankGear measures · glossary.