Metadados  |  web.dev

Social Card Preview

Metadados  |  web.dev

Metadados  |  web.dev

Como usar metatags para fornecer informações sobre seus documentos.

https://web.dev/learn/html/metadata?hl=pt-br

Meta tags

  • Title

    Metadados  |  web.dev

  • Description

    Como usar metatags para fornecer informações sobre seus documentos.

  • Theme color

    #3740ff

Open graph meta tags

Resources

  • HTML

    <!-- HTML Meta Tags -->
    <title>Metadados  |  web.dev</title>
    <meta name="description" content="Como usar metatags para fornecer informações sobre seus documentos.">
    <meta name="theme-color" content="#3740ff">
    
    <!-- Open Graph Meta Tags -->
    <meta property="og:title" content="Metadados  |  web.dev">
    <meta property="og:description" content="Como usar metatags para fornecer informações sobre seus documentos.">
    <meta property="og:url" content="https://web.dev/learn/html/metadata?hl=pt-br">
    <meta property="og:site_name" content="web.dev">
    <meta property="og:locale" content="pt_br">
    <meta property="og:type" content="website">
    <meta property="og:image" content="https://web.dev/static/images/social-wide.jpg?hl=pt-br">
    <meta property="og:image:width" content="1200">
    <meta property="og:image:height" content="675">
    
    <!-- Twitter Meta Tags -->
    <meta name="twitter:card" content="summary">
    <meta name="twitter:site" content="@ChromiumDev">
    <meta name="twitter:image" content="https://web.dev/static/images/social-wide.jpg?hl=pt-br">
  • JSON

    {
      "title": "Metadados  |  web.dev",
      "description": "Como usar metatags para fornecer informações sobre seus documentos.",
      "keywords": null,
      "themeColor": "#3740ff",
      "author": null,
      "generator": null,
      "publisher": null,
      "creator": null,
      "og": {
        "title": "Metadados  |  web.dev",
        "description": "Como usar metatags para fornecer informações sobre seus documentos.",
        "url": "https://web.dev/learn/html/metadata?hl=pt-br",
        "siteName": "web.dev",
        "locale": "pt_br",
        "type": "website",
        "image": {
          "url": "https://web.dev/static/images/social-wide.jpg?hl=pt-br",
          "width": "1200",
          "height": "675",
          "alt": null
        },
        "video": {
          "url": null,
          "type": null,
          "width": null,
          "height": null
        },
        "audio": {
          "url": null,
          "type": null
        }
      },
      "twitter": {
        "card": "summary",
        "site": "@ChromiumDev",
        "creator": null,
        "title": null,
        "description": null,
        "image": {
          "url": "https://web.dev/static/images/social-wide.jpg?hl=pt-br",
          "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
          }
        }
      }
    }