Gutes vom Gutshof · Website rebuild

SEO, AI-Readiness & Site Hardening

A plain-language walk-through of the search, AI-readiness, security, speed, accessibility and reliability work on the new site — for the pre-launch review.

Below is what was done across five areas, and why. The first section answers the question about “optimisation for AI”; the rest covers the behind-the-scenes hardening so the shop is secure, fast, accessible and reliable from day one.

1 · SEO & AI-readiness

Two halves: clean page structure (so search engines and AI assistants read the pages correctly) and structured data (hidden, machine-readable labels that let Google and assistants describe and recommend the shop accurately).

One clear headline per page

The previous site had pages with no main heading (H1) at all — a basic but important SEO miss. Every page on the new site now has exactly one clear H1 (the page title) with a logical structure beneath it. I audited every page and fixed the ones that were missing it.

Structured data — this is the “AI optimisation”

“Optimising for AI” means making the site machine-readable, so assistants like ChatGPT and Google’s AI can understand and accurately recommend the shop. It’s done with structured data — labels embedded in each page that say, in effect, “this is a product, this is its price, these are its reviews, this is the business and where it is.” The site now emits:

LabelWhereWhat it tells machines
Organisationevery pagethe brand, logo, social profiles
Local Businesshomethe physical shop — address, phone, email; the key entity for “near me”, Maps and AI local answers
Productproduct pagesname, image, description, price & availability — and the star rating + reviews, all on one entity so the stars attach to the product
Rating & Reviewsproduct pagesaverage rating, review count and individual reviews (when present)
FAQFAQ pagequestions & answers, eligible for FAQ rich results
Breadcrumbsmost pagesthe navigation path
Article / Recipeblog postsarticles, and recipe posts get full recipe cards (ingredients, steps, time, servings)
A notable fix: the review rating previously lived on a second, separate product label, apart from the one carrying the price — which often means the stars don’t show in Google. It’s now consolidated into a single product entity, so the rating attaches to the listing.

Recipe rich results

Recipe blog posts can now produce recipe rich cards in Google (and AI recipe answers) — ingredients, steps, cook time and servings. This switches on automatically once a recipe post’s details are filled in; other posts stay as normal articles.

Meta tags

Every page now has a search-result description (the homepage and some pages previously had none, leaving Google to guess the snippet), correct product price tags for shopping/social crawlers, and proper canonical, Open Graph and Twitter tags.

2 · Security

Customer reviews

The new review system (submit → you approve → publish) was hardened against the realistic abuse paths: submissions can’t spoof which product a review lands on (the moderation screen always shows the real product), input is validated, the moderation area is protected by a secure session (the access link is used once, never exposed afterward), and there are spam/rate limits so the queue can’t be flooded.

Order data

The order feed to your back-office is signature-verified, so forged order notifications are rejected. Access tokens are handled securely and never stored in the website code.

3 · Performance (page speed)

4 · Accessibility EU Accessibility Act

The site was brought in line with WCAG 2.1 AA, which matters for the EU Accessibility Act:

5 · Reliability — orders never lost or duplicated

The order → back-office sync was made safe for real bookkeeping: an order is claimed before any record is written (so a repeated notification can’t create a duplicate), and a temporary glitch now triggers an automatic retry instead of silently dropping the order. (The sync is switched on once the one-time product mapping is in place.)

6 · How this was checked

The site and its back-end services were put through an independent, multi-pass review across security, performance, accessibility, SEO and code correctness — and every finding was double-checked before being fixed, so the work addressed real issues rather than false alarms. The site also passes Shopify’s own theme checks with zero warnings.