Free Tool

How-To Schema Validator

Step-by-step instructions for completing a task. Validate your HowTo structured data and preview how it appears in Google rich results.

Required Fields

  • name
  • step

Recommended Fields

  • image
  • totalTime
  • estimatedCost

Validate Your How-To Schema

JSON-LD

Example How-To JSON-LD

{
  "@context": "https://schema.org",
  "@type": "HowTo",
  "name": "How to Fix a Slow Website",
  "image": "https://example.com/howto.jpg",
  "totalTime": "PT30M",
  "step": [
    {
      "@type": "HowToStep",
      "name": "Run a performance audit",
      "text": "Use BulkAudit to identify performance bottlenecks."
    },
    {
      "@type": "HowToStep",
      "name": "Optimize images",
      "text": "Compress and convert images to WebP or AVIF format."
    },
    {
      "@type": "HowToStep",
      "name": "Enable caching",
      "text": "Set proper cache headers for static assets."
    }
  ]
}

Ready for a Full Site Audit?

Audit multiple URLs at once and get comprehensive performance, SEO, and accessibility insights.

Start Bulk Audit