Hi all!
I’m currently building a website 1223travel.netlify.app and it’s a serverless SPA using react. Specifically, I’m having troubles with getting crawlers to correctly go through my website and the result seems to be differing across different crawlers.
I have pre-rendering enabled for my project and I’m utilizing react-helmet for my tags and from the tutorials I’ve gone through this should be good enough to get me going.
On Check 1223travel.netlify.app's SEO I’m able to see that google seems to correctly be getting the title/description tags but other sites like https://totheweb.com/learning_center/tools-search-engine-simulator/ or Spider Simulator - Search Engine Spider Simulator don’t seem to be able to grab the title/description tags. Am I missing a step here? I’d like to keep my project serverless
Thanks!