ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
Hi there. Thanks for checking out my HowTo JSON-LD generator!
2
Start by filling in the name of your how-to article/page in the orange cell of B3
3
Name:Awesome Terrific Recipe
4
And put in the description in the orange cell of B5
5
Description:
Learn how to make this awesome terrific recipe with these steps.
6
7
Visit each of the other tabs below and fill in each field. A row represents each tool, supply, or step BUT only insert as many rows as you have of each
8
TOOLS
Each tool needed to accomplish the task - just put in the name
9
SUPPLIES
Items that will lose volume/quantity/use from use - just put in the name.
10
STEPS
Remember only to put in as many rows as there are steps. Be sure to fill in the name (heading), text (instructions), and image url for each step
11
12
Now within the "Tools" in the menu open the Script Editor and run each of the functions. Then come back here and copy the output below
13
14
<script type="application/ld+json">{"@context": "http://schema.org","@type": "HowTo","name": "Awesome Terrific Recipe", "description": "Learn how to make this awesome terrific recipe with these steps.", "tool": [{"type":"HowToTool","name":"Bowl"}], "supply": , "step": }</script>
15
16
YOU AREN'T QUITE DONE! Copy the script into a text editor and do find and replace for "type" to "@type".
17
If you don't have any tools or supplies, be sure to cut out all that script appropriately too.
18
Dont't forget to test your structured data https://search.google.com/structured-data/testing-tool
19
20
If you have any questions, please don't hesitate to reach out to me on twitter - @d4ni_s
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100