Services

Web design, building & hosting

Now that AI assistants read along, Google is no longer the only gatekeeper of visibility. Being found requires fully delivered HTML, clean structure and defensible statements — not just a pretty layout.

Two kinds of reader, one standard

Alongside people and search engines, a third group now reads along: AI assistants assembling answers from web pages. They behave differently from a browser — many of them do not execute JavaScript. Whatever is loaded only inside the browser simply does not exist for them.

That has an uncomfortable consequence for modern single-page applications: a page whose content is produced client-side can be empty for these readers. This is exactly why this website is statically pre-rendered — every page delivers complete HTML before any script runs.

The test is simple: view the page source. If the actual text is not there, the assistants do not see it either.

Load time is not a comfort topic

Google treats loading behaviour as a ranking factor, and visitors decide within seconds. The biggest levers are unspectacular: images in the right format and at the size actually needed, fonts served locally rather than from a third-party server, no scripts blocking page construction. A single uncompressed background image often costs more load time than all remaining page content combined.

Structured data that actually gets used

  • Organisation, person, service and article as JSON-LD — so it is machine-readable who stands behind the page.
  • One canonical tag per page pointing at itself, not at a redirect.
  • hreflang pairs referencing each other in both directions; one-sided declarations are ignored by Google.
  • A sitemap containing only indexable pages — drafts and legal texts do not belong in it.

Setting up multilingual sites properly

The most common mistake is the English version living under German addresses. Serving a page at `/en/dienstleistungen/` throws away exactly the search terms it is meant to rank for. Every language needs its own descriptive addresses — and a switcher that jumps to the translated version of the same page rather than to the homepage.

How we support you

  • Statically pre-rendered pages that deliver complete HTML — readable for browsers, search engines and AI assistants.
  • Technical SEO foundation: canonicals, hreflang, structured data, a clean sitemap.
  • Multilingual setup with its own address structure per language instead of a prefix in front of German paths.
  • Hosting and ongoing maintenance including deployment automation and monitoring.