nfl / react-helmet

A document head manager for React
MIT License
17.34k stars 660 forks source link

Gatsby - Facebook SEO can't get result on Production Link but in Stagging it works #653

Closed irwansyafani closed 2 years ago

irwansyafani commented 3 years ago

I having an issue that Facebook Developer can't get the result for SEO on Production Link but, in Stagging Link it works correctly

have you guys faced an issue like this?

Elius94 commented 2 years ago

I think it's because this react plugin changes the index.html only if js is enabled... I suppose that the social engines that generates the preview reads only the "crude" index.js generated in the build process.

To bypass this trouble i've created this usefull npx command:

https://github.com/Elius94/js-seo-ingector

Enjoy

irwansyafani commented 2 years ago

okay, i'll try it later @Elius94