Free audit — ojjohnson.com

Pulled straight from your live site's own HTML today, no login needed — this is what Google and social platforms actually see right now, next to a drop-in fix for each one. Nothing here needed access to your Squarespace account; the fixes below are just text you can paste into Settings → SEO yourself, or I'm happy to do it for you.

1. Blank search & share preview confirmed live

Your page's meta description is empty and there's no social preview image (og:image) at all — so a Google result or a shared link on Instagram/Facebook shows a blank or auto-generated snippet instead of your work.

Right now

ojjohnson.com
OJ JOHNSON
(no description — Google fills in something random from the page)
<meta name="description" content="" />
<!-- no og:image tag anywhere on the page -->

Drop-in fix

Photo of your jewelry here
ojjohnson.com
OJ Johnson — Handmade Fine Jewelry & Sculpture
One-of-a-kind handmade jewelry and sculpture. Shop the collection or commission a custom piece.
Settings → SEO → Site Description:
"Handmade fine jewelry and sculpture by OJ
Johnson — shop the collection or commission
a custom piece."

Settings → Social → Site Image:
(upload one strong product photo)

2. Contact relies on a bare mailto: link confirmed live

The only way to reach you is a mailto: link. On a lot of phones/laptops with no mail app configured (very common — Gmail-in-browser users especially) clicking it does nothing visible, and there's no confirmation that a message went anywhere. A real form removes both problems.

Right now

<a href="mailto:juicegaragejewelry@gmail.com">
  Contact
</a>
<!-- no <form> element anywhere on the site -->

Working alternative — try it

What this would take

The description/title/social-image fix is five minutes in your own Squarespace Settings panel — I'm happy to just hand you the exact text, free, no strings. Swapping the contact link for a real form (like the one above, wired to your own inbox) is the kind of thing I'd do as a small paid job if useful — no pressure either way.