SEO For React Developers

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 พ.ย. 2024

ความคิดเห็น • 52

  • @codedamn
    @codedamn  3 ปีที่แล้ว +1

    Learn React JS and other Full Stack Development Technologies by building over 25 Projects: bit.ly/fullstack-codedamn

  • @namratajagtap5712
    @namratajagtap5712 3 ปีที่แล้ว +5

    Really helpful tutorial. Loved it. It cleared all my doubts of react SEO

  • @samip4sure
    @samip4sure 3 ปีที่แล้ว +6

    VIDEO IDEA: Explain the tech stacks/infrastructures you used in codedamn and why?

    • @codedamn
      @codedamn  3 ปีที่แล้ว +3

      Long time overdue :)

  • @lokeshvenkatesan2693
    @lokeshvenkatesan2693 3 ปีที่แล้ว +3

    I have one doubt. Google crawlers use front end only for information? What about backend, where most website have like database store or processes running behind the front end?

    • @mudit_mathur
      @mudit_mathur 3 ปีที่แล้ว +1

      server side rendering means all data has been fetched from database and stored in your html template then your server sends that html file to the user ,thats when crawler checks for keywords and tags etc
      So it doesn't matter what stack u use in backend bcz ultimately it will return a html page.
      I hope this helps.

  • @jithinp8441
    @jithinp8441 3 ปีที่แล้ว +2

    Helped alot with SEO concepts 🤗🤗

    • @codedamn
      @codedamn  3 ปีที่แล้ว

      Great to know that Jithin!

  • @klhmia
    @klhmia 2 ปีที่แล้ว +1

    What the heck - could I generate these HTML pre-rendered pages, configuring them for the Google bot but changing the meta data to be purely geared towards SEO, since no one will see it on the front-end does it really matter if the Google bot's version makes sense or aligns with the human interface version? In other words, I could just copy and page key words to hack the SEO for the bots version?
    Awesome info - thanks for the vid!

  • @AnilGangwarRock
    @AnilGangwarRock 2 ปีที่แล้ว

    Nice video having a question
    I am having shop page and dynamic single product loading, i want to change dynamic url of every product and want sitemap for all products url. How i can do this

  • @GeneralistDev
    @GeneralistDev ปีที่แล้ว

    Great stuff

  • @nagasai7709
    @nagasai7709 ปีที่แล้ว

    Thank you for your information 😃
    Can I use React NPM Packages in Next JS?

  • @pranavpatil5849
    @pranavpatil5849 3 ปีที่แล้ว +3

    Nice video .... can u make video on snowpack tutorial ?

    • @codedamn
      @codedamn  3 ปีที่แล้ว +1

      Yep 👀

    • @prakharmathur619
      @prakharmathur619 3 ปีที่แล้ว

      @@codedamn I did my own homework and studied about Vite and Snowpack. I'll love to hear your take on it. Comparison and how to use it properly! Thank you

  • @brianc9036
    @brianc9036 2 ปีที่แล้ว

    Thank you this is very helpful

  • @tahirbinyousaf4586
    @tahirbinyousaf4586 3 ปีที่แล้ว +1

    Please clarify which one is better and future proof Gatsby or next.js?
    I am really struggling with this and I can't make a decision

    • @AKGamer-xk3eo
      @AKGamer-xk3eo 3 ปีที่แล้ว

      Gatsby I am using it it's pretty well however next.js enhanced the good old seo while Gatsby just made it easy using the plugin

    • @tahirbinyousaf4586
      @tahirbinyousaf4586 3 ปีที่แล้ว

      @@AKGamer-xk3eo that's the problem bro
      Every thing seems like a tie between the two

    • @tahirbinyousaf4586
      @tahirbinyousaf4586 3 ปีที่แล้ว

      @@AKGamer-xk3eo I am so confused
      Going back and forth with these

    • @AKGamer-xk3eo
      @AKGamer-xk3eo 3 ปีที่แล้ว

      @@tahirbinyousaf4586 I am creating a website with Gatsby and trust me it's working as we wanted it to be so applying all Google web.dev suggestions while creating the web application we have sort of scoring 98-100score for seo and performance 96-99 with avg. Of all 94-97
      SO I INSISTE GO WITH GATSBY U KNOWNLITTLE BIT OF REACT ALSO

    • @tahirbinyousaf4586
      @tahirbinyousaf4586 3 ปีที่แล้ว +1

      @@AKGamer-xk3eo thanks for sharing this bro
      I appreciate

  • @supriyaagrawal646
    @supriyaagrawal646 6 หลายเดือนก่อน

    So you mean best solution is Next.js?

  • @BcomingHIM
    @BcomingHIM 3 ปีที่แล้ว +1

    Can you do a video on how to write scalable backend in nodejs

  • @parshantdhall7960
    @parshantdhall7960 3 ปีที่แล้ว +1

    Just a quick question, how can we make an automated sitemap generator for a next js application?

    • @BNgema
      @BNgema 2 ปีที่แล้ว

      You'll have to have a pre build script that creates a site map file on deployement before your nextJS app is built. Your script will either have hardcoded routes or fetch data and tranform the results to an array of routes if you have routes like blog/:id etc. Hope this explaination helps. I know its not the answer but it will give you an idea on how to do this.

  • @adilismail3593
    @adilismail3593 3 ปีที่แล้ว

    Your content is awesome

  • @shrangisoni8758
    @shrangisoni8758 3 ปีที่แล้ว +1

    What about the angular ? Is it seo friendly?

    • @codedamn
      @codedamn  3 ปีที่แล้ว +1

      No single page application is SEO friendly without server side rendering - whether its Angular, React or Vue - all are same

  • @Thanveershah
    @Thanveershah 3 ปีที่แล้ว

    How do we config that User Agent? I think you missed out to explain us that.

    • @codedamn
      @codedamn  3 ปีที่แล้ว

      You don't need to do it. When you use a solution like prerender .io or your own prerendering library, it'll automatically detect the user agent and respond with pre-rendered page to the crawler bot

  • @rk_modi
    @rk_modi 3 ปีที่แล้ว

    Is static site generation and prerending same?

  • @kentmiggalen9756
    @kentmiggalen9756 ปีที่แล้ว

    ty man

  • @swapnilshewale6503
    @swapnilshewale6503 3 ปีที่แล้ว +2

    Make vidio on SSR.

    • @codedamn
      @codedamn  3 ปีที่แล้ว +1

      You mean Next.js? ;) Here it is: th-cam.com/video/tt3PUvhOVzo/w-d-xo.html

    • @swapnilshewale6503
      @swapnilshewale6503 3 ปีที่แล้ว +1

      @@codedamn any method wich usually used for SSR or SEO.

  • @laxmanprasadmishra4563
    @laxmanprasadmishra4563 2 ปีที่แล้ว

    But Next.JS doesn't support Bootstrap

  • @alamindev06
    @alamindev06 3 ปีที่แล้ว

    thanks

    • @codedamn
      @codedamn  3 ปีที่แล้ว

      You're welcome!

  • @AakashVarma95
    @AakashVarma95 2 ปีที่แล้ว

    You sound like Abhishek Bachchan

  • @gauravmali6081
    @gauravmali6081 3 ปีที่แล้ว

    Are u a bitsian?

  • @prudhvichinnam1488
    @prudhvichinnam1488 3 ปีที่แล้ว

    Hey man do JavaScript videos async you get so many views

    • @codedamn
      @codedamn  3 ปีที่แล้ว

      Do you have any specific topic in mind?

    • @prudhvichinnam1488
      @prudhvichinnam1488 3 ปีที่แล้ว

      Pop concepts, async await projects ,fetch api

    • @prudhvichinnam1488
      @prudhvichinnam1488 3 ปีที่แล้ว

      Oop concepts not pop concepts sorry for mistake

  • @nouchance
    @nouchance 3 ปีที่แล้ว

    8:24 SUPER SUPER PUPER?)

    • @codedamn
      @codedamn  3 ปีที่แล้ว +1

      super duper :p

  • @priyankarani6189
    @priyankarani6189 2 ปีที่แล้ว

    not good

  • @somhrikkonar6147
    @somhrikkonar6147 2 ปีที่แล้ว

    Thanks