The Science of Getting Traffic

  • Home
  • Features
  • Summaries
  • Courses
  • YouTube
  • Twitter
  • LinkedIn
  • Facebook
You are here: Home / Release / Release 4.5.4

Release 4.5.4

March 8, 2017 By Leslie Leave a Comment

Fix for Google News Sources

If you are using Google news for content feeds – even if you are running them through Inoreader – then this is an important update. The rejection filters in the version 10 MTurk workflows do not work with Google News URLs.  I explain the reason and provide the workflow additions to fix this problem in this 15 minute video.  Here is the script used in the video:

<#assign u=doc.url>
<#if u?starts_with("https://www.google.com/url")>
<#assign uu=LIB.getUrlUtil(u)>
<#assign url=uu.get("url")>
<#assign dumy = doc.setFeedItemUrl(url)>
<#assign newdom = LIB.getSoup(url)>
${newdom.html()}
<#else>
${doc.content}
</#if>

This 9 minute video shows how to fix Google News sourced documents that are in process in a v10 Reference Persona.  The script I use in the video is almost identical to the one above… all you have to do is duplicate it and change the first line to:

<#assign u=doc.custom2>

Contact support if you need help with this.

 

 

Related posts:

  1. Make Content Integral to Your Lead Generation
  2. Now Is the Time for Video Content
  3. How to Do Brand Storytelling in 3 Successful Ways
  4. How Small Businesses Can Do SEO in a Seasonal Business

Filed Under: Release

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Copyright © 2025 TRAFFIC SCIENCE INC | Privacy Policy