Questions tagged [react-js]
React is a JavaScript library used to create fast and interactive user interfaces for web applications.
52 questions
0
votes
2
answers
117
views
Next.js not rendering clean HTML source: a problem for SEO and/or accessibility?
Next.js (V15, App router, SSR) does not render HTML as initially structured.
It renders <template> tags inside the structure, and further in the source, the content in a hidden <div>.
Thus,...
0
votes
1
answer
20
views
Why is a mobile app hosting third party content "navigation" but a website hosting third party content "reproducing / embedding"
Wasn't sure whether to post this in the legal stackexchange or the web development one- apologies if I've chosen wrong here.
I am developing a mobile app and a website, where collected recommended ...
1
vote
2
answers
269
views
Impact of React.js Client-Side Rendering on SEO, for Tool Collection Website?
I’m developing a website that offers free tools like converters, compressors, and calculators. My setup includes ASP.NET Core as the backend API and React.js for the frontend.
While researching ways ...
0
votes
1
answer
200
views
SEO-Friendly: Legacy SSR vs. Using SPA Frameworks
I'm developing a web application with a C# .NET core backend and am seeking insights into the SEO implications of choosing between legacy server-side rendering (SSR) and modern single-page application ...
1
vote
1
answer
48
views
Mixing hosting providers
Is there any benefit from using all the services from 1 hosting provider (like Firebase) vs. mixing and matching?
For example,:
Option 1: I host my React app on Netlify, but use Firebase for ...
2
votes
1
answer
410
views
Home page redirection (due to multiple language versions)
I'm working on a gatsby based multilingual website. Each translation has its own root based on the language code. For example:
Blog
/en/blog
/pl/blog
/de/blog
Contact
/en/contact
/pl/kontakt
/de/...
1
vote
0
answers
616
views
Deploying Static React (Vite) App to DigitalOcean Droplet
I have a static website created using the vite app. I know I can deploy my website on netlify, vercel or digitalocean app platform.
However, these platforms offer only 100GB bandwidth and for extra ...
1
vote
0
answers
83
views
Strapi - react portfolio, deploy solution and custom DNS
I'm a beginner Front End dev and I'm currently planning to build a Portfolio for a friend which is going to get deeper in her illustration passion. I would like to practice my Frontend skills which I ...
0
votes
0
answers
224
views
Google Bots Crawling Invalid URL
Google Bots crawl URLs by appending trailing 200 and false for all the article pages. I am unsure what the issue is here and why that is getting appended on every article page.
I have tried scanning ...
1
vote
1
answer
259
views
Is React based website is search engine friendly
I'm asking question because most of the content will be loading in dynamically created html.
I'm planning to develop an online store (a very small project) I'm planning to use React for the first time ...
0
votes
1
answer
65
views
Migrating domain to sub-domain
I have a WordPress hosted on WPMUdev that lives under example.com, and trying to move this WordPress installation to sub.example.com and set my react app on example.com.
So I tried to move my website ...
3
votes
3
answers
503
views
Does React JS Increase Page Load Time
Currently my website only uses HTML, CSS, and JavaScript.
I know that the React JS library is about 30 KB.
I am wondering if that 30 KB will be downloaded from my server by every user who visits my ...
0
votes
0
answers
63
views
Mobile Navbar SSR
Currently, we serve our site using SSR. On some parts of the site, we render components based on the screen size (mobile navbar for example).
The SSR is serving the desktop version.
So, Googlebot ...
3
votes
3
answers
900
views
Does changing a link without refreshing the page affect SEO?
I would like to understand whether changing a website's link without refreshing will allow web crawlers to effectively parse my page, and aid in SEO.
I have a website, with a dropdown menu where you ...
1
vote
1
answer
95
views
Do frameworks like Vue.js or React.js cause SEO problems?
Frameworks like Vue.js or React.js hide most things in their source code and only javascript code remains. So H1 tags, img tags, paragraphs, in short, most things related to technical seo do not ...
3
votes
1
answer
346
views
SEO issue with orphan pages and dynamic content
On my page I have a blog page with pagination (arrows for navigation). Upon clicking on these arrows, new blog posts are dynamically rendered on the same page. Because of this functionality, any blog ...
1
vote
0
answers
231
views
How to allow users to add custom domains on our web app like wix, appflow and heroku? [closed]
We are building a web app in ReactJS which allows users to create websites for their real estate listings. A user has to select a subdomain for themselves and all of their listing website have a ...
0
votes
0
answers
173
views
What is the correct way to implement a hero with changing H1 (correct = accessibility and SEO)
Background
I have an application using Gatsby. The home page uses a video with text over the top. This text changes on a timer. The text is also the pages h1. So the static site generated by gatsby ...
1
vote
1
answer
833
views
Google Search Console indexing non existent pages for a Create React App website with react-helmet-async hosted on Netlify
Google is showing non-existing pages when I search for my website (hosted on Netlify)
it looks like this: https://*********.com.tr/Achlamydeae1901520.html or https://*********.com.tr/Cumar1152083.html ...
1
vote
0
answers
40
views
How to plot .tif file colour coding onto the map using javascript? [closed]
I want to plot colour coding from .tif file into the map with the help of react-leaflet. How can this be done?
I am open for other better suggestions. My core goal is to display color coding given in ...
2
votes
1
answer
260
views
Can google crawl pages loaded by useState in React?
I have a blog page that has a 'Load More' button that shows more posts via a useState counter in React. Will Google still be able to crawl/know those pages exist if they're not loaded until the button ...
2
votes
0
answers
628
views
Is Server-Side-Rendering with Spring Boot backend and React.JS front end possible?
I am making a web application that utilizes java & spring boot for the back-end and react.js for the front-end. I have been doing research more recently on SEO performance on client-side-rendering ...
0
votes
0
answers
1k
views
Moved NS to CloudFlare error NS_BINDING_ABORTED - Headers missing
I’m configuring CloudFlare for the first time. I have a node.js application running on Digital Ocean providing API's. My Front End react app is hosted with Netlify on a different domain and was ...
1
vote
2
answers
87
views
Does HTML Document style affect SEO?
Does a non-styled HTML Document affect SEO negatively? Which of these examples is better for SEO?
Example 1
Example 2
Here is a lighthouse result for both examples
Example 1
Example 2
As you can ...
2
votes
1
answer
707
views
How to deploy a server side rendering (SSR) react application (bundled by webpack) on windows server 2016 / IIS
just a heads up: This is the first time I try to deploy a react application on a custom built windows server, but I’ve managed to do it successfully on Heroku and Linux (PM2), so I know that the ...
3
votes
1
answer
1k
views
Is there a way to check how Googlebot would render non-public pages?
I have a page which uses react, and from what I understood docs, Google bot, before indexing, is executing JS (see here: JavaScript SEO Basics).
First thing which I want to ask, is if my thinking is ...
2
votes
1
answer
401
views
My Create-React-app blog website's post appeared in google search, why?
I was just searching my blog title in google and result blow my mind, How google can read title of my blog that render in client side.
As i know When googlebot go to any Create-React-app website, it ...
1
vote
1
answer
492
views
Will Google Searchbot SEO also crawl my content APIs? Or do I really need nextjs SSR?
I am building a social media blog react website (basically like Medium.com) with virtual routing. E.g if user visits my-website.com/user456/post478 react will make an API Call to my cloud function to ...
0
votes
1
answer
44
views
Is it necessary to register website on facebook, twitter or LinkedIn for og: tags
I have addded all og tags and twitter tags in my react website but facebook and linkedIn website debugger cannot get the tag. Is it necessary to register or claim domain website on Facebook and ...
4
votes
0
answers
275
views
Using display: none VS a SPA approach, when it comes to SEO and performance
Say I have a component like,
// first approach (SPA)
const Component = () => {
const [show, toggle] = React.useReducer(show => !show, false)
return (
<div>
{show && &...
1
vote
1
answer
646
views
Remove All Subdomains From Google Search
The website I am talking of is not your ordinary website. Our website has multiple subdomain and the website it rendered according to this subdomain. It all runs on a single server which has a ...
0
votes
0
answers
359
views
Why Google Cache Showing 404 on my React Base Webpages?
My web page is client-side rendered with React.
On hitting the cache, it is showing 404 instead of a rendered page.
Example Screenshot
When I inspect the Page URL on Search Console, Its parsing and ...
2
votes
1
answer
2k
views
AdWords Conversion tracking on a Single Page React App
Context:
In not familiar with google AdWords at all, and I don't have access to the AdWords configuration system (whatever it may be). I'm on the dev team who built a food delivery platform. The ...
2
votes
2
answers
2k
views
Is server side rendering a must have for good SEO for a React website?
Now I use ReactJS for my website and was wondering whether changing to server side rendering(NextJS) would impact my search engine rankings?
I've tried some tools that would give your website a "...
1
vote
0
answers
137
views
html metadata for single-page React App
I am adding html meta data to my single-page react web app for the purpose of search engine optimization. Some answers on related stack overflow posts suggested using react-helmet to manage the meta ...
2
votes
0
answers
227
views
SEO for react-native and react-native-web application, can it work?
I am looking at the generated HTML in my react-native-web web application and the volume of HTML is huge.
The whole application is build with <div /> and there are some role attribute such as ...
0
votes
1
answer
52
views
How can I setup my Google analytics to be content centric rather than page centric?
I have a basic GA setup on my SPA and the page views are working. However, I want to check the page views against an id in the URL:
If my url is www.example.com/view/?id=xyz
I would like to see the ...
1
vote
0
answers
183
views
Is there a user and access control library for MERN stack? [closed]
I am currently learning the MERN stack, having previously worked mostly in Django. However, I find myself recoding the same things over and over again manually and not being entirely satisfied with ...
1
vote
2
answers
735
views
Impact of query parameters on SEO for a single page application
Might crawlers visit a page if there is no link referencing this page anywhere but a URL to this page is generated client side with JavaScript ?
Context:
Let's say I have a SPA with Server Side ...
1
vote
1
answer
737
views
Pagination without pagination URLs - is it bad for SEO?
I've read a few articles about pagination pitfalls but none really describe my situation. I have a products page rendered with ReactJS with about 300 products and pagination (I am also using server-...
1
vote
0
answers
28
views
Isomorphic (Universal) web application and SEO
I am developing an isomorphic web application using React (SSR). However, I need to render some of my components on the client side. Therefore, the things that a Google bot sees may be different from ...
2
votes
1
answer
89
views
Do Google crawlers/extractors read attributes in React props?
We have a use case where we are displaying a certain product price when a page is rendered. And when a radio button is clicked on the page (product upgrades), we display additional prices.
The "...
1
vote
0
answers
25
views
Will switching to server side experiments improve performance and eliminate the bias introduced by client side experiments?
We have a server site rendering React application and currently are using client site A/B testing tool. The issue here is following:
User comes to the site
Server loads default version
Client detects ...
2
votes
1
answer
65
views
Some documents load slowly during stress test, how reliable is NameCheap shared hosting?
I have hosted a NodeJS React application into my NameCheap shared hosting account.
My Apache Benchmark giving this output while I am trying to stress test my site:
ab -n 100 -c 5 -C "somecookie=rawr" ...
1
vote
1
answer
48
views
How do I structure my progressive web app in a way that makes it easy for search engines to find user generated content?
Super noob-ish question I'm sure, but this is the my first time building a consumer facing web app. To avoid getting closed for duplication, this question is very specifically for React + GraphQL.
I'...
1
vote
1
answer
101
views
Internal searches using AJAX affects SEO?
I have read in some sites that is a good practice for SEO to use URLs like www.example.com/params-for-your-search as words separated by hyphens.
I'm creating a SPA ReactJS Application where I have a ...
1
vote
0
answers
147
views
Google's cache shows a blank page but Fetch as Google shows the content. Can Google index my site? [duplicate]
My site content is loaded by ReactJS by fetching a webservice (in componentDidLoad).
I need a strong SEO positioning on my pages, so I am trying to understand if Googlebot can read the content.
Fetch ...
1
vote
1
answer
3k
views
Getting a Single Page Application adsense approved
What I have is a react.js (javascript served) frontend single page web app with several 'pages'. This site provides people with a way to win money (by playing a simple guessing game) while I take a ...
1
vote
0
answers
545
views
Google will render but not index my SPA site [duplicate]
I have a single-page-app / website built with React JS, where Google will only index my index page. All the other URL's in my sitemap are recognised, but either marked with Discovered - currently not ...
4
votes
3
answers
5k
views
SEO impact of onclick handlers in place of links
I have a question similar to the one posted here.
I'm building a React application which has very strict SEO requirements, so I'm wondering if the following approach is an issue:
For all of our ...