Core Web Vitals for marketing sites: the smallest set of changes that matter
The four-thing list
For a marketing-focused business website, four changes usually move CWV from yellow or red into green. Serve next-gen image formats with explicit dimensions. Defer or preload web fonts correctly. Ship Bootstrap (or your CSS framework) as a single minified file with critical CSS inlined. Remove render-blocking third-party scripts from above the fold.
What rarely matters
On marketing sites with modest JavaScript, micro-optimizations like code-splitting, hydration tuning, or replacing the framework wholesale are usually noise next to the four above. Profile first. Do not refactor before measuring.
A reality check
Google ranks pages, not Core Web Vitals scores. A 95 Lighthouse score on a thin page does not beat a 75 on a deep, useful one. Performance is a floor, not a strategy.
Written by Mustafa Karim, founder and principal consultant at NavoTech Digital Solutions. Have a project or counter-example? Get in touch.