Search engine simulators are not finding text on my website. Do I have a problem with Javascript or AJAX?
-
My website text is not appearing in search engine simulators. Is there a problem with the javascript? Or perhaps AJAX is affecting it? Is there a tool I can use to examine how my website architecture is affecting how the site is crawled? I am totally lost. Help!
-
What do you mean by "search engine simulators"?
I tested crawling your site with googlebot as the user agent and it worked just fine.
Google and other engines are capable of running javascript and ajax just fine that shouldn't be an issue.
What I would suggest is to look over your pagespeed. Your homepage loads a TON of external files, about 50 requests for JS and CSS files. You should really consider putting all those codes into a single JS and CSS file instead, making over 50 calls (+ the extra ajax calls) are WAY too many!, not to mention the hundreds of lines you have of inline JS and styles...