1001Ferramentas
📋SEO

HowTo Schema Generator

Generate Schema.org HowTo JSON-LD with your tutorial steps. Help Google show your step-by-step guide as a rich result in search.

JSON-LD

Turning steps into JSON-LD

You wrote an eight-step tutorial and you want Google to read it as a sequence instead of one wall of text. This generator asks for two things only: the name of the guide and the steps, one per line. What comes out is an application/ld+json script block with @type HowTo, the name, and an array of HowToStep entries already numbered in the order you typed them.

Here is what most generators skip: Google retired the HowTo rich result back in 2023, so those steps no longer get special treatment in search. The markup is still valid schema.org and other consumers still parse it, but do not expect a visual win on the results page. Inside the tool, every line break becomes a step, blank lines included, and a blank line ships as a step with empty text.

Write each step as a short action sentence, something like Mix the dry ingredients, and delete blank lines before you copy. The generated block carries name and step only; image, totalTime, tool and supply are yours to add by hand. The name field goes into the JSON unescaped, so a double quote in the title breaks the whole block. Everything is built in your browser and nothing is uploaded.

Frequently asked questions

Does Google still show HowTo rich results?
No. The format was discontinued in 2023 and step carousels no longer appear in search. The markup remains valid and other systems can read it, but do not count on a visual gain in the SERP.
Can I use quotes in the tutorial name?
Avoid double quotes. They go into the JSON unescaped and break the block. Use single quotes or reword the title without them.
Where do I paste the generated code?
On the same page where the tutorial is visible, inside the head or the body. One block per page, and the steps you mark up must match the ones a reader actually sees.

Related Tools