Andrew Yong
Start a project ↗
● Free tips · steal them

Nine tips that actually work.

No tools to buy. No consultants to hire. Each one ships in under an afternoon and pays back the next time the site is measured.

9 tips · perf, copy, SEO · Updated quarterly
01

Compress the hero image.

If your home page is over 200KB, the hero image is almost certainly the reason. Convert to WebP at quality 78 and watch the LCP fall by half.

cwebp -q 78 hero.jpg -o hero.webp — single command, smaller file, identical perceived quality.
02

Kill your slider.

Nobody clicks past slide one. Replace the carousel with a single static image and a sentence. Your bounce rate will thank you.

If you absolutely must have multiple things, use a scroll-snap horizontal scroll instead — at least it's keyboard-accessible.
03

One variable font, subset.

Pick one variable font. Subset to Latin. Self-host or use font-display: swap. Save 200KB and an entire DNS lookup.

glyphhanger — automate the subsetting in your build.
04

Write the heading as a question.

Pages whose H1 reads as a question — 'How does this work?' — get more time-on-page than declarative headings. Try it.

Bonus: question-form H1s also appear more often in ChatGPT answer summaries.
05

Add JSON-LD on day one.

A 12-line Person or Organization schema block in your <head> is the single highest-ROI SEO move you can make. Free.

06

Defer the analytics script.

If your analytics script is in <head>, it's blocking the first paint. Move it to the end of <body> with defer.

Even better: self-host analytics. Plausible, Umami, or your own logs.
07

Real focus states with :focus-visible.

Replace outline: none with :focus-visible and a real coloured ring. Keyboard users will be able to use your site.

:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; } — copy-paste.
08

One-paragraph FAQ.

FAQs structured as question + ≤80-word answer are the format large models cite. You become the source instead of getting paraphrased.

Wrap each Q&A in <details> — accordions for free, no JavaScript.
09

Cut a third of the home page.

Open the home page on a phone. Read top to bottom out loud. Every section you skipped while reading is a section to delete.

If a section can't be defended in one sentence, it doesn't belong on the home page.

Want me to do these for you?

1–2 weeks · flat fee · 10-min audit on request
AY Book a Call Get started today