Content type issue

Before analyzing a web page, our robot checks that it’s definitely a HTML page. 

The content type of a page is stated in the HTTP Content-Type header.

To be able to be analyzed, this header must be:

Content-Type: text/html

Click here to access the MDN documentation.