the company developed the official website before, but did not consider the problem of seo at that time, but directly used the react+antd framework. Excuse me, do you have any other solutions besides server rendering?
the company developed the official website before, but did not consider the problem of seo at that time, but directly used the react+antd framework. Excuse me, do you have any other solutions besides server rendering?
also has pre-rendering, which is compiled directly into static HTML, which is suitable for simple display pages that do not need to interact with the backend.
static pages are generated by pre-rendering
I used phantomjs
three years ago. You also need to do some processing on the java
side.
you look online for phantomjs
how to do SEO
.