I am trying to create a Dynamic Rendering Example with "Prerender.cloud" service. I took an prerendered version of my URL.
I may put the code structure here but it is not the problem.
a) I purified the CSS. b) I deleted all unnecessary codes and resources. c) I changed the resource order/organisation for better speed. d) Optimised the Images. e) Reduced the request size. f) Reduced the page size.
I increased page speed mostly 3 seconds and decreased the size %200.
But the main problem is here:
I have a rootdomain.com/example-dynamic-rendering page. This is the original page. I want to serve this to the client.
And also, I have my prerendered example and I wonder how can I serve this static HTML page to the Search Engine User-Agents from same URL?
Do you have any idea or code for this task?
Plese help.