SEO · Free tool
HowTo Schema Generator
Add named steps with descriptions. Get a clean HowTo JSON-LD block ready for your <head>.
Step 1
Step 2
Step 3
Step 4
Paste into <head>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "HowTo",
"name": "How to file ITR-1 online",
"description": "Step-by-step Income Tax Return filing for salaried individuals.",
"totalTime": "PT30M",
"step": [
{
"@type": "HowToStep",
"position": 1,
"name": "Log in",
"text": "Visit incometax.gov.in and log in with PAN."
},
{
"@type": "HowToStep",
"position": 2,
"name": "Pick the right form",
"text": "Choose ITR-1 (Sahaj) if salary is under Rs. 50 lakh."
},
{
"@type": "HowToStep",
"position": 3,
"name": "Verify pre-filled data",
"text": "Check Form 26AS and AIS for income matching."
},
{
"@type": "HowToStep",
"position": 4,
"name": "Submit and e-verify",
"text": "Submit the return and complete Aadhaar OTP verification."
}
]
}
</script>Use cases that still work
Google restricted HowTo rich results in September 2023 to desktop-only and select verticals (DIY, recipes, repair). The schema still pays back: it qualifies for AI Overview citations, may regain rich result eligibility later, and is well-understood by Bing and DuckDuckGo. For Indian financial how-tos (filing ITR, applying for PAN, NPS withdrawal) it remains a strong topical signal.
totalTime in ISO 8601
The totalTime field uses ISO 8601 duration: PT30M = 30 minutes, PT2H = 2 hours, P1DT4H = 1 day 4 hours. Avoid free-text values — validators reject them. Pair this with breadcrumb schema on procedural pages to clean up the SERP snippet. Background in HowTo, Recipe and Event schema for India.
Step quality matters
- Each step needs both a
nameand a meaningfultext. - Aim for 5–10 steps — fewer feels thin, more often dilutes.
- Step images and URLs are optional but boost rich result eligibility when present.
- Don't bury the procedure inside one giant step — break it down.
FAQ
Does HowTo schema still get rich results?
Since September 2023 Google restricted HowTo rich results to Desktop-only and only for some verticals (DIY, recipes, repair). Still worth implementing - it is eligible for AI Overview snippets and may be re-expanded.
How many steps should HowTo schema have?
Minimum 2, recommended 5-10. Each step needs a text description; image and url are optional but boost rich result eligibility. Steps with one-sentence descriptions tend to underperform.
Can I use HowTo for non-physical processes?
Yes - financial how-tos (filing ITR, applying for PAN), software how-tos and onboarding flows are all valid. Schema.org defines HowTo broadly; Google guidelines focus on whether the steps are genuinely actionable.