Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the purpose of meta tag MSSmartTagsPreventParsing?

What does it do? is there any benefit to adding this in the <head> for all browsers?

<meta name="MSSmartTagsPreventParsing" content="true"> 
like image 671
Jitendra Vyas Avatar asked Jan 30 '10 08:01

Jitendra Vyas


People also ask

What is the purpose of meta tag in HTML?

The <meta> tag defines metadata about an HTML document. Metadata is data (information) about data. <meta> tags always go inside the <head> element, and are typically used to specify character set, page description, keywords, author of the document, and viewport settings.

What is meta tag how it is useful by search engine?

Meta tags are snippets of code that tell search engines important information about your web page, such as how they should display it in search results. They also tell web browsers how to display it to visitors. Every web page has meta tags, but they're only visible in the HTML code.

How do I add meta tags to Google Search?

If you want to add a meta tag to your website, search for instructions about modifying the <head> of your page on your CMS (for example, search for "wix add meta tags"). Use this tag to provide a short description of the page. In some situations, this description is used in the snippet shown in search results.


1 Answers

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

like image 196
Quentin Avatar answered Sep 20 '22 19:09

Quentin