Read the evidence, try a builder-ready prompt and see exactly what you would hand to a specialist.
Check my website freeIllustrative examples for a fictional website. Your findings depend on the pages we can audit.
Full example: evidence, instructions and prompts are open below.
01 · Performance Fix with a prompt
Images move the page while loading
When an image loads without reserved space, the button a visitor is about to tap can move.
Example evidence · Homepage
Two of five images declare neither width and height nor a reserved aspect ratio.
Builder-ready prompt
On the homepage, fix the images that have no reserved dimensions. Add correct intrinsic width and height attributes, or a matching CSS aspect-ratio, to each affected image. Preserve the existing layout, crop and responsive behavior. Verify at mobile and desktop widths that text and buttons stay in place while images load. Explain what changed and how to check it.
This first complete fix is included free.
02 · Performance Fix with a prompt
Scripts delay the first useful screen
Visitors wait longer when non-essential scripts block the page from appearing.
Example evidence · Homepage
Two external scripts in the page head have no async or defer attribute.
Builder-ready prompt
Review the two external scripts in the homepage head that have neither async nor defer. Identify whether each is required for the first visible screen. Defer non-critical scripts while preserving execution order and dependencies. Do not defer a script blindly. Preserve analytics consent behavior, then verify navigation, forms and the main conversion journey. Explain the changes and how to verify them.
03 · Needs verification Human action
Does the enquiry actually reach your inbox?
A form in the page source does not prove that a message is delivered. This remains unverified until a person tests it.
Test sequence · Contact page
Submit a clearly labelled test enquiry using an address you control.
Check validation, the success message and the confirmation email.
Confirm delivery to the correct inbox or CRM, including the submitted details.
Repeat on a phone. Record the result before marking this journey complete.
04 · Needs verification Specialist review
Do the privacy promises match the website?
The right policy depends on the business, its visitors and the information it collects. An automated scan cannot certify compliance.
Brief for a privacy specialist
Review the contact form, analytics tools and published privacy policy together. Confirm what information is collected, why it is needed, how long it is retained and who receives it. Check consent requirements for the intended markets and verify that the published wording matches the actual setup.