Tools

Lightweight analytics for content sites

For most content sites, the useful analytics question is not who a visitor is. It is which pages helped, which links converted, and what slowed the page down.

A small content site can learn a lot without building a surveillance machine. The best analytics setup answers editorial and operational questions: which guides are found, which links are useful, what queries bring readers, and whether pages stay fast.

The minimum useful dashboard

  • Top pages by landing visits and engaged reads.
  • Search referrers and query groups where available.
  • Outbound clicks on affiliate and reference links.
  • 404s, slow pages, and large assets.
  • Country or language trends only at a useful aggregate level.

Why lighter tools often fit better

Plausible is a strong fit when a site wants a simple hosted dashboard, public stats options, goals, and privacy-first defaults. GoatCounter is appealing when the operator wants a very small tool, clear privacy documentation, and simple traffic reporting. Matomo fits teams that need more control and deeper reporting but accept more setup responsibility.

GA4 is powerful, especially for advertising ecosystems and complex conversion paths. It is also more than many editorial sites need. If the site does not run ads, does not do remarketing, and mainly needs article performance and outbound conversion counts, start smaller.

Privacy claims need configuration

The legal mistake is writing 'no cookies, no consent needed' as a universal rule. CNIL's exemption guidance lists conditions, including user information, opt-out, limited audience measurement, single-site scope, and IP truncation. Matomo's guidance also notes that rules differ by country.

Performance is part of analytics

HTTP Archive's Web Almanac page-weight chapter is a useful reminder: JavaScript is not only bytes over the wire. It also has to be parsed and executed. For a site whose value is reading, a smaller analytics script is not a vanity metric. It protects the page experience.

RecommendDay's default

This site starts with server logs, Cloudflare analytics, Search Console, and manual outbound-link checks. If a client-side tool becomes necessary, it should be added for a named question, not because every site is expected to have one.

Sources

  1. Plausible AnalyticsProduct positioning, lightweight script, no-cookie claims.
  2. GoatCounter privacy documentationStorage and short-lived deduplication approach.
  3. CNIL analytics exemption guidanceConditions for analytics consent exemption in France.
  4. Matomo analytics without consent FAQJurisdiction and configuration caveats.
  5. HTTP Archive Web Almanac 2025 page weightPage weight and JavaScript performance context.