Hello everyone.
Has anyone ever had an issues getting the funnelback spider to work with google tag manager snippets?
Precisely, we're seeing an issue on one of our pages where the spider doesn't seem to know what to do with the src element of the javascript.
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=CODE"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','CODE');</script>
What happens is we start seeing errors of the spider trying to access URL's like http://oursite.co.uk/courses/courseid/gtm.start and oursite.co.uk/courses/courseid/gtm.js when the spider is crawling oursite.co.uk/courses/courseid/
It doesn't happen using a browser and browsing to oursite.co.uk/courses/courseid/
Anyone got any ideas?