Skip to content

HowTo example uses wrong types for "tool" and "supply" values #1884

@Aaranged

Description

@Aaranged

The (mircodata) example on the HowTo page uses the wrong types for the value of tool and supply.

<div itemprop="tool" itemscope itemtype="http://schema.org/HowToItem">Spare tire</div>
<div itemprop="tool" itemscope itemtype="http://schema.org/HowToItem">Lug wrench</div>
<div itemprop="tool" itemscope itemtype="http://schema.org/HowToItem">Jack</div>
<div itemprop="tool" itemscope itemtype="http://schema.org/HowToItem">Wheel wedges</div>
<div itemprop="supply" itemscope itemtype="http://schema.org/HowToItem">Flares</div>

The itemtype for tool should be HowToTool; the itemtype for supply should be HowToSupply

<div itemprop="tool" itemscope itemtype="http://schema.org/HowToTool">Spare tire</div>
<div itemprop="tool" itemscope itemtype="http://schema.org/HowToTool">Lug wrench</div>
<div itemprop="tool" itemscope itemtype="http://schema.org/HowToTool">Jack</div>
<div itemprop="tool" itemscope itemtype="http://schema.org/HowToTool">Wheel wedges</div>
<div itemprop="supply" itemscope itemtype="http://schema.org/HowToSupply">Flares</div>

Metadata

Metadata

Assignees

No one assigned

    Labels

    Fixed Awaiting ReleaseFixed in main branch / posted to webschemas.org site / proposed for inclusion in next release

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions