← The Skylift Journal
● Tutorials · 6 min read

How to Set Up Website Analytics for a Florida Small Business (In Under an Hour)

The minimum analytics stack a Florida small business actually needs, set up correctly in under an hour.

Nic Velasco · May 21, 2026

Most Florida small business owners are in one of two camps on website analytics. Either no tracking is installed at all (so you have no idea what is working), or 12 different tools are installed and nobody opens any of them. Both situations are equivalent to having no data.

This post walks through the minimum stack: three tools, one hour of setup, four reports to check weekly. That is all you actually need.

The three tools that matter

The minimum analytics stack for a small business website is three free tools.

  1. Google Analytics 4 (GA4) for traffic and behavior data
  2. Google Search Console for organic search ranking and keyword performance
  3. Microsoft Clarity for heatmaps and session recordings

You do not need anything beyond this stack until you are spending more than $5,000/month on paid traffic. If you are doing less than that, the three above answer 95 percent of the questions a small business needs answered.

Step 1: Install Google Analytics 4 (15 minutes)

Go to analytics.google.com and sign in with the Google account you want to own the data (use a business email, not a personal one).

  1. Create an Account. Name it your business name.
  2. Create a Property. Name it the domain of your website.
  3. Pick the time zone (Eastern Time for Florida).
  4. Pick the reporting currency (USD).
  5. Answer the brief survey on business size and use case.
  6. Set up a Data Stream for your website. Paste in the domain.
  7. Copy the GA4 tracking code (a <script> snippet) and paste it into the <head> section of every page on your website.

If you are on Skylift, send us a note and we install this in 24 hours. If you are on WordPress, the Site Kit by Google plugin handles it. If you are on Squarespace or Wix, both have native GA4 fields in the site settings.

Verify it is working by visiting your own site and checking the Realtime report in GA4. You should appear as a live user within 30 seconds.

Step 2: Install Google Search Console (10 minutes)

Go to search.google.com/search-console and sign in with the same Google account.

  1. Add a property. Choose "URL prefix" (simpler than Domain).
  2. Paste your full domain.
  3. Verify ownership. The fastest method for a small business is the HTML tag (Google gives you a meta tag, you paste it into the <head> of your homepage). If your domain is registered with Google Domains, GoDaddy, or Namecheap, the DNS verification is also straightforward.
  4. Once verified, submit your sitemap (usually at yourdomain.com/sitemap.xml).

You will see data populate within 24 to 48 hours. Search Console is where you find out what keywords are bringing people to your site, which pages rank, and which pages have indexing problems.

Step 3: Install Microsoft Clarity (10 minutes)

Go to clarity.microsoft.com and sign in with a Microsoft account (free to create).

  1. Create a new project. Name it your domain.
  2. Copy the tracking script.
  3. Paste it into the <head> of every page on your website (right next to your GA4 code).

Clarity is free and gives you heatmaps and session recordings, which GA4 does not. You can literally watch a recording of a visitor's mouse moving across your site, see what they clicked, see where they got stuck. It is the single most useful tool for fixing UX problems on a small business website.

Within 48 hours you will have your first session recordings to watch.

The four reports to check weekly (10 minutes total)

The whole point of installing this stack is that you can answer four questions in 10 minutes a week.

Report 1: How many people are visiting? (GA4 → Reports → Acquisition → User acquisition)

You are looking for the trend, not the absolute number. Are visitors going up week over week? Where are they coming from (organic search, direct, referral, paid, social)?

Healthy pattern for a Florida small business: 60 to 80 percent of visitors come from organic search (Google), 10 to 20 percent direct (people who typed your URL), 5 to 10 percent referral (links from other sites), the rest social or paid.

Report 2: Which pages do people read? (GA4 → Reports → Engagement → Pages and screens)

Look at your top 10 pages by views. Then look at the average engagement time per page. A page with 200 views and 8 seconds of average engagement is not working. A page with 50 views and 90 seconds is.

This report tells you which content is doing the work. Double down on what is working. Rewrite what is not.

Report 3: What keywords are bringing people in? (Search Console → Performance)

This is the single most useful report in the entire stack. You will see:

You will discover keywords you did not know you were ranking for. Build content specifically for those keywords. Search Console literally hands you your content calendar.

Report 4: Where are people clicking (and getting stuck)? (Clarity → Heatmaps + Recordings)

Open a heatmap for your homepage. Look at where clicks concentrate. Look at where the page gets ignored.

Open 5 session recordings from the past week. Watch them at 2x speed. You will see what is broken. Common issues: a button that does not look clickable, a form that gets started but not completed, a page that loads so slowly the user scrolls before content appears.

What you do not need yet

Skip the following tools until you have a real reason.

Frequently asked questions

Do I need a privacy policy because of GA4 and Clarity?

Yes. Both tools place cookies and collect IP addresses. A short privacy policy disclosing this is required for compliance with GDPR (if you have any European visitors) and CCPA (if any California visitors). Most website builders include a privacy policy template.

How do I know if my Google Ads conversions are tracking correctly?

Set up a conversion event in GA4 (e.g., "form_submit" or "phone_click") and link your GA4 property to Google Ads. Conversions in GA4 then flow back to Ads automatically. The setup is in GA4 → Admin → Conversions.

What if I have no traffic? Should I still install this?

Yes. Installing analytics on a low-traffic site is more important than on a high-traffic site, because every visitor is rare and you want to understand what they did. The first 50 visitors are pure gold.

Can I see my competitors' analytics?

Not their actual GA4 data. You can estimate their traffic with Ubersuggest or SimilarWeb (both have free tiers). For keyword overlap, Search Console plus a free Ahrefs keyword tool is enough.

The honest answer

Most Florida small business owners install GA4 once, look at it three times, and never go back. The reason is that the default dashboards are designed for marketing analysts, not business owners. Use the four reports above, set a Friday morning 10-minute calendar block to check them, and you will be operating with more clarity than 90 percent of your competitors. See our companion guide on how to test your website contact form for the diagnostic check that pairs with this analytics stack.