mnoGoSearch HTML parser

Tag parser

The tag parser understands these tag attribute notations:

HTML entities

indexer understands the following special HTML characters:

META tags

mnoGoSearch HTML parser currently understands the following special META tags. Note that HTTP-EQUIV and PROPERTY are also understood instead of NAME in all entries:


<meta name="Content-Type" content="text/html; charset=utf-8">
<meta property="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

Links

mnoGoSearch HTML parser collects links from these tags:

The links having the rel="nofollow" attribute are ignored by mnoGoSearch.

Example:


<a href="http://site/" rel="nofollow">

Comments