On this page:
This is some text inside of a div block.
This is some text inside of a div block.
This is some text inside of a div block.
Created
updated
MobileApplication Schema for Webflow Websites
MobileApplication is a subtype of SoftwareApplication specifically for mobile apps. It inherits all SoftwareApplication properties and signals to Google that the software is a mobile app, enabling app-specific rich results with platform and download information.
Fields
Same as SoftwareApplication:
- name — App name (shared)
- description — App description (shared)
- applicationCategory — App category (shared)
- operatingSystem — iOS, Android (shared)
- offers — Pricing (shared)
- image — App icon/screenshot (shared)
- downloadUrl — App Store/Play Store URL (shared)
- softwareVersion — Current version
- fileSize — Download size
Ask AI about this property
I just read https://www.karpi.studio/schema-glossary-types/mobile-application about MobileApplication schema for Webflow websites. Help me apply this to my own mobile app / software product:
- Which MobileApplication fields to prioritize: `name`, `description`, `applicationCategory`, `operatingSystem`, `offers`, `image`, `downloadUrl`, plus `softwareVersion` and `fileSize`
- A complete JSON-LD example using the @graph format for a MobileApplication, the SoftwareApplication subtype it inherits from
- Exactly how to implement it on a Webflow CMS app template, mapping `operatingSystem` (iOS, Android) and `downloadUrl` from collection fields
- How to validate it with the Google Rich Results Test, since the body says marking software as a mobile app enables app-specific rich results with platform and download information
- Why `offers` and `operatingSystem` are high-leverage for app-specific rich results
- The most common mistakes, like a missing `downloadUrl` or wrong `applicationCategory`