Short answer: your footer links to your privacy policy from every page. On a 31-page site that is 31 internal votes for a document nobody searches for. On mine it scored 90.07 out of 100 for internal authority, second only to the homepage, while the median commercial page sat at 13.85. The content was not the problem. The link distribution was.

What the measurement actually showed

I built a crawler that constructs a graph of every internal link on a site and runs a PageRank-style calculation over it, normalised so the strongest page scores 100. This is a DERIVED figure, computed from the crawl rather than read from any tool, and here is what it returned for my own domain.

PageAuthorityInternal links in
Homepage100.0031
/privacy-policy/90.0731
/blog/61.11
/services/60.51
Median commercial page13.85

The privacy policy received exactly as many internal links as the homepage. Six commercial pages — the ones written to earn business — held less internal authority than the median blog article.

This was not a bug. Nothing was misconfigured. The footer was doing precisely what footers do, and I had never once looked at what that meant in aggregate.

Why this happens to almost every site

Search engines treat a link as a vote, and that includes your own links. The calculation is recursive: a link from a strong page passes more than a link from a weak one, and a page linking to many destinations passes less to each of them.

Now consider the structure of a normal website. The footer appears on every page, and it contains links to privacy, terms, and perhaps an about page. The main navigation appears on every page too, but it usually points at hubs rather than at the specific pages that sell. Meanwhile a service page for one particular offering is linked from… the services hub, and nothing else.

The arithmetic is unforgiving. Boilerplate links get multiplied by your page count. Commercial links do not get multiplied at all. Every page you publish makes the imbalance worse, because each new page adds another vote for the privacy policy and none for your service pages.

Why this matters more than it sounds

Internal linking is the one ranking factor you control completely. You cannot make another site link to you, and you cannot change how Google weighs anything. You can decide, this afternoon, which of your own pages your site votes for. Very few things in SEO are both this cheap and this fully under your control.

What it was costing

The commercial consequence showed up elsewhere in the same audit. Service pages with genuinely detailed content were recording almost no impressions, and the commercial queries the site did register for sat at positions in the seventies and eighties — page eight territory. My first instinct had been that those pages needed rewriting.

The link data said otherwise, and a competitor comparison confirmed it: my median page length was 1,969 words against 629 and 1,247 for the two competitors measured, with more structured data than either. Content depth was already ahead. The constraint was authority, and internally I was actively working against myself.

That distinction changed what to do next. If the problem had been thin content, the answer was to write more. It was not, so writing more would have been motion without progress — and I would have spent a month doing it.

How to measure this on your own site

You do not need what I built. The measurement is available free.

  1. Crawl your site. Screaming Frog is free up to 500 URLs, which covers most Nepali business sites entirely.
  2. Read the link score column. Screaming Frog computes an internal PageRank equivalent and reports it. Sort ascending and look at what is near the bottom.
  3. Sort by inlinks. Compare the count for your service pages against the count for your privacy policy and terms.
  4. Find orphans. Compare crawled URLs against your sitemap. Anything in the sitemap that the crawl never reached is receiving no internal authority at all.

The output that will change your mind is not the score itself, it is seeing your revenue pages ranked below your legal boilerplate. Reading advice about internal linking is easy to ignore. Seeing your own list is not.

The fix, in order

Keep the footer link. Visitors need to find your privacy policy and in several jurisdictions you are expected to make it reachable. Removing it treats a symptom and makes the site worse for people. The problem was never that the privacy policy had links; it was that nothing else did.

  1. Link commercial pages from relevant body content. When an article discusses a topic you sell a service for, link to that service page from the sentence where it is genuinely useful. This is the whole fix, and it is mostly editing existing articles.
  2. Use descriptive anchor text. “Technical SEO in Nepal” tells a search engine what the destination is about. “Click here” and “read more” tell it nothing.
  3. Link between related articles. A cluster that references itself distributes authority internally and genuinely helps readers, which is why it works.
  4. Fix orphans by linking them from somewhere relevant, or accept that they will underperform.
  5. Leave the navigation alone unless it is actually broken. Stuffing commercial links into a global menu recreates the same problem with different pages.

One caution worth stating plainly: do not add links purely to move authority around. Pages written to distribute link equity read like a directory, and readers notice. The test I apply is whether somebody following the link would find what the anchor text promised.

Where automation helps, and where it does not

Crawling, graph building, authority calculation and orphan detection are deterministic and automate completely. Deciding which link belongs in which paragraph does not, and I deliberately built my own tooling to skip internal link insertion on listing pages where the correct placement is ambiguous rather than guess. A tool that inserts a link into a category listing because the keyword appeared there produces exactly the directory-shaped writing described above.

The full account of that audit, including the finding that the site had zero non-brand clicks behind a technical health score of 92, is in the SEO automation write-up. The crawler and link-analysis source is public on GitHub.

Common questions

What is internal link authority?

A measure of how much ranking signal each page receives from other pages on your own site. Links are votes, including your own, and the calculation is recursive.

Why does the privacy policy score so highly?

It is linked from the footer, and the footer is on every page. On a 31-page site that is 31 internal votes.

Should I remove the footer link?

No. Keep it. Add proportionate links to your commercial pages from relevant body content instead.

How do I measure it free?

Screaming Frog, free to 500 URLs. Read the link score column and sort by inlinks.

What is an orphan page?

A page nothing on your site links to. It may still be indexed via the sitemap, but it receives no internal authority.

How many internal links should a page have?

No correct number. Links should be where a reader genuinely benefits, with anchor text that describes the destination.

Find out what your site is actually voting for

Send me your domain. I will crawl it, compute internal authority across every page, and show you where your commercial pages sit relative to your legal boilerplate. Most owners are surprised, and the fix is usually an afternoon of editing.

Get in touch Technical SEO