Schema Generator

Generate SEO-friendly JSON-LD structured data for your pages.

JSON-LD Preview

How to Add HowTo Schema to Your Website

1

Enter the title and description of your tutorial

2

Set the estimated time to complete

3

List any required tools or supplies

4

Add step-by-step instructions with descriptions

5

Optionally add images for each step

6

Include estimated cost if applicable

7

Copy the JSON-LD to your tutorial page

HowTo JSON-LD Example

Here's an example of valid HowTo structured data that you can use as a reference:

{
  "@context": "https://schema.org",
  "@type": "HowTo",
  "name": "How to Change a Car Tire",
  "description": "Step-by-step guide to safely change a flat tire",
  "image": "https://example.com/tire-change.jpg",
  "totalTime": "PT30M",
  "estimatedCost": {
    "@type": "MonetaryAmount",
    "currency": "USD",
    "value": "0"
  },
  "supply": [
    {
      "@type": "HowToSupply",
      "name": "Spare tire"
    }
  ],
  "tool": [
    {
      "@type": "HowToTool",
      "name": "Car jack"
    },
    {
      "@type": "HowToTool",
      "name": "Lug wrench"
    }
  ],
  "step": [
    {
      "@type": "HowToStep",
      "name": "Secure the vehicle",
      "text": "Park on a flat surface and engage parking brake"
    },
    {
      "@type": "HowToStep",
      "name": "Loosen lug nuts",
      "text": "Use the lug wrench to loosen each nut"
    }
  ]
}

Tip: Always validate your schema markup using Google's Rich Results Test before deploying to production.

Frequently Asked Questions

What's the difference between HowTo and Recipe schema?

Recipe schema is specifically for cooking/food content with nutrition info. HowTo is for general tutorials, DIY projects, repairs, and non-food instructions.

Can I use HowTo for video tutorials?

Yes! You can combine HowTo schema with VideoObject schema to mark up video tutorials, giving Google even more context about your content.

Should each step have an image?

While not required, adding images to each step improves user experience and can make your content more visually appealing in search results.

Butuh website tutorial atau knowledge base? Hire me for Web Dev.

Konsultasi Sekarang