Add a title attribute to the <iframe>
element
Engine scans the page for visible <iframe>
elements with no title attribute
The title attribute of the iframe element describes its contents. This provides a label so users can determine which iframe to enter and explore in detail
<frame src="/example_"nav.html" title="menu" />