Each section of content should begin with a heading tag (H1, H2, H3), but this page has no heading tags. 
   Line 1  WCAG2 AAA 2.4.10
        Divide the content with headings so that the top level heading is H1, sub-headings are H2 and so on. Use CSS style rules to change heading font styles if needed.  
 This page has no privacy policy. If your web server logs visits, then every page reachable by a search engine should have a privacy policy explaining what is logged and how the logs are used. 
   Line 1  EU Privacy Regulations
        A well-written description tag attracts more clicks in search results than 
			an irrelevant or missing description.  
 Provide a search option on each page of content-rich web sites. 
   Line 1  Usability.gov 17:4
        A search option should be provided on all pages where it may be useful - users should not have to return to the homepage to conduct a search. Search engines can be helpful on content-rich web sites, but do not add value on other types of sites.  
 Do not create or direct users into pages that have no navigational options. No links out of these pages found. 
   Line 1  Usability.gov 7:1
        
			Many web pages contain links that open new browser windows. When these browser windows open, 
			the Back button is disabled, and if the new window opens full-screen, users may not realize 
			that a new window has appeared, and become frustrated because they cannot press Back.
			Popup windows should contain a prominent control that closes the window.
		  
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Use the LANG attribute to identify the language of the page. 
   Line 2  WCAG2 A 3.1.1
        In HTML add a LANG attribute to the HTML tag, and in PDF set the language using Document Properties in Acrobat. This allows screen readers to pronounce words correctly.  
 <html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Bobotoh On The Net</title>
</head>
This page has no H1 tag, which violates Bing webmaster guidelines. 
   Line 8  Bing
        Add an H1 tag just before the main content describing the page.  
 <body>
<div align="center"><img src="underbotn.png" alt="botn" width="643" height="532" align="middle" /></div>
</body>
</html>