Google Won't Index My Site Due to Netlify Server Errors!

When did pre-rendering become SSR? Those are 2 different features from what I know. @HakanSungur, you seem to be confusing yourself (and others) with your mixed usage of these features.

To recap here:

You’re not using SSR. You’re using prerendering. The latter is not working and we don’t expect it to change any time soon. It’s a beta service and doesn’t match our production standards. With so many modern frameworks providing SSR and preredering out of the box, changing our feature is currently not a priority.

Solutions:

  • Switch to 3rd party prerendering as mentioned before OR
  • Switch to SSR using Next.js or Gatsby which will generate static output
2 Likes