How to add SEO to your Next.js app

Поділитися
Вставка
  • Опубліковано 23 січ 2025

КОМЕНТАРІ • 19

  • @MemeFiesta102
    @MemeFiesta102 Рік тому +1

    How can I add Lang to it

    • @MaxProgramming
      @MaxProgramming  Рік тому

      Maybe if you add the locale property inside the openGraph object, that might add a lang property

    • @MemeFiesta102
      @MemeFiesta102 Рік тому +1

      @@MaxProgramming I added it but not working

    • @MaxProgramming
      @MaxProgramming  Рік тому

      Found the solution. You have to use the custom _document file in NextJS for that
      stackoverflow.com/a/67215179

    • @MemeFiesta102
      @MemeFiesta102 Рік тому +1

      @@MaxProgramming okay I lemme try one of the answer there, but I believe I have try many of them

    • @MaxProgramming
      @MaxProgramming  Рік тому

      No. It's as simple as adding an _document file (you can look up to the nextjs docs to see what that is) and just add html lang

  • @zabihsmaeilpoor9594
    @zabihsmaeilpoor9594 Рік тому +1

    😍😍😍😍

  • @abdulwaqar844
    @abdulwaqar844 3 роки тому +2

    Another wonderful video.

  • @vivekknShots
    @vivekknShots 2 роки тому +1

    I did seo for my next js app but my pages are not getting showing in Google can anyone help me

    • @MaxProgramming
      @MaxProgramming  2 роки тому

      They won't show up instantly. First you'll have to share it to people yourself and then it will also take time to show up

    • @sajidmarakkar9065
      @sajidmarakkar9065 2 роки тому

      Same issue here

    • @MaxProgramming
      @MaxProgramming  2 роки тому

      Share your website to people and on social media, let people discover it manually. And after sometime, it will be on Google's feed.
      Because Google does not show results directly, it shows popular results first and also with the proper SEO, so make your site popular as much as you can and then just wait.

  • @sqlislivepubgbgmi
    @sqlislivepubgbgmi 2 роки тому +1

    bro will this work directly without using the ssr or ssg etc..

    • @MaxProgramming
      @MaxProgramming  2 роки тому

      Yes you don't need to worry about SSR or SSG. It'll load the SEO without those thinfs

  • @vanshshah7781
    @vanshshah7781 2 роки тому +1

    Thank you