Issue Description
Sorting out the job schema for insight IAPT I was getting muddled over the salary reference and how to do it using microdata, this site rescued me.
Code Snippets
<p itemprop="baseSalary" itemscope itemtype="http://schema.org/MonetaryAmount">
<strong>Salary:</strong>
<span itemprop="currency">EUR</span>
<span itemprop="value" itemscope itemtype="http://schema.org/QuantitativeValue">
<span itemprop="value">50000</span> / <span itemprop="unitText">Month</span>
</span>
</p>
References
Reference Description |
Reference Link |
---|---|
https://simplified-schema.netlify.app |
View Page |