Hi All,
We are re designing our website in React and we are in process to launch it.
When I checked its source code I saw that only meta tags are coming up but no other html content is there, only few Javascript calls.
I know that Google can read Javascript but I am afraid if it create some indexing or caching issues going forward.
Is there any way in React to show the whole html in source code as it appear in normal websites.
Can we launch it right away without worrying about the html code in the source code.
We are re designing our website in React and we are in process to launch it.
When I checked its source code I saw that only meta tags are coming up but no other html content is there, only few Javascript calls.
I know that Google can read Javascript but I am afraid if it create some indexing or caching issues going forward.
Is there any way in React to show the whole html in source code as it appear in normal websites.
Can we launch it right away without worrying about the html code in the source code.