INSIGHTS

SEO tips, audit findings, and actionable guides for small businesses — built from real website scans.

seo-basics

Why Your Website Is Invisible to Google — And How to Fix It

You built a website. You launched it. You waited. And waited. Google still doesn’t show it in search results.

You’re not alone. Thousands of small business websites are effectively invisible to Google. The good news: most of the causes are fixable, and you don’t need to be an SEO expert to fix them.

Why Google Can’t Find Your Site

1. Your site isn’t indexed

If Google doesn’t know your site exists, it can’t show it. Check by searching site:yourdomain.com in Google. If nothing comes up, you’re not indexed.

Apr 11, 2026
seo-basics

What Is GEO and Why It Matters for Your Website

SEO gets all the attention. But there’s a second layer of search visibility that most small businesses completely ignore: Geographic Optimization (GEO).

What Is GEO?

GEO is the practice of optimizing your online presence so your business appears in location-based searches: “bakery near me,” “plumber in Helsinki,” “restaurant open now.”

These searches trigger Google’s local pack — the map with three businesses at the top of results. If you’re not in the local pack, you’re invisible to local customers.

Apr 10, 2026
seo-basics

5 SEO Mistakes Small Businesses Make (And How to Fix Them)

We’ve audited hundreds of small business websites. The same five mistakes keep appearing. Here they are — with the exact fixes.

1. Missing Title Tags

Every page needs a unique, descriptive <title> tag. Yet 30% of sites we audit have duplicate or missing titles.

The fix: Write a unique title for each page. Format: “Page Topic | Business Name.” Keep it under 60 characters.

2. No Structured Data

JSON-LD structured data is the highest-impact SEO fix for most small businesses. It tells Google your business name, address, services, hours, and reviews — in a format Google understands perfectly.

Apr 9, 2026
seo-basics

Structured Data: The SEO Signal Most Sites Miss

If you could make one SEO change to your website, make it this: add JSON-LD structured data.

It’s the single highest-impact fix for most small businesses. And most sites don’t have it.

What Is Structured Data?

Structured data is a standardized format (JSON-LD) that tells search engines exactly what your content means. Instead of Google guessing that “Helsinki” is your location, you explicitly state it.

What to Add

Organization Schema (every site)

{
  "@context": "https://schema.org",
  "@type": "Organization",
  "name": "Your Business Name",
  "url": "https://yourdomain.com",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Helsinki",
    "addressCountry": "FI"
  }
}

LocalBusiness Schema (local businesses)

Adds business hours, phone, price range, geo coordinates. Essential for Maps visibility.

Apr 8, 2026
seo-basics

How Fast Should Your Website Load? A Core Web Vitals Guide

Google measures your page speed with three metrics called Core Web Vitals. They directly affect your search rankings.

The Three Metrics

Largest Contentful Paint (LCP) — Target: under 2.5 seconds

How long it takes for the main content to appear. This is usually a hero image, heading, or main text block.

Common causes of slow LCP:

  • Unoptimized images (too large, wrong format)
  • Render-blocking JavaScript
  • Slow server response time

Interaction to Next Paint (INP) — Target: under 200ms

How quickly your page responds to user interactions (clicks, taps, keyboard). Replaced FID in March 2024.

Apr 7, 2026