In order to help with crawling, indexing and page performance, we'd like to request adding server side rendering to the entire page load. We've seen more content get added to the SSR over the last couple months, but there are still some areas that need to be rendered SSR. Here is the list of areas:
  • Siderail navigation is still not seen in the source-code (copy + ahref targets)
  • Table of content links are missing
  • Pagination isn’t working (specifically when you click on the links), since it’s not ahref links – seems to be on the client.
  • Main navigation is hidden by the filter bar
The expected outcome is to have all of these modules be rendered in the source code and loaded in the DOM. This will help SEO tremendously and help improve the user experience.