W3Schools.com

Social Card Preview

W3Schools.com

W3Schools.com

W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.

https://www.w3schools.com/tags/tag_meta.asp

Meta tags

  • Title

    HTML meta tag

  • Theme color

    #ffffff

Open graph meta tags

  • Title

    W3Schools.com

  • Description

    W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.

  • Image

    W3Schools.com

Resources

  • HTML

    <!-- HTML Meta Tags -->
    <title>HTML meta tag</title>
    <meta name="theme-color" content="#ffffff">
    
    <!-- Open Graph Meta Tags -->
    <meta property="og:title" content="W3Schools.com">
    <meta property="og:description" content="W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.">
    <meta property="og:image" content="https://www.w3schools.com/images/w3schools_logo_436_2.png">
    <meta property="og:image:width" content="436">
    <meta property="og:image:height" content="228">
  • JSON

    {
      "title": "HTML meta tag",
      "description": null,
      "keywords": null,
      "themeColor": "#ffffff",
      "author": null,
      "generator": null,
      "publisher": null,
      "creator": null,
      "og": {
        "title": "W3Schools.com",
        "description": "W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.",
        "url": null,
        "siteName": null,
        "locale": null,
        "type": null,
        "image": {
          "url": "https://www.w3schools.com/images/w3schools_logo_436_2.png",
          "width": "436",
          "height": "228",
          "alt": null
        },
        "video": {
          "url": null,
          "type": null,
          "width": null,
          "height": null
        },
        "audio": {
          "url": null,
          "type": null
        }
      },
      "twitter": {
        "card": null,
        "site": null,
        "creator": null,
        "title": null,
        "description": null,
        "image": {
          "url": null,
          "width": null,
          "height": null,
          "alt": null
        },
        "player": {
          "url": null,
          "width": null,
          "height": null,
          "stream": null
        },
        "app": {
          "iphone": {
            "name": null,
            "id": null,
            "url": null
          },
          "ipad": {
            "name": null,
            "id": null,
            "url": null
          },
          "googleplay": {
            "name": null,
            "id": null,
            "url": null
          }
        }
      }
    }