Mobile app version of vmapp.org
Login or Join
Dunderdale272

: Help Google to identify my site as a "web application" I have a web application, and I want Google to identify it as a "web application". I've had a look at Rich Snippets, but there is just

@Dunderdale272

Posted in: #GoogleSearch #GoogleSearchConsole #RichSnippets

I have a web application, and I want Google to identify it as a "web application". I've had a look at Rich Snippets, but there is just an option to "software application" which refers to a desktop application and not web application.
Any idea of how to achieve this?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Dunderdale272

1 Comments

Sorted by latest first Latest Oldest Best

 

@Bethany197

Try schema.org metadata for WebApplication.
It looks like that.

<body itemscope itemtype="http://schema.org/WebApplication">
<h1 itemprop="name">YOUR_APP_NAME</h1>
<meta itemprop="about" content="short_info_about_your_app" />
<meta itemprop="browserRequirements" content="requires FileAPI support" />
...
</body>

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme