Content Permissions Validator Exception?
Content Permissions Validator Exception?
Posted on: Thu, 03/26/2009 - 08:39
When processing the following URL:
http://news.google.com/news/url?sa=T&ct=us/2-0&fd=R&url=http://www.bloomberg.com/apps/news%3Fpid%3D20601068%26sid%3DamWount.ezqk%26refer%3Dhome&cid=1319023909&ei=K2HLSdPGMoecMpCp0L8M&usg=AFQjCNHOPoxYZ9AWVlS42Rv4QGMgDHUOKw
Which is obviously a google news redirect, I get the following error.
Content Permissions Validator Exception ! Domain: news.google.com Disallows: /news
What does this mean? Why do I get this? And is the only way around this problem to extract the destination URL from the query string and submit that? Or is there a better way? (I'm doing my processing automatically off of RSS feeds)
Thanks,
Frank
Trackback URL for this post:
http://www.opencalais.com/trackback/18883

Hi Frank,
We comply with robots.txt and meet this robots.txt contract for every site. Unfortunately Google do not permit robots to read their news.
Look at:
Thanks,
Ofer
I see. Thank you Ofer, better to abide than be banned.
I guess I will have to invent a few patterns to help me extract the source URL and request it directly via SP. Thanks for the crystal clear explanation.