Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
add support for google adsense user agents
  • Loading branch information
nitishmittal17 authored Jan 19, 2019
commit 4f0dba0eec248f10cf3bb166270ec24d0e39ce01
5 changes: 4 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,10 @@ prerender.crawlerUserAgents = [
'Qwantify',
'pinterestbot',
'Bitrix link preview',
'XING-contenttabreceiver'
'XING-contenttabreceiver',
'Mediapartners-Google',
'AdsBot-Google-Mobile',
'AdsBot-Google'
];


Expand Down