Before the HTML tag, there is this code
<code>
<$mt:Var name="entries_per_page" value="10"$>

<mt:SetVarBlock name="search_link">
<$mt:CGIPath$><$mt:SearchScript$>?IncludeBlogs=<$mt:BlogID$>
&template_id=<$mt:BuildTemplateID$>
&limit=<$mt:Var name="entries_per_page"$>
&archive_type=Index
&page=
</mt:SetVarBlock>

<$mt:Var name="search_link" strip="" trim="1" encode_html="1" setvar="search_link"$>
</code>

Then the HTML tag is changed to
<code>
<html lang="<$mt:BlogLanguage$>" itemscope itemtype="http://schema.org/Blog">
</code>
It seems logical to change ''Blog'' above into ''Website'' for a website page as it is a valid type.\\
