: Schema.org (Microdata) for online application I have a site with some onpage scripts such as "case converter" or "list sorter". I wish add microdata and I'm not sure about the right kind. The
I have a site with some onpage scripts such as "case converter" or "list sorter". I wish add microdata and I'm not sure about the right kind.
The "app" is available only on page (no download, but just a form) and is accessible via browser.
Could be the right type Software Apps?
More posts by @Sue5673885
1 Comments
Sorted by latest first Latest Oldest Best
WebApplication (which is a subtype of SoftwareApplication) seems to be the type you need.
<div itemscope itemtype="http://schema.org/WebApplication">
</div>
To convey that the web app is the current page, you could use WebPage in addition. Either make it a MTE and use both types together, or use mainEntity.
<div itemscope itemtype="http://schema.org/WebApplication schema.org/WebPage >
</div>
<div itemscope itemtype="http://schema.org/WebPage">
<div itemprop="mainEntity" itemscope itemtype="http://schema.org/WebApplication">
</div>
</div>
Which one to use kind of depends on your understanding of it: "the page is the app" vs. "the app is part of the page".
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.