On a website/server/architecture level, how do you make your site crawlable, renderable, and indexable by search engines.

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/8f3792d7-ee1e-43ec-bbb4-5887e407c579/Screenshot_2021-03-09_at_10.31.36.png

RAW HTML

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/2e87b461-936b-42e0-af5b-ff97c1c9b47c/Screenshot_2021-03-09_at_10.38.53.png

Our site begins as a URL, it gets crawled, rendered and indexed. And at some point, it needs to be retrieved as soon as our site answers the query of some kind of searcher.

Our site begins as a URL, it gets crawled, rendered and indexed. And at some point, it needs to be retrieved as soon as our site answers the query of some kind of searcher.

If Google is not able to find all the pages on your site, render them correctly, understand what they're about, and index them properly, you're never going to get served, ranked, or end up with a click.

Make your site easy for google to crawl

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/cb12dfa3-afae-40fd-8cd1-4128653ed31a/Screenshot_2021-03-09_at_10.49.06.png

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/332d8d06-19a7-4dfa-978c-79fe00eb17cd/Screenshot_2021-03-09_at_10.50.49.png

How to lower the crawl depth

Note 1: Google follows actual links, but it does not interact with your page. It means that content accessible via infinite scroll or search input only won't be crawled.