Setup Guide

Step-by-step instructions for implementing JSON-LD schema markup and llms.txt files on your website platform

wordpress logo
WordPress

Complete setup instructions for WordPress

JSON-LD Schema Markup Implementation

Method 1: Using a Plugin (Recommended)

  1. Install a plugin like "Insert Headers and Footers" or "Code Snippets"
  2. Go to Settings > Insert Headers and Footers (or the plugin menu)
  3. Paste your JSON-LD code (wrapped in <script> tags) in the "Scripts in Header" section
  4. Click "Save"
  5. The schema will now be added to all pages automatically

Method 2: Using Theme Editor

  1. Go to Appearance > Theme Editor in your WordPress dashboard
  2. Select "header.php" from the theme files on the right
  3. Find the <head> section
  4. Add your JSON-LD code just before the closing </head> tag:
  5. <script type="application/ld+json"> {your json content here} </script>
  6. Click "Update File"
  7. ⚠️ Note: This method will be lost if you update your theme. Consider using a child theme.

wix logo
Wix

Complete setup instructions for Wix

JSON-LD Schema Markup Implementation

  1. Download your JSON-LD file from Menumo
  2. Open the downloaded .json file in a text editor
  3. Copy the entire JSON content
  4. Go to your Wix Editor
  5. Click "Settings" in the top bar
  6. Click "Custom Code" in the Settings menu
  7. Click "Add Custom Code" at the bottom
  8. In the code editor, wrap your JSON content with script tags:
  9. <script type="application/ld+json"> {paste your JSON here} </script>
  10. Set "Add Code to Pages" to "All Pages" or select specific pages
  11. Under "Place Code in", select "Head"
  12. Click "Apply"
  13. Publish your site

squarespace logo
Squarespace

Complete setup instructions for Squarespace

JSON-LD Schema Markup Implementation

  1. Download your JSON-LD file from Menumo
  2. Open the downloaded .json file in a text editor
  3. Copy the entire JSON content
  4. Go to your Squarespace admin panel
  5. Navigate to Settings > Advanced > Code Injection
  6. In the "Header" section, paste your code wrapped in script tags:
  7. <script type="application/ld+json"> {paste your JSON here} </script>
  8. Click "Save"
  9. The schema will be added to all pages

shopify logo
Shopify

Complete setup instructions for Shopify

JSON-LD Schema Markup Implementation

  1. Download your JSON-LD file from Menumo
  2. Open the downloaded .json file in a text editor
  3. Copy the entire JSON content
  4. Go to your Shopify admin
  5. Navigate to Online Store > Themes
  6. Click "Actions" > "Edit code" on your active theme
  7. In the left sidebar, find and open "theme.liquid"
  8. Find the <head> section
  9. Add your code just before the closing </head> tag:
  10. <script type="application/ld+json"> {paste your JSON here} </script>
  11. Click "Save"
  12. ⚠️ Note: This will be lost if you update your theme. Consider duplicating the theme before editing.

webflow logo
Webflow

Complete setup instructions for Webflow

JSON-LD Schema Markup Implementation

  1. Download your JSON-LD file from Menumo
  2. Open the downloaded .json file in a text editor
  3. Copy the entire JSON content
  4. Open your Webflow project
  5. Click "Project Settings" (gear icon)
  6. Click the "Custom Code" tab
  7. In the "Head Code" section, paste your code:
  8. <script type="application/ld+json"> {paste your JSON here} </script>
  9. Click "Save Changes"
  10. Publish your site
  11. The schema will be added to all pages

html logo
Custom HTML

Complete setup instructions for Custom HTML

JSON-LD Schema Markup Implementation

  1. Download your JSON-LD file from Menumo
  2. Open the downloaded .json file in a text editor
  3. Copy the entire JSON content
  4. Open your website's HTML file(s) or template
  5. Locate the <head> section in your HTML
  6. Add your code just before the closing </head> tag:
  7. <script type="application/ld+json"> {paste your JSON here} </script>
  8. Save the file
  9. Upload the updated file to your web server if needed
  10. If using a template system, add it to your base template so it appears on all pages

Need Help?

If you're having trouble implementing these files, check our Contact Support page or refer to our Articles for more detailed guides.