# How to Add Schema Markup to Your Website

Canonical: https://support.merchynt.com/kb/article/how-to-add-schema-markup-to-your-website-ic-12895566

This guide will help you add schema markup provided by Paige to your website

## **Step 1: Go to the Automation tab in Paige, then click on Website & AI SEO**

* * *

## Step 2: Scroll to bottom of page to find schema markup code and copy it.

![](/api/storage/public-objects/intercom/0aff8e2d4bde04b9df6521e18b77692f.png)

* * *

## Step 3: Add code to your website

### Squarespace:

1. Log into Squarespace
2. Go to **Settings → Advanced → Code Injection**.
3. In the **Header** field, paste the JSON-LD schema snippet.
4. Save changes.
5. Refresh your live site to confirm it's injected.
    * * *

### WordPress:

### **Method A — Using the Theme Customizer (Easiest)**

1. Log into WordPress.
2. Go to **Appearance → Customize**.
3. Look for a panel named **Additional CSS/JS**, **Header Scripts**, or **Custom Code**
    (varies by theme; many themes like Astra, Kadence, and Elementor have this).

4. Paste the JSON-LD snippet into the **Header Scripts** or **Head** section.
5. Click **Publish**.

### **Method B — Using a Code Injection Plugin**

Use plugins like:
• Header Footer Code Manager (HFCM)
• Insert Headers and Footers
• WPCode

Steps:

1. Install the plugin.
2. Create a **New Snippet** → choose **JavaScript** / **HTML**.
3. Set **Location = Header**.
4. Paste your JSON-LD snippet.
5. Save & activate.
    * * *

### Wix:

### **Method A — Using Wix “Custom Code”**

1. Go to your Wix dashboard.
2. Click **Settings**.
3. Scroll to **Advanced** → **Custom Code**.
4. Click **\+ Add Custom Code**.
5. Paste the JSON-LD snippet.
6. Set **Place Code in: Head**.
7. Set it to load **on All Pages** or select a specific page.
8. Click **Apply**.

### **Method B — Wix Studio (if using Studio editor)**

1. Go to **Settings → Custom Code**.
2. Add new code.
3. Select **Head**.
4. Paste your JSON-LD snippet.
5. Save & publish.
    * * *

### Shopify:

### **Method A — Theme Editor (Online Store 2.0)**

1. Go to **Online Store → Themes → Edit Code**.
2. Open **layout/theme.liquid**.
3. Locate the `<head>` tag.
4. Right before the closing `</head>` tag, paste your JSON-LD snippet.
5. Save the file.

### **Method B — For Only ONE Page (e.g., FAQ page)**

1. Go to **Templates**.
2. Open the liquid template for that page (e.g., `page.faq.json` or `page.faq.liquid`).
3. Insert the JSON-LD snippet inside `{% block head %}` (if theme supports it)
    _or_ right before the first `<section>` tag.

4. Save.
    * * *

### Weebly:

1. Log in to Weebly.
2. Click **Settings** in the top menu.
3. Go to **SEO**.
4. Inside **Header Code**, paste your JSON-LD snippet.
5. Save & publish your site.
