What is the purpose of meta tag MSSmartTagsPreventParsing?

asp.net, html, internet-explorer, seo, xhtml

Solution

It disables a feature that only appeared in the IE6 betas.

Problem

What does it do? is there any benefit to adding this in the `<head>` for all browsers? ``` <meta name="MSSmartTagsPreventParsing" content="true"> ```

Original source