1. Crawling and Indexing
Google’s crawler must be able to find and read your pages. It sounds obvious—but in practice, it isn’t. Common issues: Pages are blocked by robots.txt, noindex tags prevent indexing, or internal links lead to dead ends. We check which pages Google actually crawls, which ones end up in the index and which ones don’t—and why.
2. Core Web Vitals and Load Time
Since Google made Core Web Vitals a ranking factor, load time is no longer just a nice-to-have. Three metrics matter:
- Largest Contentful Paint (LCP) — how fast does the main content load? Goal: under 2.5 seconds
- Interaction to Next Paint (INP) — how quickly does the page respond to user input? Goal: under 200 ms (INP replaced FID in early 2024)
- Cumulative Layout Shift (CLS) — does the layout shift during loading? Target: under 0.1
For Core Web Vitals and PageSpeed optimization, we measure using Google PageSpeed Insights and real-world data from Search Console.
3. Mobile Optimization
Since 2021, Google has been indexing exclusively the mobile version (Mobile-First Indexing). Mobile optimization means more than just responsive design: font sizes must be readable, buttons must be tappable, and content must not be cut off. Over 70% of German searchers use a mobile device.
4. Schema Markup and Structured Data
Schema Markup (structured data in JSON-LD format) helps search engines understand the content of your pages—not just read it. With Schema, you explicitly tell Google: This is an FAQ, this is a service, this is a review. Result: Rich Snippets, more space, higher click-through rates.
Structured data will also be relevant for AI Overviews in 2026. Details on AI SEO preparation.
The most important Schema types for B2B websites:
- Organization — your company with logo, address, reviews
- Person — author profiles for E-E-A-T
- Service — service descriptions with offers and prices
- FAQPage — FAQ sections as rich snippets
- Article / BlogPosting — for content marketing
- BreadcrumbList — Navigation path in search results
- Local Business — for businesses with a physical location
5. URL Structure and Canonical Tags
Clean, descriptive URLs are a basic best practice. But the real game-changer is canonical tags: They prevent Google from treating different versions of the same page as duplicate content. Common issues: Parameter URLs generate hundreds of duplicates, www and non-www versions display different content, and pagination pages cannibalize the main page.
6. HTTPS and Security
HTTPS has been mandatory for years—both as a ranking factor and to build trust with your visitors. But an SSL certificate alone isn’t enough: mixed content warnings, expired certificates, or incorrect redirects from HTTP to HTTPS can disrupt indexing.