SSR - Waiviogit/waivio GitHub Wiki
In the SSR version for search bots, we use a list of trusted sites — these are link objects on Waivio.
If a link in a post or comment is not from one of these trusted sites, the link will be removed (i.e., rendered empty).
There is a 3-day cache for these safety SSR requests.
Additional information
- [bots / ssr] Allow search engines to index only links to trusted websites in posts and comments; all other links will be removed from the page source served to bots. #7626 #7621
- Contracts are requested during SSR page generation. #8003
- Change redirect from 302 to 301 for search bots #7256