1 Answers1

1

The error message refers to resources which are either disallowed for crawling, or can't be accessed, but are deemed important for the page structure. In this case it's the former.

At https://graph.facebook.com/robots.txt it's currently showing:

User-agent: *
Disallow: /

To work around this, you would either convince Facebook to remove the disallow line so clients can access those resources, or you could modify the app so it relies less on the roboted (disallowed) resources.

methode
  • 5,348
  • 2
  • 31
  • 42