Show HN: Renderproxy – Make your app crawlable without a line of code
1–9 of 9 posts
Re: Show HN: Renderproxy – Make your app crawlable without a line of code
#2Looking online, I was hoping to find something like Renderproxy, but all the solutions I found required me to run my own server, or switch hosting providers. We ended up implementing our own custom solution.
With this solution, all you need to do is sign up for Renderproxy, and change your DNS settings.
Re: Show HN: Renderproxy – Make your app crawlable without a line of code
#3Re: Show HN: Renderproxy – Make your app crawlable without a line of code
#4Re: Show HN: Renderproxy – Make your app crawlable without a line of code
#5Great idea, it can be a real hassle to set up SSR. Is there a chance that it would be considered cloaking by Google, because you're serving a page from a different IP to the crawler?
https://developers.google.com/search/docs/guides/dynamic-ren...
Re: Show HN: Renderproxy – Make your app crawlable without a line of code
#6Re: Show HN: Renderproxy – Make your app crawlable without a line of code
#7Great idea, it can be a real hassle to set up SSR. Is there a chance that it would be considered cloaking by Google, because you're serving a page from a different IP to the crawler?
According to Google, as long you're being honest it's not considered cloaking. https://developers.google.com/search/docs/guides/dynamic-ren...
Re: Show HN: Renderproxy – Make your app crawlable without a line of code
#8Earlier quoted context omitted.
According to Google, as long you're being honest it's not considered cloaking. https://developers.google.com/search/docs/guides/dynamic-ren...
Sounds reasonable. Have you seen results yet in terms of SEO performance with your company's page?
Re: Show HN: Renderproxy – Make your app crawlable without a line of code
#9Earlier quoted context omitted.
Sounds reasonable. Have you seen results yet in terms of SEO performance with your company's page?
Yea especially when you're using things like https://github.com/nfl/react-helmet to set meta tags in JS --it's not going to work unless you're using something like this. The descriptions and titles for our pages started showing up in google after implementing dynamic rendering, and our rankings seemed improved as well.