It seemed to me that I read a little more about the meta tag for HTML 5, and I came across a metadata name, "application name", and it reads:
The value should be a short free form string indicating the network name of the application that the page represents. If the page is not an application website, the metadata name of the application name should not be used . Web application name translations can be provided using an attribute to indicate the language of each name.
In short, if a web page implementing <meta name="application-name"... is not a web application, we should not use application-name .
What specifically, or how does the W3C define a web application?
Edit: The Close-voter obviously did not understand my intentions. I ask about this because I'm trying to decide if I should use it.
source share