Source and Patent Foundation
Google's Panda algorithm (launched 2011) is a pre-query quality classifier that scores content before any search query is matched. Two patents define the signals:
- US9135307B2 — "Ranking search results" (Panda Algorithm)
- US9031929B1 — "Site quality score" (Navneet Panda, site-level quality)
Source analysis: Bill Slawski, SEO by the Sea. The classifier is trained on human quality rater judgments and uses a decision tree to extract measurable features from pages.
How Panda Thinks
Panda is pre-query. Quality scores are computed before any search query is matched. The page either passes or it does not, regardless of what keyword it targets.
Panda operates at both page AND site level. A single bad page does not kill a site, but a high ratio of bad pages does. Good pages on a bad site get dragged down.
Panda uses ratios, not absolute numbers. A 50-page site with 45 quality pages is healthier than a 5,000-page site with 500 quality pages, even though the larger site has more good content.
The decision tree is sequential. Content uniqueness is evaluated first. If a page fails uniqueness, downstream signals matter less.
The Panda Decision Tree (Audit Checklist)
Stage 1: Uniqueness (First Gate)
Does this page contain content that could not be trivially replicated by a template, scraper, or content spinner?
- Is at least 70% of the content original? (Not boilerplate, not scraped, not stock descriptions)
- Does the content contain specific data points, case studies, or original analysis not found elsewhere?
- Is the page clearly differentiated from similar pages on the same site?
Fail here = page is classified low quality regardless of downstream signals.
Stage 2: Content Depth
- Does the page go deeper than a basic overview?
- Are there numeric values, specific examples, citations, or expert opinions?
- Does the page satisfy the full scope implied by its title?
Stage 3: Ad-to-Content Ratio (Above-the-Fold Patent WO2014209758A1)
- Is the primary content visible above the fold without scrolling?
- Do ads occupy less than 40% of above-the-fold space?
- Is the content-to-navigation ratio high on mobile?
Stage 4: Expert Authorship (Author Reputation Patent US8150842B2)
- Is the author identified by name?
- Does the author have verifiable credentials in the topic area?
- Are there citations from authoritative institutions?
- Is the author associated with multiple quality pages on the same topic?
Stage 5: Referral-to-Page Ratio
- Does the page receive editorial links (not paid, not directories)?
- Is the link-to-content ratio proportional? (A page with 5 inbound links and 5,000-word depth scores differently than a page with 500 inbound links but 200 words)
Stage 6: User Engagement (Dwell Time Patent US9558233B1)
- Does the page keep users engaged (low bounce rate for the query type)?
- Do users return to the SERP quickly after visiting (pogo-sticking)?
- What is the average session depth from this page?
Stage 7: Bounce Pad Detection (US8707459B2)
- Does the page exist primarily to rank and redirect to another page?
- Is the content a thin gateway to affiliate links or ads?
- Does clicking through the page add any original value?
Stage 8: Site-Level Quality Propagation
- What percentage of the site's pages would pass Stages 1-7?
- Are there entire sections (e.g., auto-generated location pages) that fail uniqueness?
- Do those sections suppress the ranking ability of quality pages in other sections?
Scoring and Remediation
| Stage | Score | Remediation | |-------|-------|-------------| | Uniqueness | Pass/Fail | Rewrite or remove duplicate content | | Content Depth | 1-5 | Add data, examples, expert citations | | Ad Ratio | Pass/Fail | Reduce above-fold ads, push content up | | Expert Authorship | 1-5 | Add author bio, credentials, citations | | Referral Ratio | 1-5 | Build topical links, remove thin link magnets | | User Engagement | 1-5 | Improve match between content and query intent | | Bounce Pad | Pass/Fail | Expand thin gateway pages or remove | | Site Level | % quality | Remove or noindex failing sections |
Site-level cleanup rule: if more than 30% of crawlable pages would fail Stage 1 (uniqueness), begin a consolidation and noindex campaign before any other optimization.
Cross-References
eeat-audit— E-E-A-T scoring for author authoritativeness dimensiongoogle-update-proofing— broader update-proofing strategy including KGR and Avalanche Theoryhelpful-content-audit— Google's own content self-assessment checklistduplicate-content-risk-scanner— identifying uniqueness failures at scale
#seo-sop #seo #content-quality #panda #google-updates #eeat