Next.js 14 SEO with Metadata - Next.js 14 updated

Sdílet
Vložit
  • čas přidán 27. 10. 2023
  • In video you will learn how to add meta data in next.js 14 for static pages and dynamic pages. I will show you how to generate dynamic meta data keeping the performance of web app using cache function from react.
    #nextjs13 #nextjs14 #nextjs #nextjstutorial #seo #searchengineoptimization
    React tutorials:
    • React.js Tutorials
    JavaScript Tutorials and Projects:
    • JavaScript Tutorial an...
    Angular Tutorials:
    • Angular 16 Life Cycle ...
    Angular 16 Crash Course For Begineers:
    • Angular 16 Crash Course
    Tech Tutorials - Random:
    • Postman Tutorial - Tes...
    Complete Next.js 14 Tutorials: • Next.js 13 Tutorials -...
    Node Express MongoDB Bootcamp: • Build REST API with No...
    ChatGPT Tutorials: • ChatGPT
    Join our facebook group:
    / 996305460498149
    Contact us for development services:
    / umair-jameel-24aa5368

Komentáře • 11

  • @user-mi9wy1hb4m
    @user-mi9wy1hb4m Před 3 měsíci +2

    Absolutely incredible! After tirelessly searching for two days, you've come to my rescue just one day before my project deadline. Thank you immensely, Umair!

  • @user-ej9es6do1p
    @user-ej9es6do1p Před 4 měsíci

    Thank you very much!

  • @berniko4954
    @berniko4954 Před 8 měsíci

    Very helpful thanks

  • @IAMTHEMUSK
    @IAMTHEMUSK Před 7 měsíci

    Hi, is there a way to just use variables of the page, instead of doing an api request specifically for the metadata? It's so annoying compared to the way dynamic metadata worked in nextjs 12. I was used to just set the tags inside my components, as easy as that. This system is mind blowing.
    Also I need to call my translation hook, to adapt the meta langage, it seems impossible with this app meta system

  • @kaigan-is6ym
    @kaigan-is6ym Před 7 měsíci

    Can you provide the address of the GitHub code in the video?

  • @MatrixtoMastery
    @MatrixtoMastery Před měsícem

    Can you show sitemap too

  • @LotusSoftPvtLtd
    @LotusSoftPvtLtd Před 6 měsíci +1

    Hi, How can we set the canonical dynamically?

    • @rnjack5427
      @rnjack5427 Před 14 dny

      return {
      title: title != 'NULL' ? title : 'Category Products',
      description: product.result?.meta_description != 'NULL' ? product.result?.meta_description : 'Category Products',
      keywords: keywords,
      alternates: {
      canonical: canonical,
      schemaScripts: schemaScripts
      },
      }

    • @rnjack5427
      @rnjack5427 Před 14 dny

      canonical will be work but do you know any solution for shema scripts?

  • @Youtubeai2001
    @Youtubeai2001 Před 9 měsíci

    Make a new playlist Next js 14 from Hello World!

    • @ProgrammingwithUmair321
      @ProgrammingwithUmair321  Před 9 měsíci

      There is no code structure level difference in the versions. You can still use the code in my tutorials of nextjs 13 in your projects created in nextjs14.
      Infact you can update nextjs13 project to nextjs14 in few minutes.