block into the HTML code box and position the element anywhere on the page (it is invisible to visitors)."},{"@type":"HowToStep","position":3,"text":"For site-wide injection: go to Settings › Custom Code (in the Wix dashboard) › Add Custom Code, paste the JSON-LD, set it to load in the , and restrict it to 'Specific pages' — select your instructional pages."},{"@type":"HowToStep","position":4,"text":"Note: Wix automatically generates basic BreadcrumbList schema for structured site navigation; verify it is present using the Rich Results Test before adding a duplicate."},{"@type":"HowToStep","position":5,"text":"Validate with Google's Rich Results Test."}]},{"@context":"https://schema.org","@type":"FAQPage","mainEntity":[{"@type":"Question","name":"How do I fix missing schema howto on Wix?","acceptedAnswer":{"@type":"Answer","text":"Open the page in the Wix Editor and click Add Elements › Embed Code › Embed HTML (Custom Code block). Paste the full block into the HTML code box and position the element anywhere on the page (it is invisible to visitors). For site-wide injection: go to Settings › Custom Code (in the Wix dashboard) › Add Custom Code, paste the JSON-LD, set it to load in the , and restrict it to 'Specific pages' — select your instructional pages. Note: Wix automatically generates basic BreadcrumbList schema for structured site navigation; verify it is present using the Rich Results Test before adding a duplicate. Validate with Google's Rich Results Test."}},{"@type":"Question","name":"What is missing schema howto?","acceptedAnswer":{"@type":"Answer","text":"Structured data is hidden code — written in a format called JSON-LD — that you add to a web page to tell search engines exactly what the content means, not just what it says. HowTo schema marks up step-by-step instructional content (like \"How to assemble your product\" or \"How to apply for a return\") so Google can understand each step individually. BreadcrumbList schema tells Google the navigation path to the page (e.g. Home › Help › Returns), which shows up as a readable trail in search results. Neither type is visible to shoppers; it lives quietly in the page's code and speaks directly to search engines and AI answer tools."}}]},{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Issue library","item":"https://seolz.com/learn"},{"@type":"ListItem","position":2,"name":"Missing schema howto","item":"https://seolz.com/learn/aeo/missing-schema-howto"},{"@type":"ListItem","position":3,"name":"Wix","item":"https://seolz.com/learn/aeo/missing-schema-howto/wix"}]}]

How to fix missing schema howto on Wix

Add HowTo and BreadcrumbList structured data (JSON-LD) to pages that contain step-by-step instructions so Google can display them as rich results and answer-engine snippets.

Steps for Wix

  1. Open the page in the Wix Editor and click Add Elements › Embed Code › Embed HTML (Custom Code block).
  2. Paste the full <script type='application/ld+json'>…</script> block into the HTML code box and position the element anywhere on the page (it is invisible to visitors).
  3. For site-wide injection: go to Settings › Custom Code (in the Wix dashboard) › Add Custom Code, paste the JSON-LD, set it to load in the <head>, and restrict it to 'Specific pages' — select your instructional pages.
  4. Note: Wix automatically generates basic BreadcrumbList schema for structured site navigation; verify it is present using the Rich Results Test before adding a duplicate.
  5. Validate with Google's Rich Results Test.
Official Wix documentation ↗
{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "HowTo",
      "name": "How to [Task Name]",
      "description": "A brief description of what this guide helps the user accomplish.",
      "step": [
        {
          "@type": "HowToStep",
          "position": 1,
          "name": "Step 1 Heading",
          "text": "Detailed description of what to do in step 1."
        },
        {
          "@type": "HowToStep",
          "position": 2,
          "name": "Step 2 Heading",
          "text": "Detailed description of what to do in step 2."
        },
        {
          "@type": "HowToStep",
          "position": 3,
          "name": "Step 3 Heading",
          "text": "Detailed description of what to do in step 3."
        }
      ]
    },
    {
      "@type": "BreadcrumbList",
      "itemListElement": [
        {
          "@type": "ListItem",
          "position": 1,
          "name": "Home",
          "item": "https://www.example.com/"
        },
        {
          "@type": "ListItem",
          "position": 2,
          "name": "Guides",
          "item": "https://www.example.com/guides/"
        },
        {
          "@type": "ListItem",
          "position": 3,
          "name": "How to [Task Name]",
          "item": "https://www.example.com/guides/how-to-task-name/"
        }
      ]
    }
  ]
}

What is missing schema howto?

Structured data is hidden code — written in a format called JSON-LD — that you add to a web page to tell search engines exactly what the content means, not just what it says. HowTo schema marks up step-by-step instructional content (like "How to assemble your product" or "How to apply for a return") so Google can understand each step individually. BreadcrumbList schema tells Google the navigation path to the page (e.g. Home › Help › Returns), which shows up as a readable trail in search results. Neither type is visible to shoppers; it lives quietly in the page's code and speaks directly to search engines and AI answer tools.

Pages with valid HowTo structured data are eligible for rich results — expanded, step-by-step listings in Google Search that take up significantly more screen space than a plain blue link, driving higher click-through rates. They are also prime candidates for Google's AI Overviews and other answer-engine features that pull structured steps directly into zero-click answers, putting your brand in front of shoppers before they even visit a competitor. BreadcrumbList markup improves how your URL path is displayed in search results, which has been shown to increase trust and clicks. Missing these schema types means leaving visible, high-intent real estate on the search results page empty — and handing it to competitors who have implemented them.

See the complete Missing schema howto guide for every platform and the full background.

Not sure if your Wix store has this?

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

Scan my site free

Fix missing schema howto on another platform