GRAPHICAL MENU
A graphical menu is a navigation structure based on graphics as navigation (menu) links, rather than text as links (see TextLink for a discussion of text links). Because search engines can't read keywords embedded in graphics, text-based menus are considered better to use for SearchEngineOptimization purposes.
A sample text link menu would look like this:
Code
<center><a href="http://www.searchenginecollege.com">SEC Home</a> <br \><a href="http://www.searchenginecollege.com/courses/">SEC Courses</a>
Rendered
SEC Courses
A sample graphical link menu would look like this:
Code
<center><a href="http://www.searchenginecollege.com"> <img src="http://www.searchenginewiki.com/seo101-files/sec-home-link-example.jpg"> </a><br \><a href="http://www.searchenginecollege.com/courses/"> <img src="http://www.searchenginewiki.com/seo101-files/sec-courses-link-example.jpg"> </a>
Rendered

Note that the examples above do not include AltImgAttributes and other code (which they would generally have) because that code is not necessary to illustrate a graphical menu.
Categories
CategoryGlossary
PageStatus: OpenPage
There are no comments on this page. [Add comment]