react-isomorphic-boilerplate icon indicating copy to clipboard operation
react-isomorphic-boilerplate copied to clipboard

Crawler is unable to access data

Open sauravk6 opened this issue 7 years ago • 2 comments

After retrieving the data, When going to the page source(command + option + U) it is showing {userinfo: null}. Can you please tell why this is happening.

sauravk6 avatar Jan 23 '17 10:01 sauravk6

userinfo is retrieved by client-side, but not rendered by server-side at beginning. So, it is invisible in page source

chikara-chan avatar Jan 24 '17 05:01 chikara-chan

But then this won't be SEO Friendly, Can you please show an example where it is rendered on the server side first?

sauravk6 avatar Jan 24 '17 06:01 sauravk6