I am currently managing single page web apps on different domains that heavily utilize javascript and ajax to display content. After reviewing logs and search data, I have noticed that Googlebot processes javascript on certain domains but not others. It seems that on some domains, Googlebot indexes all content only accessible through javascript, while on others it doesn't run javascript at all.
Does anyone know the criteria Googlebot uses to decide which javascript to run? Is there a way for me to influence Googlebot to execute javascript on my other domains?
Additionally, I understand that server-side rendering is typically recommended for this situation, but since my websites are not heavily reliant on search engine performance, I am exploring simpler ways to optimize Googlebot's handling of javascript on all domains.