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
- Go to your Dashboard
- Click "Add Site"
- Enter your website's domain (e.g.,
example.com) - Give your site a name for easy identification
Step 3: Crawl Your Site
Once you've added your site:
- Click the "Crawl" button on your site card
- Our crawler will discover all public pages on your website
- 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:
- Go to Sites → Your Site → Pages
- Click on any page to view it
- Click "Generate Schema" to create JSON-LD with AI
- Review and edit the generated schema if needed
- 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
- Visit any page on your site
- View the page source (right-click → View Source)
- Search for
application/ld+json - 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
- Learn about different Schema Types
- Explore AI Generation features
- Check out platform-specific Installation guides
