Next SEO Config

    0

    0

    Psypher1

    SEO with Next.js

    The code defines a custom Open Graph object for The Language Hub. The key pieces of this object are:

    title: "The Language Hub" description: "Getting you to what's important as easily as possible"

    url: "https://thelanguagehub.netlify.app/" site_name: "The Language Hub"

    images: [

    {

    url: "https://thelanguagehub/og-image.

    Library: next

    export default {
      title: "",
      description: "",
      canonical: "https://",
      openGraph: {
        type: "website",
        locale: "en_IE",
        url: "https://",
        site_name: "",
        images: [
          {
            url: "https://{site_url}/og-image.png",
            width: 800,
            height: 600,
            alt: "Og Image Alt",
          },
        ],
      },
      twitter: {
        handle: "@",
        site: "@",
        cardType: "summary_large_image",
      },
    };
    
    
    
    
    Codiga Logo
    Codiga Hub
    • Rulesets
    • Playground
    • Snippets
    • Cookbooks
    Legal
    • Security
    • Privacy Policy
    • Code Privacy
    • Terms of Service
    soc-2 icon

    We are SOC-2 Compliance Certified

    G2 high performer medal

    Codiga – All rights reserved 2022.