How to fix geo schema product incomplete on Squarespace

Your Product structured data is missing fields AI engines rely on to cite your products accurately (price, availability, currency, brand, ratings).

Steps for Squarespace

  1. Squarespace emits some commerce schema automatically; add or extend JSON-LD via Settings > Advanced > Code Injection (or per-page code injection) for Organization sameAs and any missing Product fields.
  2. Fill in Business Information (Settings) so name/logo/social links are available.
  3. Validate with Google's Rich Results Test.
Official Squarespace documentation ↗
{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "Product Name",
  "description": "Short product description.",
  "image": "https://yourdomain.com/img/product.jpg",
  "brand": {"@type": "Brand", "name": "Your Brand"},
  "sku": "SKU123",
  "offers": {
    "@type": "Offer",
    "price": "49.00",
    "priceCurrency": "USD",
    "availability": "https://schema.org/InStock",
    "url": "https://yourdomain.com/products/product-name"
  },
  "aggregateRating": {"@type": "AggregateRating", "ratingValue": "4.6", "reviewCount": "128"}
}

What is geo schema product incomplete?

Product schema (JSON-LD) describes a product to machines: its name, description, image, price, availability, currency, brand, SKU/GTIN, and ratings. AI assistants read these fields to answer shopping questions precisely. Missing required fields force the engine to guess or skip your product.

When a shopper asks an AI assistant about price, availability, or which brand to buy, the assistant pulls from structured data first. Incomplete Product schema means your products are cited with missing or wrong details - or omitted in favour of competitors whose schema is complete.

See the complete Geo schema product incomplete guide for every platform and the full background.

Not sure if your Squarespace store has this?

Run a free SEOLZ audit — we’ll find geo schema product incomplete and every other issue across your whole site.

Scan my site free

Fix geo schema product incomplete on another platform