- Courses
- HTML
- HTML top level tags
- <meta>
- Application-name metadata in web pages
What is the role of the application-name
metadata in a web page?
The application-name metadata specifies the name of the web application.
This metadata is used by browsers to identify the application running in the web page. It is distinct from the <title>
element, which may include additional information like the document name or status. Simple web pages typically do not define an application-name.
<meta name="application-name" content="MyApp">