I’m facing an issue with Google indexing on Next.js (utilizing SSR). The challenge lies in ensuring that .HTML files are effectively indexed for SEO purposes. However, it seems that Googlebot predominantly indexes JSON and JavaScript files. To illustrate this point, within a 24-hour period, there were 540 requests made to my website by Googlebot, with 215 being JavaScript, 84 being JSON, and only 30 being HTML. This raises the question of how to prioritize the indexing of HTML files by Googlebot. Due to this dilemma, I am unable to index all pages of my website since Googlebot’s limited number of requests tend to favor JavaScript and JSON files. You can visit my website at skillcombo.com.