I've discovered a bunch of 404 errors in GWT that are pointing to JFBConnect.
The links showing the 404 error are all the following:
www.domain.com/component/option,com_jfbc...k,loginFacebookUser/
The script is:
var jfbcLogoutFacebook = true;
var jfbcBase = '
www.domain.com/';
var jfbcOptionsPermsUrl = '
www.domain.com/component/option,com_jfbc...k,loginFacebookUser/';
var jfbcRequiredPermissions = 'email,publish_stream,user_events,user_hometown,user_website,sms';
Strange that everything is running fine except for the 404 errors on GWT. I blocked them for now with robots.txt, but something is amiss? "component" should be "components" I suppose?
Please advise.
Thanks,