SEO-strategi: struktur, länkar och meningsfullt innehåll
Vårt SEO-tillvägagångssätt i detalj: ren informationsarkitektur, intern ämnesklustring, utgående länkar till auktoritativa källor och innehåll skrivet för människor först.
SEO is one of those topics where the gap between "what works" and "what people sell" is enormous. We don't do keyword stuffing, link farms, or PBNs. The strategy below is what actually moves the needle for a small business website over the medium term.
1. Solid site structure
Search engines reward sites that are easy to crawl and easy to understand. That means semantic HTML — real <h1> & <nav> & <article> tags, not <div> soup; clean URLs (no ?id=42&cat=7); a single canonical URL per page; and a consistent heading hierarchy. The same things screen readers need are the things crawlers need. Two birds, one well-built stone. Reference: MDN on heading hierarchy.
2. Internal linking — topic clusters and breadcrumbs
Every page on this site links to two or three other pages on this site. That isn't accidental. It tells the crawler which pages are related (a topic cluster), what each cluster is about, and which page is the "hub" (most-linked-to). Within a body of text, links should be contextual — not "click here" — so the anchor text itself describes the destination.
For example: this page links forward to accessibility and platform ownership because they sit in the same topic cluster ("how the agency thinks"), and back to the services page because the strategy described here is included in our Standard and Premium tiers.
3. External links to authoritative sources
Counter-intuitive but true: linking out to authoritative sources is good SEO. It signals that you've done your research, that you sit inside a real conversation, and that your content can be trusted. Google's own Helpful Content guidelines explicitly reward this kind of demonstrable expertise. We link out generously throughout our resources and blog — including on this very page.
4. Meaningful content over keyword stuffing
Modern search engines use semantic models that recognise concepts, not just exact-match phrases. The 2010s tactic of repeating "best plumber Helsinki" thirty times now actively hurts you (search for Google's spam policies). Better: write a long, useful page about how plumbing emergencies are usually diagnosed in pre-1970s Finnish apartments, and let the relevance signal itself.
5. Technical SEO — Core Web Vitals, structured data, sitemaps
- Core Web Vitals.Largest Contentful Paint, Interaction to Next Paint, Cumulative Layout Shift. We optimise all three by default — Next.js' image and font handling does most of the heavy lifting. Reference: web.dev/articles/vitals.
- Structured data. JSON-LD blocks for Organization, Article, CreativeWork — every page on this site emits the right one. Look at the source HTML if you're curious.
- Sitemaps and robots.txt. Generated programmatically so they stay in sync with the page tree.
- Accessibility. WCAG 2.1 AA is good for users, good for the law (in the EU), and also good for SEO. See our accessibility resource.
Real examples from the portfolio
The Milla Lahdenperä campaign site scored 100/100 on Lighthouse SEO at launch. saarijameri.fi ranks first on Google for "Saarijärvi yritys" despite being younger than three of the directories it competes with — clean structure plus genuine local content beat age alone.
What to read next
- Google Search Central documentation — the only authoritative source on what Google actually does.
- W3C WAI: WCAG standards — accessibility standards that double as SEO standards.
- Schema.org getting started — structured data vocabulary.