EXAMPLE
/pricing
Add the missing Product.image on /pricing
Discover
schema Product.image is missing a live absolute image on https://seodispatch.app/pricing.
Prioritize
The public /pricing page offers SEO Dispatch plans. Product structured data without a working image is incomplete. Search and social previews should point at a live PNG that already returns HTTP 200.
Act
- A
Open the live page
Open https://seodispatch.app/pricing and confirm it is the public pricing page for SEO Dispatch, not a staging copy.
- B
Read the Product JSON-LD
In the page source, find the Product node for SEO Dispatch Pro. Note whether image is missing, empty, or pointing at a URL that does not return an image.
- C
Use the working image URL
Set Product.image to https://seodispatch.app/pricing/opengraph-image-15m7k7. Do not use https://seodispatch.app/og-pricing.png. That path returns 404.
- D
Keep the URL absolute
Write the full https URL. A relative /pricing/opengraph-image path can break in validators and in crawlers that do not resolve it the same way.
- E
Keep the change on /pricing
Scope the image to this Product offer. Do not add a site-wide default image that leaks onto login, account, or other private routes.
- F
Validate the JSON-LD
Confirm the Product node still matches visible pricing copy: name, offers, and brand. Do not invent ratings, reviews, or stock claims.
- G
Check it live, then stop
Fetch the image URL and confirm HTTP 200 and image/png. Recheck the page. SEO Dispatch will not publish this change for you.
Verify
- curl -sI https://seodispatch.app/pricing/opengraph-image-15m7k7 returns HTTP 200 and content-type image/png.
- The Product JSON-LD on /pricing lists that same absolute URL in image.
- https://seodispatch.app/og-pricing.png is not used. That URL is a 404.
https://seodispatch.app/pricing/opengraph-image-15m7k7
Compound
After you apply and verify the 200 PNG, the next Live finding uses the same loop. We do not claim dual SEO+AI scores. SEO Dispatch does not publish this change.
Help loop: Discover then Prioritize then Act then Verify then Compound.