Error Line 5, Column 52: Using the meta element to specify the document-wide default language is obsolete. Consider specifying the language on the root element instead. <meta http-equiv="content-language" content="en" />Error Line 7, Column 46: Bad value distribution for attribute name on element meta: Keyword distribution is not registered. <meta name="distribution" content="global" />Syntax of metadata name: A metadata name listed in the HTML specification or listed in the WHATWG wiki. You can register metadata names on the WHATWG wiki yourself.
Line 86: $this->meta['http-equiv']['content-language'] = $eLang->getinfo('LANGUAGE');Line 88: $this->meta['standard']['distribution'] = 'global';