Skip to main content

Questions tagged [react-js]

React is a JavaScript library used to create fast and interactive user interfaces for web applications.

Filter by
Sorted by
Tagged with
0 votes
2 answers
117 views

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,...
theredled's user avatar
  • 101
0 votes
1 answer
20 views

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 ...
JB0's user avatar
  • 3
1 vote
2 answers
269 views

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 ...
Prageeth Liyanage's user avatar
0 votes
1 answer
200 views

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 ...
Pedram's user avatar
  • 103
1 vote
1 answer
48 views

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 ...
Pieter Pienaar's user avatar
2 votes
1 answer
410 views

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/...
user3193620's user avatar
1 vote
0 answers
616 views

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 ...
Murad Taghiyev's user avatar
1 vote
0 answers
83 views

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 ...
ncasteln's user avatar
  • 111
0 votes
0 answers
224 views

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 ...
Srinivas Ramakrishna's user avatar
1 vote
1 answer
259 views

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 ...
sairfan's user avatar
  • 113
0 votes
1 answer
65 views

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 ...
Francis's user avatar
  • 21
3 votes
3 answers
503 views

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 ...
Jack N's user avatar
  • 131
0 votes
0 answers
63 views

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 ...
ronaron's user avatar
  • 51
3 votes
3 answers
900 views

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 ...
ABCDEFG's user avatar
  • 31
1 vote
1 answer
95 views

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 ...
ardacarofficial's user avatar
3 votes
1 answer
346 views

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 ...
user737163's user avatar
1 vote
0 answers
231 views

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 ...
Muhammad Murtaza Azam Khan's user avatar
0 votes
0 answers
173 views

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 ...
Joe Lloyd's user avatar
  • 101
1 vote
1 answer
833 views

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 ...
MrXQ's user avatar
  • 141
1 vote
0 answers
40 views

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 ...
piyush kasturi's user avatar
2 votes
1 answer
260 views

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 ...
user avatar
2 votes
0 answers
628 views

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 ...
Stephen Aranda's user avatar
0 votes
0 answers
1k views

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 ...
Orange Juice Jones's user avatar
1 vote
2 answers
87 views

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 ...
Liam's user avatar
  • 113
2 votes
1 answer
707 views

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 ...
Jorge Mauricio's user avatar
3 votes
1 answer
1k views

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 ...
Ma Kro's user avatar
  • 131
2 votes
1 answer
401 views

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 ...
Vimal kumar's user avatar
1 vote
1 answer
492 views

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 ...
Juri's user avatar
  • 13
0 votes
1 answer
44 views

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 ...
Abhay Darji's user avatar
4 votes
0 answers
275 views

Say I have a component like, // first approach (SPA) const Component = () => { const [show, toggle] = React.useReducer(show => !show, false) return ( <div> {show && &...
legoMyEgo's user avatar
1 vote
1 answer
646 views

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 ...
Elinoter99's user avatar
0 votes
0 answers
359 views

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 ...
Abdul Baqi's user avatar
2 votes
1 answer
2k views

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 ...
Rohan Büchner's user avatar
2 votes
2 answers
2k views

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 "...
Loko's user avatar
  • 129
1 vote
0 answers
137 views

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 ...
Xi Liu's user avatar
  • 111
2 votes
0 answers
227 views

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 ...
Dimitri Kopriwa's user avatar
0 votes
1 answer
52 views

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 ...
zer0's user avatar
  • 103
1 vote
0 answers
183 views

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 ...
ZEE's user avatar
  • 11
1 vote
2 answers
735 views

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 ...
J-B's user avatar
  • 13
1 vote
1 answer
737 views

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-...
geochanto's user avatar
  • 135
1 vote
0 answers
28 views

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 ...
Hadi Ranjbar's user avatar
2 votes
1 answer
89 views

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 "...
B. Bulpett's user avatar
1 vote
0 answers
25 views

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 ...
Fabian Lurz's user avatar
2 votes
1 answer
65 views

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" ...
MD. Mohiuddin Ahmed's user avatar
1 vote
1 answer
48 views

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'...
Meme Overlord's user avatar
1 vote
1 answer
101 views

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 ...
Darío GL's user avatar
1 vote
0 answers
147 views

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 ...
EyeOfTheBeholder's user avatar
1 vote
1 answer
3k views

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 ...
bushrangerjones's user avatar
1 vote
0 answers
545 views

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 ...
Petter's user avatar
  • 111
4 votes
3 answers
5k views

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 ...
carl's user avatar
  • 175