| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Since we remove <script> tags from the page and I know some of those check for the ad tracking script to approve ads, I'd want to be really careful here about adding those. 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? |
Sorry, something went wrong.
|
That's a good point, if that's true that you are removing <scripts> just adding User-agent: Mediapartners-Google probably would not solve the crawling issue with AdSense. 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? |
Sorry, something went wrong.
beware of: prerender#170 test only on typewizz.com
My site couldn't be approved by AdSense, because of the error no valuable content. 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 <script> tags removed. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Added support for google adsense user agents. Fix for issue - #167