I have read the FAQs and checked for similar issues: Yes
The Webmaster Tools report a 502 for this URL: from this page:
As seen in the source for that page, the above 'url' appears in the middle of a concatenated JavaScript string:
var img_src = 'data:image/jpeg;base64,' + '/9j/4AAQSkZJRgABAgAAZABkAAD/7AARRHVja3kAAQAEAAAAHgAA/+4AIUFkb2JlAGTAAAAAAQMAEAMCAwYAAAOzAAAG2AAADSL/' + '/9oACAEDAAEFAM/7xixk59QwxkZ1OcHCPC/qBgQnBGRhXJBxnc5ziePxGfi5xTxkn7eD+IVDsIeG8AOi9Si8yMc7HOOcQ9WDdsaM' + 'iW80Id/a6kf7tqkhxgaFA9t3MJH+3I6Jj8smQcfCUjQAOTsVy7aLwAEBLbpz+IVea1Kk4qN7tr2qE/RsQV//2Q==';
I assume that I can ignore this 404, but I wonder if anything further needs to be done about this (towards getting the crawler fixed). |