Meta Tags and Attributes that Google Supports | Google Search Central  |  Documentation  |  Google for Developers

Social Card Preview

Meta Tags and Attributes that Google Supports | Google Search Central  |  Documentation  |  Google for Developers

Meta Tags and Attributes that Google Supports | Google Search Central  |  Documentation  |  Google for Developers

Google supports both page-level meta tags and tag attributes. Explore a list of the special tags that Google Search can support.

https://developers.google.com/search/docs/crawling-indexing/special-tags

Meta tags

  • Title

    Meta Tags and Attributes that Google Supports | Google Search Central  |  Documentation  |  Google for DevelopersGoogleGoogle

  • Description

    Google supports both page-level meta tags and tag attributes. Explore a list of the special tags that Google Search can support.

  • Theme color

    #fff

Open graph meta tags

Twitter meta tags

  • Card

    summary_large_image

Resources

  • HTML

    <!-- HTML Meta Tags -->
    <title>Meta Tags and Attributes that Google Supports | Google Search Central  |  Documentation  |  Google for DevelopersGoogleGoogle</title>
    <meta name="description" content="Google supports both page-level meta tags and tag attributes. Explore a list of the special tags that Google Search can support.">
    <meta name="theme-color" content="#fff">
    
    <!-- Open Graph Meta Tags -->
    <meta property="og:title" content="Meta Tags and Attributes that Google Supports | Google Search Central  |  Documentation  |  Google for Developers">
    <meta property="og:description" content="Google supports both page-level meta tags and tag attributes. Explore a list of the special tags that Google Search can support.">
    <meta property="og:url" content="https://developers.google.com/search/docs/crawling-indexing/special-tags">
    <meta property="og:site_name" content="Google for Developers">
    <meta property="og:locale" content="en">
    <meta property="og:type" content="website">
    <meta property="og:image" content="https://developers.google.com/static/search/images/home-social-share-lockup.jpg">
    <meta property="og:image:width" content="1200">
    <meta property="og:image:height" content="675">
    
    <!-- Twitter Meta Tags -->
    <meta name="twitter:card" content="summary_large_image">
  • JSON

    {
      "title": "Meta Tags and Attributes that Google Supports | Google Search Central  |  Documentation  |  Google for DevelopersGoogleGoogle",
      "description": "Google supports both page-level meta tags and tag attributes. Explore a list of the special tags that Google Search can support.",
      "keywords": null,
      "themeColor": "#fff",
      "author": null,
      "generator": null,
      "publisher": null,
      "creator": null,
      "og": {
        "title": "Meta Tags and Attributes that Google Supports | Google Search Central  |  Documentation  |  Google for Developers",
        "description": "Google supports both page-level meta tags and tag attributes. Explore a list of the special tags that Google Search can support.",
        "url": "https://developers.google.com/search/docs/crawling-indexing/special-tags",
        "siteName": "Google for Developers",
        "locale": "en",
        "type": "website",
        "image": {
          "url": "https://developers.google.com/static/search/images/home-social-share-lockup.jpg",
          "width": "1200",
          "height": "675",
          "alt": null
        },
        "video": {
          "url": null,
          "type": null,
          "width": null,
          "height": null
        },
        "audio": {
          "url": null,
          "type": null
        }
      },
      "twitter": {
        "card": "summary_large_image",
        "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
          }
        }
      }
    }