Web Analytics for Non-Technical Founders
Your developer set up analytics. Now there's a dashboard full of numbers. What do you actually look at?
This is a plain-language guide to web analytics for founders who don't write code.
What to look at
Visitors — how many unique visitors came to your site in a given period. "Unique" here means estimated distinct individuals, not raw pageview counts. This is your headline traffic number.
Pageviews — total number of pages viewed. A single visitor might view multiple pages. Pageviews are always higher than visitors.
Top pages — which pages on your site are getting the most traffic. This tells you where visitors are spending their attention.
Top referrers — where visitors came from before arriving at your site. Direct means they typed your URL. Google means they searched for something and clicked your result. A specific domain means someone linked to you from there.
Conversion goals — the most important number for most businesses. A conversion goal is a specific action you've configured as meaningful: a signup, a purchase confirmation, a form submission. If your developer set these up, this is what tells you whether your site is actually working.
What to ignore (mostly)
Bounce rate in isolation is not very meaningful. A high bounce rate on a landing page might mean your page is not compelling. It might also mean people found exactly what they needed on the first page and left satisfied.
Raw pageview counts without context are misleading. 10,000 pageviews sounds impressive. If it came from a single bot scan, it's meaningless. Compare ratios (conversions per visitor) rather than raw counts.
Day-to-day fluctuations in traffic are normal and usually not actionable. Look at weekly or monthly trends instead.
When to dig deeper
Analytics is most useful when something changes. Three situations warrant a closer look:
Traffic spike — someone shared your site. Which referrer is responsible? What page did they share?
Traffic drop — something that was working stopped working. Was it a specific referrer that dried up? A page that fell in search rankings?
Low conversion rate — if lots of people visit your pricing page but few sign up, there's a friction point in your funnel. What page are they on just before they leave?
For routine monitoring, a weekly 5-minute review of your dashboard is enough for most early-stage products.
Sharing analytics with your team
If you want to share your analytics with co-founders, investors, or advisors, the simplest approach is a screenshot of your dashboard for a relevant time period. Most analytics dashboards let you set a date range — pick a period that tells a clear story (launch week, a month after a campaign, etc.).
See building in public with analytics for how some founders share analytics publicly as part of their product narrative.
The one metric that matters most
For most early-stage products, the one metric that matters is: what percentage of visitors complete the primary action?
If your site's job is to get people to sign up for a trial, the conversion rate is: signups ÷ visitors. Everything else is secondary context.
Once you have a baseline conversion rate, you have something to optimise. Every experiment — a new headline, a different call-to-action, a testimonial added to the page — either improves this number or it doesn't.
A dashboard full of data is not insight. One number you're trying to move is.
Getting analytics set up without a developer
If you built your site with a no-code tool like Webflow or Squarespace, you can add Antlytics tracking without writing code:
- Webflow: Paste the tracking snippet into Project Settings → Custom Code → Head Code. See analytics for Webflow for step-by-step instructions.
- Squarespace: Go to Settings → Advanced → Code Injection → Header.
- WordPress: Use the Antlytics WordPress plugin or a header injection plugin.
Your Antlytics dashboard under Settings → Tracking Snippet has the code to paste.
FAQ
How do I know if the analytics is working? Visit your site and then check your Antlytics dashboard. Your visit should appear as a new pageview within a minute or two.
What's a "good" number of visitors for an early-stage startup? There is no universal benchmark. What matters is whether the trend is moving in the right direction and whether you're improving your conversion rate over time. Comparing yourself to other sites in aggregate data is rarely useful.
Can I see who specifically visited my site? Not with privacy-first analytics. Antlytics does not store personal data or identify individual visitors. You see aggregate counts, not user-level records.
My analytics shows very few visitors but I know people are using my product — why? Analytics measures visits to your website (the marketing and landing pages). If your product is a web app behind a login, people using the app may not be visiting the public marketing pages. Make sure your tracking snippet is installed on the pages you want to measure.
Should I look at analytics every day? Not usually. Daily checking creates anxiety without producing insight. Weekly is usually the right cadence for most founders. Daily is appropriate during launches, campaigns, or when you're actively running experiments.
Related: Building in public with analytics · Analytics for Webflow · Analytics for AI-built sites