Indexing & SEO issues

Hi is there any documentation on best practices to route pages so that they are indexed by google? My site turns a blank page when I share the domain name.

Thanks

@MrP

What do you mean turns a blank page? Have you published it? Also have you set homepage with route “/”?

I have it published and the route is / . the blank page appears when javascript is disabled. I am training a custom AI on the site’s data and I can’t read its content for reasons I don’t understand.

Try adding ?prerendering=true, that will return you full HTML as it does for search engine crawlers.

I had a similar issue and noticed that Bing was slower at picking up changes compared to Google. To help with bing seo, I submitted my sitemap directly through Bing Webmaster Tools, and it made a big difference. Also found that cleaning up broken internal links and making sure meta tags were solid helped things move along faster. It’s worth checking if your robots.txt is blocking anything by mistake too.