Uh oh!
There was an error while loading. Please reload this page.
add support for google adsense user agents - #170
Conversation
thoop
commented
Mar 28, 2019
Since we remove We haven't heard of any issues caused by not having those user agents being checked in the middleware. Did you experience any issues there? |
That's a good point, if that's true that you are removing <scripts> just adding As they wrote here: https://support.google.com/adsense/answer/99376?hl=en&ref_topic=1348129
It seems to me, that AdSense will not work properly - Adsense crawler will not be able to crawl a website rendered with client-side JavaScript framework (e.g. Angular, Meteor with Blaze). Do you guys have some ideas? Maybe create a special way how to handle AdSense crawler in prerender? |
beware of: prerender#170 test only on typewizz.com
My site couldn't be approved by AdSense, because of the error Only after I add those user agents to prerender-node, and triggered the review process again my site was approved. It's a good point with having those |

Added support for google adsense user agents. Fix for issue - #167