Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
UnaWebSolutions opened this issue Jul 24, 2023 · 1 comment
Open

Comments

@UnaWebSolutions
Copy link

UnaWebSolutions commented Jul 24, 2023

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
Copy link

dehli commented Sep 29, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants