Asked by Afron on Dec 12, 2024
Afron noticed that the standard HubSpot search results page template (`search-results.html`) seems to render results using JavaScript and is concerned this might be bad for SEO. He asks if server-side rendering is possible or necessary.
Answered by Aleksandar Perisic
Aleksandar clarifies that JavaScript rendering for search results pages is generally acceptable from an SEO perspective. These pages are dynamic, typically not intended for direct indexing (often excluded via robots.txt or noindex), and the results themselves link to the actual, indexable content pages.