GitHubGitHub (opens in a new tab)
  • Start
  • General Information
  • What are Meta Tags?
  • What is WHATWG?
      • apple-itunes-app
      • apple-mobile-web-app-capable (Deprecated)
      • apple-mobile-web-app-status-bar-style (Deprecated)
      • apple-mobile-web-app-title
      • blazerr (Deprecated)
      • startver (Deprecated)
      • google-site-verification
      • google
      • googlebot (Obsolete)
      • abstract (Obsolete)
      • author
      • bitcoin
      • canonical
      • classification (Obsolete)
      • copyright
      • distribution
      • format-detection
      • keywords (Obsolete)
      • language
      • license
      • license:uri
      • no-email-collection (Obsolete)
      • subject (Obsolete)
      • summary (Obsolete)
      • topic (Obsolete)
      • Og
      • Twittercard
      • Twittercreator
      • Twittersite
      • Alternate(lang)
      • Description
      • Revised
      • Revisit
      • Revisit After
      • Robots
      • Refresh
      • Theme Color
      • Viewport

On This Page

  • MetaExtension license
  • Usage
Question? Give us feedback → (opens in a new tab)Edit this page
Meta Tags
Miscellaneous
license

MetaExtension license

Is used to to define the license under which a website is published.

Usage

<meta name="license" content="C-BY-NC-SA-4.0">

content may be:

  • GNU-AGPLv3 (opens in a new tab)
  • GNU-GPLv3 (opens in a new tab)
  • GNU-LGPLv3 (opens in a new tab)
  • Mozilla-Public-2.0 (opens in a new tab)
  • Apache-2.0 (opens in a new tab)
  • MIT (opens in a new tab)
  • Boost-Software-1.0 (opens in a new tab)
  • The-Unlicense (opens in a new tab)

Other license types are also possible, but it is then recommended to link to the license via license:uri.

languagelicense:uri

This work is licensed under CC BY 4.0 by FrontendNetwork