Are dynamic routes in gatsby also prerendered?
May 1, 2020 at 6:42pmAre dynamic routes in gatsby also prerendered?
May 1, 2020 at 6:42pm (Edited 2 years ago)IF not, how do they deal with SEO?
Or how will I have to make them crawalable?
May 4, 2020 at 12:14pm
Dynamic routes are frontend only routes, so they're not prerendered. However, Google seems to crawl with JS enabled, so they are still crawlable, I've heard this is done on the second pass. This link might be useful: https://searchengineland.com/tested-googlebot-crawls-javascript-heres-learned-220157
May 5, 2020 at 2:22pm
Thanks