You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With this example, when a visitor navigates to either `<Magento store URL>/contact` or `<Magento store URL>/privacy-policy-cookie-restriction-mode`, they will land on a page rendered by Magento instead of the storefront application.
38
41
42
+
### Prerender.io Configuration
43
+
44
+
[Prerender.io][] support in the upward-connector module allows your site to send prerendered static html to search bots.
45
+
46
+
A middleware layer checks each request to see if it comes from a crawler and if allowed, sends it to the prerender service.
47
+
These configuration entries let you configure which pages to send to Prerender.io to serve the static HTML versions of that page.
48
+
If a page is not configured for prerendering, the request continues using the normal server routes.
0 commit comments