Apps that link to your content can then use this metadata to deep-link into your app, take users to an app store to download the app, or take them directly to the web to view the content.
Tells mobile browsers that the content is already framed for mobile browsing.
Windows 8 pinning functionality for websites.
Public specification of a preferred URL for a page allows search engines to understand the original location for content.
Page contains links to disable or enable DNS prefetching of links in the page.
The Open Graph protocol enables any web page to become a rich object in a social graph, a open protocol supported by Facebook
Twitter cards make it possible for you to attach media experiences to Tweets that link to your content.
The DOCTYPE is a required preamble for HTML5 websites.
This page contains tags that are specific to an HTML 5 implementation.
A way to make Web content and Web applications more accessible to people with disabilities. It especially helps with dynamic content and advanced user interface controls developed with Ajax, HTML, JavaScript, and related technologies.
The defer attribute gives a hint to the browser that the script does not create any content so the browser can optionally defer interpreting the script. This can improve performance by delaying execution of scripts until after the body content is parsed and rendered.
JavaScript is a scripting language most often used for client-side web development.
Cascading Style Sheets (CSS) is a stylesheet language used to describe the presentation of a document written in a markup language. Its most common application is to style web pages written in HTML