• majorAlexa

        See all notifications

        Skip to content
        Moz logo Menu open Menu close
        • Products
          • Moz Pro
          • Moz Pro Home
          • Moz Local
          • Moz Local Home
          • STAT
          • Moz API
          • Moz API Home
          • Compare SEO Products
          • Moz Data
        • Free SEO Tools
          • Domain Analysis
          • Keyword Explorer
          • Link Explorer
          • Competitive Research
          • MozBar
          • More Free SEO Tools
        • Learn SEO
          • Beginner's Guide to SEO
          • SEO Learning Center
          • Moz Academy
          • MozCon
          • Webinars, Whitepapers, & Guides
        • Blog
        • Why Moz
          • Digital Marketers
          • Agency Solutions
          • Enterprise Solutions
          • Small Business Solutions
          • The Moz Story
          • New Releases
        • Log in
        • Log out
        • Products
          • Moz Pro

            Your all-in-one suite of SEO essentials.

          • Moz Local

            Raise your local SEO visibility with complete local SEO management.

          • STAT

            SERP tracking and analytics for enterprise SEO experts.

          • Moz API

            Power your SEO with our index of over 44 trillion links.

          • Compare SEO Products

            See which Moz SEO solution best meets your business needs.

          • Moz Data

            Power your SEO strategy & AI models with custom data solutions.

          Let your business shine with Listings AI
          Moz Local

          Let your business shine with Listings AI

          Learn more
        • Free SEO Tools
          • Domain Analysis

            Get top competitive SEO metrics like DA, top pages and more.

          • Keyword Explorer

            Find traffic-driving keywords with our 1.25 billion+ keyword index.

          • Link Explorer

            Explore over 40 trillion links for powerful backlink data.

          • Competitive Research

            Uncover valuable insights on your organic search competitors.

          • MozBar

            See top SEO metrics for free as you browse the web.

          • More Free SEO Tools

            Explore all the free SEO tools Moz has to offer.

          NEW Keyword Suggestions by Topic
          Moz Pro

          NEW Keyword Suggestions by Topic

          Learn more
        • Learn SEO
          • Beginner's Guide to SEO

            The #1 most popular introduction to SEO, trusted by millions.

          • SEO Learning Center

            Broaden your knowledge with SEO resources for all skill levels.

          • On-Demand Webinars

            Learn modern SEO best practices from industry experts.

          • How-To Guides

            Step-by-step guides to search success from the authority on SEO.

          • Moz Academy

            Upskill and get certified with on-demand courses & certifications.

          • MozCon

            Save on Early Bird tickets and join us in London or New York City

          Unlock flexible pricing & new endpoints
          Moz API

          Unlock flexible pricing & new endpoints

          Find your plan
        • Blog
        • Why Moz
          • Digital Marketers

            Simplify SEO tasks to save time and grow your traffic.

          • Small Business Solutions

            Uncover insights to make smarter marketing decisions in less time.

          • Agency Solutions

            Earn & keep valuable clients with unparalleled data & insights.

          • Enterprise Solutions

            Gain a competitive edge in the ever-changing world of search.

          • The Moz Story

            Moz was the first & remains the most trusted SEO company.

          • New Releases

            Get the scoop on the latest and greatest from Moz.

          Surface actionable competitive intel
          New Feature

          Surface actionable competitive intel

          Learn More
        • Log in
          • Moz Pro
          • Moz Local
          • Moz Local Dashboard
          • Moz API
          • Moz API Dashboard
          • Moz Academy
        • Avatar
          • Moz Home
          • Notifications
          • Account & Billing
          • Manage Users
          • Community Profile
          • My Q&A
          • My Videos
          • Log Out

        The Moz Q&A Forum

        • Forum
        • Questions
        • My Q&A
        • Users
        • Ask the Community

        Welcome to the Q&A Forum

        Browse the forum for helpful insights and fresh discussions about all things SEO.

        1. Home
        2. Research & Trends
        3. Algorithm Updates
        4. Is using REACT SEO friendly?

        Moz Q&A is closed.

        After more than 13 years, and tens of thousands of questions, Moz Q&A closed on 12th December 2024. Whilst we’re not completely removing the content - many posts will still be possible to view - we have locked both new posts and new replies. More details here.

        Is using REACT SEO friendly?

        Algorithm Updates
        6
        6
        10602
        Loading More Posts
        • Watching

          Notify me of new replies.
          Show question in unread.

        • Not Watching

          Do not notify me of new replies.
          Show question in unread if category is not ignored.

        • Ignoring

          Do not notify me of new replies.
          Do not show question in unread.

        • Oldest to Newest
        • Newest to Oldest
        • Most Votes
        Reply
        • Reply as question
        Locked
        This topic has been deleted. Only users with question management privileges can see it.
        • martin1970
          martin1970 last edited by

          Hi Guys

          Is REACT SEO friendly? Has anyone used REACT and what was the results? Or do you recommend something else that is better suited for SEO?

          Many thanks for your help in advance.

          Cheers

          Martin

          PraveenTanikella Tanusri14 2 Replies Last reply Reply Quote 0
          • Tanusri14
            Tanusri14 @martin1970 last edited by

            @martin1970 said in Is using REACT SEO friendly?:

            Is REACT SEO friendly? Has anyone used REACT and what was the results? Or do you recommend something else that is better suited for SEO?

            React itself isn't inherently bad for SEO, but extra care must be taken with regards to optimizing its use for search. Many successful websites use React, yet SEO optimization remains essential.

            Consider frameworks such as Next.js, which handles server-side rendering for SEO-friendly development. For ultimate efficiency, however, a static site generator might be better.

            If you're interested in SEO, you can join a digital marketing course in Kolkata!

            1 Reply Last reply Reply Quote 0
            • PraveenTanikella
              PraveenTanikella @martin1970 last edited by

              @martin1970 said in Is using REACT SEO friendly?:

              Is REACT SEO friendly? Has anyone used REACT and what was the results? Or do you recommend something else that is better suited for SEO?

              React can be SEO-friendly, but there are considerations to keep in mind due to its default client-side rendering. When search engines crawl websites, they traditionally expect server-rendered HTML for indexing. React applications often render content on the client side, which can pose challenges for search engine optimization (SEO).

              To address this issue, there are a few strategies:

              1. Server-Side Rendering (SSR):

                • SSR involves rendering React components on the server before sending HTML to the client. This ensures that search engines receive fully rendered HTML, making content easily indexable.
                • Tools like Next.js, a React framework, support SSR, providing a smoother SEO experience.
              2. Static Site Generation (SSG):

                • SSG generates static HTML files during the build process. This approach ensures that content is pre-rendered, enhancing SEO performance.
                • Next.js also supports SSG, making it a versatile choice for projects requiring strong SEO.
              3. Prerendering:

                • Prerendering involves generating static HTML for specific pages at build time. This approach combines the benefits of SSR and SSG, allowing developers to target critical pages for SEO optimization.

              Several companies and developers have successfully implemented React with SEO in mind. By using SSR or SSG, they've achieved positive results in search engine rankings and overall visibility.

              It's essential to note that while React can be SEO-friendly, other frameworks like Angular or Vue.js may also offer SEO solutions. The choice depends on the project's specific requirements and the developer's familiarity with the framework.

              In summary, React can be made SEO-friendly through practices like SSR, SSG, or prerendering. Many developers have experienced success in maintaining good SEO performance with React, especially when using tools like Next.js. However, the decision should be based on the project's needs, available resources, and the development team's expertise. Always ensure that your chosen approach aligns with current SEO best practices to achieve optimal results.

              1 Reply Last reply Reply Quote 0
              • wrhong7
                wrhong7 last edited by

                I have doing some research on this issue since there are lots of mixed opinion on this. Per my friends who work on this matter closely, Google, Bing, Yahoo, and DuckDuckGo should all be able to fetch the React based single page applications.

                Custom Mat Board (which cuts customized mat boards for any Amazon or IKEA picture frames) is a React based application, and it works well. Please check out Fetch as Google and note if there are any major difference between what Google bot sees and what humans can see. If there are significant differences, you should do something about it. But per my experience, Google bots and humans do see the same thing.

                PM me if you have any questions. Cheers!

                WJ

                1 Reply Last reply Reply Quote 1
                • sb1030
                  sb1030 Subscriber @Martijn_Scheijbeler last edited by

                  Thanks for discussing this, Martijn.

                  Aside from Google, is there any concern that other search engines would have issues rendering a JS website, whether the site uses React, Angular or another framework?

                  Thanks

                  -SB

                  1 Reply Last reply Reply Quote 0
                  • Martijn_Scheijbeler
                    Martijn_Scheijbeler last edited by

                    Hi Martin,

                    It can be, that's the actual answer. As React is using JavaScript to load its pages and load the content in most cases. Google and other search engines are able to read the content but it's always required in these cases to check what the actual result is. I've worked with many sites using React and it depends if they're using server or client-side rendering. Start there, to figure out what you can be using for your client/company. Some teams are really drawn to the client side rendering which is a little bit more dangerous as not always can Google see the actual content. In case of server-side rendering, I've seen it go well for most of these.

                    Let me know if you have any specific questions, happy to answer them!

                    Martijn.

                    sb1030 1 Reply Last reply Reply Quote 3
                    • 1 / 1
                    • First post
                      Last post

                    Browse Questions

                    Explore more categories

                    • Moz Tools

                      Chat with the community about the Moz tools.

                    • SEO Tactics

                      Discuss the SEO process with fellow marketers

                    • Community

                      Discuss industry events, jobs, and news!

                    • Digital Marketing

                      Chat about tactics outside of SEO

                    • Research & Trends

                      Dive into research and trends in the search industry.

                    • Support

                      Connect on product support and feature requests.

                    • See all categories

                    Related Questions

                    • vtmoz

                      Using Brand value for SEO: Can we use keyword with brand name?

                      Hi Moz community, I am curious to know this. Let's say there is a brand value for a company. It has it's own popularity that it's been mentioned across the internet and social media directly with brand name without their service or industry keyword. Now if the company started promoting themselves like keyword along with their brand name, will it help them to rank for that keyword. For example, Moz is already famous, now they want to rank for "SEO" and related keywords, so they started calling themselves on internet "Moz SEO"; will this fetch them in ranking for keyword SEO? My ultimate question is, using primary keyword along with brand name will work out in ranking for that primary keyword or not? Thanks

                      Algorithm Updates | | vtmoz
                      0
                    • vtmoz

                      More pages or less pages for best SEO practices?

                      Hi all, I would like to know the community's opinion on this. A website with more pages or less pages will rank better? Websites with more pages have an advantage of more landing pages for targeted keywords. Less pages will have advantage of holding up page rank with limited pages which might impact in better ranking of pages. I know this is highly dependent. I mean to get answers for an ideal website. Thanks,

                      Algorithm Updates | | vtmoz
                      1
                    • isaac663

                      Using Google to find a discontinued product.

                      Hi Guys. I mostly use this forum for business questions, but now it's a personal one! I'm trying to find a supplier that might still have discontinued product.  It's the Behritone C5A speaker monitor. All my searches bring up a plethora of pages that appear to sell the product... but they have no stock. (Wouldn't removing these pages make for a better internet?)  No 2nd hand ones on eBay 😞 Do you have any suggestion about how I can get more relevant results... i.e find supplier that might still have stock?  Any tips or trick I may be able to use to help me with this? Many thanks in advance to an awesome community 🙂 Isaac.

                      Algorithm Updates | | isaac663
                      1
                    • RizwanAkbar

                      Is it a good idea to 301 redirect one same niche site towards another site for seo benefit

                      Hello friends, I have 2 android niche sites, one site is running on a technology dropped domain i catch 1 year ago it has, almost 400+ domains linking to different parts of the site, the other one i established from scratch and both are running from jan 2015. Now i want to redirect first site which already has 400 links pointing towards it to the home page of my 2nd android site. Is it a good idea to do so and does it give any boost in terms of seo?

                      Algorithm Updates | | RizwanAkbar
                      0
                    • Aman_123

                      Having 2 domains with same name - Impact on SEO

                      Hi AllAs we still dwindle with the rankings not coming in line with the efforts.I have a question: We have 2 websites 1. http://www.example.com/ (which lost traffic and rank in Jan 2013). So we assumed that it was due to some penguin penalty. So we worked on disavow extra but nothing actually helped.Though there was no manual penalty mentioned in the GWT. Frustrated with this we thought of having another website 6 months back: 2. https://example.org/ - we did all the right things and by the book. But we are not seeing ranking here too. We did backlink analysis on all competitors and worked on only quality links they had. So all our links are highly highly relevant.  But still the ranks are not moving beyond third page...in fact they moved to 6-7 page in last 2-3 days. Please suggest .. 1. is it due to same name of domain (our brand name) causing the issue. If yes should we go for 302 or 301 redirect to save ourselves from any penalty that our last website may have got. We can not leave that name unattended as our cataloges etc have that website mentioned. i will expect a scientific reply here not gut feeling please. 2. Is it to do with .org domain extension that it should not be with commercial organizations like us Kindly reply at the earliest Regards Aman

                      Algorithm Updates | | Aman_123
                      0
                    • Sexandmetal

                      Is changing your meta titles frequently good SEO Practice

                      Greetings, Im a new SEO and really knew nothing until signing up to SEOMoz. After reading the SEO101 and gathering as much information in a short period of time things started  to become a little clearer. So I started my first campaign used my new SEO knowledge and input all of my meta information. Then I waited a few days to see what happened with my search result. We had never ranked for a single keyword before mind you. So a couple/few of days go by and I started punching in my keywords and looking through the pages. There I was page three. I was SO happy. I read the entire SEO101 again, realized a little more about what I had to do. So I started changing everything up, adding pictures, I found out what a IMG ALT Attributes were in the HTML editor, bolded text and all the other things I missed the first time around. Three days go by and I move up again. I start to notice my traffic is increasing and I am actually getting organic hits through search traffic. This has never happened before. I am over the moon. But I realize that I have my main focus keyword as the second key word in my title tag. So I switch the two words around, wait a few more days. Here's why I ask my question. The original title tag was still showing up and I was on the first page for both keywords, and I could see both title tags when searching for either keyword. So; Is changing your meta titles frequently good SEO Practice ? Warmest regards, Michael S&M Warning: adult site, NSFW

                      Algorithm Updates | | Sexandmetal
                      0
                    • emerald

                      Is using WPML (WordPress Multilingual Plugin) ok for On-Page SEO?

                      Hi Mozzers, I'm investigating multilingual site setup and translating content for a small website for 15-20 pages and came accross WPML (WordPress Multilingual Plugin) which looks like it could help, but I am curious as to whether it has any major international SEO limitations before trialing/buying. It seems to allow the option to automatically setup language folder structures as www.domain.com/it/ or www.domain.com/es/ etc which is great and seems to offer easy way of linking out to translators (for extra fee), which could be convenient. However what about the on-page optimization - url names, title tags and other onpage elements - I wonder if anyone has any experiences with using this plugin or any alternatives for it. Hoping for your valued advice!

                      Algorithm Updates | | emerald
                      0
                    • AshSEO2011

                      Singular vs plural SEO

                      Hi everyone, OK I've been looking at the Google adwords keyword tool and it's thrown some of my On-page SEO into question (everything said here are examples, I haven't used any real life terms or figures). Lets say my page is about "Green Apples", let's say the keyword tool shows that the singular version "Green Apple" gets more searches (as an example). Should I optimize for the singular or the plural? Also lets say my title tag for that page is "Green Apples | Apples Galore UK" would Google/SEOmoz count that as an optimisation for the singular "Green Apple" or do the search engines take the title literally and don't differenciate between singular and plurals? Thanks in advance everyone! Regards, Ash

                      Algorithm Updates | | AshSEO2011
                      2

                    Get started with Moz Pro!

                    Unlock the power of advanced SEO tools and data-driven insights.

                    Start my free trial
                    Products
                    • Moz Pro
                    • Moz Local
                    • Moz API
                    • Moz Data
                    • STAT
                    • Product Updates
                    Moz Solutions
                    • SMB Solutions
                    • Agency Solutions
                    • Enterprise Solutions
                    • Digital Marketers
                    Free SEO Tools
                    • Domain Authority Checker
                    • Link Explorer
                    • Keyword Explorer
                    • Competitive Research
                    • Brand Authority Checker
                    • Local Citation Checker
                    • MozBar Extension
                    • MozCast
                    Resources
                    • Blog
                    • SEO Learning Center
                    • Help Hub
                    • Beginner's Guide to SEO
                    • How-to Guides
                    • Moz Academy
                    • API Docs
                    About Moz
                    • About
                    • Team
                    • Careers
                    • Contact
                    Why Moz
                    • Case Studies
                    • Testimonials
                    Get Involved
                    • Become an Affiliate
                    • MozCon
                    • Webinars
                    • Practical Marketer Series
                    • MozPod
                    Connect with us

                    Contact the Help team

                    Join our newsletter
                    Moz logo
                    © 2021 - 2025 SEOMoz, Inc., a Ziff Davis company. All rights reserved. Moz is a registered trademark of SEOMoz, Inc.
                    • Accessibility
                    • Terms of Use
                    • Privacy

                    Looks like your connection to Moz was lost, please wait while we try to reconnect.