You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've implemented this on a react application. Everything is working fine, but testing with google search tool doesn't actually show any scripts. I've determined that this is likely because my frontend is client side rendered instead of server side. Is it possible to use this with a CSR style app or must it be server side. I imagine google is getting a bit smarter about checking sites with Javascript, but doesn't seem like this tool tests for that yet?
The text was updated successfully, but these errors were encountered:
@Hudsonzp are you testing based on inspecting source? Inspecting source only shows you what's come from the server, so you won't see any of the JSON-LD stuff if you go and plug that into Google's testing tool.
If you're plugging in your URL and it's coming up with nothing, I'm not sure what's going on there.
I've implemented this on a react application. Everything is working fine, but testing with google search tool doesn't actually show any scripts. I've determined that this is likely because my frontend is client side rendered instead of server side. Is it possible to use this with a CSR style app or must it be server side. I imagine google is getting a bit smarter about checking sites with Javascript, but doesn't seem like this tool tests for that yet?
The text was updated successfully, but these errors were encountered: