Skip to content

Conversation

@ShaiMagal
Copy link

FB is using public websites for AI training:
XXX 57.141.0.13 - - [28/Nov/2024:12:03:57 +0100] "GET /?fbclid=XXXXXXXXXXXXXXX HTTP/2.0" 200 285 "-" "meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)"

user agent "meta-externalagent" - so we should block this.

This is confirmed by FB:
https://developers.facebook.com/docs/sharing/webmasters/web-crawlers

image

@giterlizzi
Copy link

To enable the "meta-externalagent" rule is necessary remove (or change) this rule:

BrowserMatchNoCase "(?:\b)developers.facebook.com(?:\b)" good_bot

@ShaiMagal
Copy link
Author

@giterlizzi How you recommend to edit this correctly?
BrowserMatchNoCase "(?:\b)developers.facebook.com(?:\b)" good_bot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants