Find us at BrightonSEO 25/26 April - STAND 18! Fill your swag bag!

Dealing with Front-end issues?

Crawl your website with Sitebulb for 300+ tech SEO checks

Try for Free

This Hint has been deprecated, and we no longer consider it best practice. In order to get the most accurate audit results from Sitebulb, please ensure you update to the latest version.

Low This Hint is of the lowest significance, and should only be addressed if there are not more serious issues which have not been handled. Issue This Hint represents an error or problem that needs to be fixed.

Document compatibility mode meta position invalid

This means that the URL in question has the document compatibility mode set too low in the <head>.

Why is this important?

Document compatibility determines how Internet Explorer renders your web page and how the JavaScript will work, and allows you to temporarily tell Internet Explorer to display a page or website in a document mode used by a previous version of the browser.

The document compatibility mode can be set in the <head> and in HTTP headers. If it is set in the <head>, the meta tag should be included before the <title> and the other <meta> tags to ensure Internet Explorer is instructed what mode to use as early as possible.

What does the Hint check?

This Hint will trigger for any internal HTML URL which has document compatibility set too low in the <head>.

Examples that trigger this Hint:

The Hint would trigger for this URL if it appears below the <title> or other <meta> tags:

<!doctype html>
<html lang="en">
<head>
<title>example</title>
<meta http-equiv="X-UA-Compatible" content="IE=8">
...
</head>
<body>...</body>
</html>

How do you resolve this issue?

Adjust page templates so that the document compatibility mode meta position is above the <title> and other <meta> tags.

Sitebulb Desktop

Find, fix and communicate technical issues with easy visuals, in-depth insights, & prioritized recommendations across 300+ SEO issues.

  • Ideal for SEO professionals, consultants & marketing agencies.

Sitebulb Cloud

Get all the capability of Sitebulb Desktop, accessible via your web browser. Crawl at scale without project, crawl credit, or machine limits.

  • Perfect for collaboration, remote teams & extreme scale.