Skip to content

SEO friendly URL with SSR-pages - how to? #171

Answered by Vadorequest
7iomka asked this question in Q&A
Discussion options

You must be logged in to vote

It is not very clear how SSG will solve the problem with url friendly?

@GTOsss SSG with fallback allows you to build "on-the-fly" pages, coupled with "catch-all" page pattern, it can be used to build pages based on any number of inputs.

But, SSG/SSR isn't really the question at this point. Both can be used as @samuelcastro mentioned. I'd personally go for SSG with revalidate, so that the previously built page is used while the new version is getting built. It's indeed faster (better SEO score) and even if your product changes on the admin panel, it'd update the page at the next page generation. But, in the end you can use either, it's just a matter of choices and constraints. (does the …

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@7iomka
Comment options

@Vadorequest
Comment options

Answer selected by Vadorequest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants
Converted from issue

This discussion was converted from issue #171 on September 25, 2020 10:13.