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 ...