Big site SEO audits — how do you systematically find thin content?

urmosg

Newbie
Joined
Feb 5, 2026
Messages
3
Reaction score
0
I’ve been dealing with large Joomla / ecommerce sites with thousands of URLs.


Manual spot-checks rarely catch issues like:


• category templates generating thin pages
• duplicate meta titles & descriptions
• orphan pages with no internal links
• short unreliable product descriptions


What workflows or metrics do you pros use to find these at scale?


Do you run full sitemap crawls with automated filters, or stick with sampling + manual checks?


Any tips/materials would be appreciated.
 
hello :)

I’ve been dealing with large Joomla / ecommerce sites with thousands of URLs.

Okay.

Manual spot-checks rarely catch issues like:


• category templates generating thin pages
• duplicate meta titles & descriptions
• orphan pages with no internal links
• short unreliable product descriptions

Agree with you.

What workflows or metrics do you pros use to find these at scale?

What workflows or metrics do you pros use to find these at scale?


Do you run full sitemap crawls with automated filters, or stick with sampling + manual checks?

Don't do it Manually.


This can be do with N8N, replit.com, Claude Code.

Previously, we were use 'replit' But we are using n8n and Claude Code ( still learning)

With help of N8N, we can find
• category templates generating thin pages
• duplicate meta titles & descriptions
• orphan pages with no internal links
• short unreliable product descriptions

You can Update product page - for AEO (Answer Engine Optimization)
and
Category Page or Information pages for GEO (Generative Engine Optimization)

Should we help u with n8n set set up Or should we sent you the audit report?

Plz let me know, we can do it next week- and don't worry we are not charging u any thing :)

thanks
 
hello :)



Okay.



Agree with you.





Don't do it Manually.


This can be do with N8N, replit.com, Claude Code.

Previously, we were use 'replit' But we are using n8n and Claude Code ( still learning)

With help of N8N, we can find
• category templates generating thin pages
• duplicate meta titles & descriptions
• orphan pages with no internal links
• short unreliable product descriptions

You can Update product page - for AEO (Answer Engine Optimization)
and
Category Page or Information pages for GEO (Generative Engine Optimization)

Should we help u with n8n set set up Or should we sent you the audit report?

Plz let me know, we can do it next week- and don't worry we are not charging u any thing :)

thanks
 
systematically finding thin content on large sites requires
a data-driven, multi-step audit approach. Use crawlers like
Screaming Frog or Lumar (formerly DeepCrawl) to export data
on word count, traffic, and engagement. Cross-reference
low word count (<300–500 words) with high bounce rates,
low organic traffic,
 
systematically finding thin content on large sites requires
a data-driven, multi-step audit approach. Use crawlers like
Screaming Frog or Lumar (formerly DeepCrawl) to export data
on word count, traffic, and engagement. Cross-reference
low word count (<300–500 words) with high bounce rates,
low organic traffic,
Good points above.


One thing I’ve noticed on large ecommerce sites is that thin content problems are rarely page-level — they’re template-level.


Instead of just filtering by word count, we usually:


  • Crawl full sitemap
  • Detect boilerplate ratio (unique text vs template text)
  • Cluster URLs by pattern
  • Cross-match with GSC impressions

You’ll often find entire URL classes generating low-value pages.


We actually built an internal tool that scans a sitemap and classifies pages into:


  • Thin
  • Duplicate risk
  • Orphan
  • Low-impression indexed
  • Expand vs Merge candidates

What surprised us:
On big stores, 60–70% of “thin content” isn’t content quality — it’s structural template repetition.


If you’re working with thousands of URLs, automation is mandatory — but classification is more important than rewriting.


Are you mainly dealing with product pages or category templates?
 
On large sites, I’ve found it easier to detect thin content by combining crawl exports with performance data rather than reviewing pages manually. Pull all URLs into a spreadsheet, add word count, organic impressions/clicks from Search Console, and then sort for pages that have very low content depth and near-zero impressions. Clustering template-driven pages (tag pages, filters, auto-generated listings) also reveals patterns quickly, often you’ll find thousands of similar thin URLs that can be consolidated, noindexed, or upgraded in batches instead of auditing one by one.
 
Back
Top