Questions tagged [react-helmet]

react-helmet is a module for managing the DOM document head within React.

react-helmet is a module for managing the DOM document head within React.

252 questions
0
votes
0 answers

React Meteor render HTML with JS

I have a main.js file main.js import React from 'react'; import { Meteor } from 'meteor/meteor'; import { render } from 'react-dom'; import { renderRoutes } from '../imports/startup/client/routes.jsx' Meteor.startup(() => { …
squareRoot
  • 77
  • 9
0
votes
1 answer

React.createElement: type is invalid when using multiple Helmet React Typescript

I have a seo component which gives me React.createElement error, i have been struggling to get it work from last 2 days, can someone please help me to solve this issue SeoModule.tsx import * as React from 'react'; import Helmet from…
sam
  • 271
  • 6
  • 23
0
votes
0 answers

React Helmet is really slow. Do I need 'hreflang' links client-side?

I've got a page on my website which has a lot of alternate links caused by 5 different languages and content for 31 countries. In sum 155 different links. But React Helmet is reaaaally slow and the page freezes for some seconds. That's really…
Vincent Hoch-Drei
  • 603
  • 2
  • 7
  • 21
0
votes
0 answers

Incorrect meta Tags being read by crawlers for my React App subroute

The issue I'm facing is If i were to share the sub route of my app https://www.myapp.com/subroute(subroute url) on Facebook the preview of the link post shows the title, description, and image from my main root route https://myapp.com. How can I…
jasan
  • 11,475
  • 22
  • 57
  • 97
0
votes
1 answer

circle ci module is not installed

I have a container on circle ci that goes through all tests and does a npm install to install all packages in the package.json. But it seems some packages is not installed causing circle ci to fail error 22:24 error Unable to resolve path to…
user5797064
-1
votes
0 answers

Meta title ,description and image are not being displayed while sharing the link on social platforms

The title, description and image added in the meta tags are not displaying while sharing the link on any social platforms I have 3 different themes and another landing page inside the same module. The og:title, og:description and og:image is being…
-1
votes
1 answer

Set Helmet body class when element is active

I'm trying to create an image overlay with no scroll, and I therefore need to style the body when my li is active. I'm trying to do this through Helmet, but it's not working. It just says in the browser—no matter if a li is active or…
Magnus Kolstad
  • 407
  • 1
  • 6
  • 17
-1
votes
1 answer

Meta tags are not showing up when scraped

When I use react-helmet to construct meta tags for my site, it is showing up in the build version of it(public) but when I deploy to s3(cloud-front) and try to scrape it through bots in metatags , it is not showing the meta tags. I tried one of the…
vam
  • 492
  • 7
  • 17
-1
votes
1 answer

Need to Deploy Laravel + Reactjs (SEO friendly ) application

I have to create an application where users will have their unique usernames and profiles like "website.com/JohnDoe". for that the client asked me to develop it in any good PHP framework and client also need an android/ios app (which he disclosed…
-2
votes
2 answers

Is it really good by using react-helmet npm package for seo?-Reactjs

I'm a newbie to the react js. Please avoid this question if you think this was stupid, and I'am really thinking from 1 week that is react-helmet really very very good for react application to implement seo? Please kindly give me answer. because some…
-2
votes
1 answer

seo component gatsby- effecting layout

having this very bizarre problem with my gatsby project where the SEO component (quite similar to the default on suggested in docs) is effecting my page layout. no matter where i put the SEO component (inside or outside the layout wrapper component…
Robert O'Toole
  • 197
  • 1
  • 11
-3
votes
1 answer

I'm stuck on this Error from Udemy course on NodeJS and express by Jonas Schmidtmann

I have tried multiple solutions on here, but nothing seems to work, can anybody help me ?? GET https://api.mapbox.com/mapbox-gl-js/v2.9.1/mapbox-gl.js net::ERR_BLOCKED_BY_RESPONSE.NotSameOriginAfterDefaultedToSameOriginByCoep 200
1 2 3
16
17