SEO and Meta · Get Started with Nuxt

Social Card Preview

SEO and Meta · Get Started with Nuxt

SEO and Meta · Get Started with Nuxt

Improve your Nuxt app's SEO with powerful head config, composables and components.

https://nuxt.com/docs/getting-started/seo-meta

Meta tags

  • Title

    SEO and Meta · Get Started with Nuxt

  • Description

    Improve your Nuxt app's SEO with powerful head config, composables and components.

  • Theme color

    #020420

Open graph meta tags

Resources

  • HTML

    <!-- HTML Meta Tags -->
    <title>SEO and Meta · Get Started with Nuxt</title>
    <meta name="description" content="Improve your Nuxt app's SEO with powerful head config, composables and components.">
    <meta name="theme-color" content="#020420">
    
    <!-- Open Graph Meta Tags -->
    <meta property="og:title" content="SEO and Meta · Get Started with Nuxt">
    <meta property="og:description" content="Improve your Nuxt app's SEO with powerful head config, composables and components.">
    <meta property="og:site_name" content="Nuxt">
    <meta property="og:type" content="website">
    <meta property="og:image" content="https://nuxt.com/__og-image__/static/docs/getting-started/seo-meta/og.png">
    <meta property="og:image:width" content="1200">
    <meta property="og:image:height" content="600">
    
    <!-- Twitter Meta Tags -->
    <meta name="twitter:card" content="summary_large_image">
    <meta name="twitter:site" content="nuxt_js">
    <meta name="twitter:image" content="https://nuxt.com/__og-image__/static/docs/getting-started/seo-meta/og.png">
    <meta name="twitter:image:width" content="1200">
    <meta name="twitter:image:height" content="600">
  • JSON

    {
      "title": "SEO and Meta · Get Started with Nuxt",
      "description": "Improve your Nuxt app's SEO with powerful head config, composables and components.",
      "keywords": null,
      "themeColor": "#020420",
      "author": null,
      "generator": null,
      "publisher": null,
      "creator": null,
      "og": {
        "title": "SEO and Meta · Get Started with Nuxt",
        "description": "Improve your Nuxt app's SEO with powerful head config, composables and components.",
        "url": null,
        "siteName": "Nuxt",
        "locale": null,
        "type": "website",
        "image": {
          "url": "https://nuxt.com/__og-image__/static/docs/getting-started/seo-meta/og.png",
          "width": "1200",
          "height": "600",
          "alt": null
        },
        "video": {
          "url": null,
          "type": null,
          "width": null,
          "height": null
        },
        "audio": {
          "url": null,
          "type": null
        }
      },
      "twitter": {
        "card": "summary_large_image",
        "site": "nuxt_js",
        "creator": null,
        "title": null,
        "description": null,
        "image": {
          "url": "https://nuxt.com/__og-image__/static/docs/getting-started/seo-meta/og.png",
          "width": "1200",
          "height": "600",
          "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
          }
        }
      }
    }