Robots Meta Tags Specifications | Google Search Central  |  Documentation  |  Google for Developers

Social Card Preview

Robots Meta Tags Specifications | Google Search Central  |  Documentation  |  Google for Developers

Robots Meta Tags Specifications | Google Search Central  |  Documentation  |  Google for Developers

Learn how to add robots meta tags and read how page and text-level settings can be used to adjust how Google presents your content in search results.

https://developers.google.com/search/docs/crawling-indexing/robots-meta-tag

Meta tags

  • Title

    Robots Meta Tags Specifications | Google Search Central  |  Documentation  |  Google for DevelopersGoogleGoogle

  • Description

    Learn how to add robots meta tags and read how page and text-level settings can be used to adjust how Google presents your content in search results.

  • Theme color

    #fff

Open graph meta tags

Twitter meta tags

  • Card

    summary_large_image

Resources

  • HTML

    <!-- HTML Meta Tags -->
    <title>Robots Meta Tags Specifications | Google Search Central  |  Documentation  |  Google for DevelopersGoogleGoogle</title>
    <meta name="description" content="Learn how to add robots meta tags and read how page and text-level settings can be used to adjust how Google presents your content in search results.">
    <meta name="theme-color" content="#fff">
    
    <!-- Open Graph Meta Tags -->
    <meta property="og:title" content="Robots Meta Tags Specifications | Google Search Central  |  Documentation  |  Google for Developers">
    <meta property="og:description" content="Learn how to add robots meta tags and read how page and text-level settings can be used to adjust how Google presents your content in search results.">
    <meta property="og:url" content="https://developers.google.com/search/docs/crawling-indexing/robots-meta-tag">
    <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": "Robots Meta Tags Specifications | Google Search Central  |  Documentation  |  Google for DevelopersGoogleGoogle",
      "description": "Learn how to add robots meta tags and read how page and text-level settings can be used to adjust how Google presents your content in search results.",
      "keywords": null,
      "themeColor": "#fff",
      "author": null,
      "generator": null,
      "publisher": null,
      "creator": null,
      "og": {
        "title": "Robots Meta Tags Specifications | Google Search Central  |  Documentation  |  Google for Developers",
        "description": "Learn how to add robots meta tags and read how page and text-level settings can be used to adjust how Google presents your content in search results.",
        "url": "https://developers.google.com/search/docs/crawling-indexing/robots-meta-tag",
        "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
          }
        }
      }
    }