Forum Moderators: Robert Charlton & goodroi
Currently with a right click->View page source check in Chrome, there is nothing from the text included. Does this mean that also the Googlebot won't find the text?
Googlebot is a lot smarter these days and uses javascript to render the page so it can rank the page in it's final form.
Google is JS aware and should handle it fine.Google has been able to parse and render javascript and JQuery to determine content for quite a long while now. The thing to check before going live is that you are not hiding any of those resources from Google in robots.txt. If the scripts are in a folder that is blocked in robots.txt. make sure that any .js files have been added as 'Allow' entries.
Disallow: /scripts/ Be sure it is followed with Allow: /*.js
Google is JS aware and should handle it fine.