Getting Started

This guide will help you set up JsonLD.io and get structured data on your website in minutes.

Step 1: Create an Account

Sign up for a free 14-day trial at jsonld.io/register. No credit card required.

Step 2: Add Your Website

  1. Go to your Dashboard
  2. Click "Add Site"
  3. Enter your website's domain (e.g., example.com)
  4. Give your site a name for easy identification

Step 3: Crawl Your Site

Once you've added your site:

  1. Click the "Crawl" button on your site card
  2. Our crawler will discover all public pages on your website
  3. Wait for the crawl to complete (usually takes 1-5 minutes)

Tip: The crawler follows links from your homepage. Make sure your important pages are linked from your main navigation.

Step 4: Generate Schemas

After crawling:

  1. Go to Sites → Your Site → Pages
  2. Click on any page to view it
  3. Click "Generate Schema" to create JSON-LD with AI
  4. Review and edit the generated schema if needed
  5. Save your changes

You can also use "Generate All" to create schemas for all pages at once.

Step 5: Install the Script

Copy your unique script tag from the site settings:

<script async src="https://jsonld.io/api/jsonld/YOUR_TOKEN?format=js"></script>

Add this script to your website's <head> section. See our Installation guides for platform-specific instructions.

Step 6: Verify It's Working

  1. Visit any page on your site
  2. View the page source (right-click → View Source)
  3. Search for application/ld+json
  4. You should see your JSON-LD schema in the HTML

You can also use Google's Rich Results Test to verify your structured data.

Next Steps