nfl / react-helmet

A document head manager for React
MIT License
17.28k stars 656 forks source link

React Helmet Meta descriptions are not updated on Google Search #707

Open UnaWebSolutions opened 11 months ago

UnaWebSolutions commented 11 months ago

Hi all,

I implemented React Helmet on my static React website that is hosted on Netlify and the titles have changed successfully so that when the user is on /contact, the title is "Let's Talk!". When I check console, it also shows the updated Contact meta name="description", BUT the contact meta description does not show on Google when the user types in the company and looks at the contact tab under the home page. Any reason why this would be happening? Thank you!

(The images show how the content i wrote in contact.jsx helmet is not updating the contact description on google, as there should not be the Let's talk also in the description)

Screenshot 2023-07-24 at 10 44 14 AM Screenshot 2023-07-24 at 10 43 50 AM Screenshot 2023-07-24 at 10 43 22 AM Screenshot 2023-07-24 at 10 43 00 AM
dehli commented 9 months ago

You probably need to do server side rendering if you want the crawler to pick up on it.