List Items and SEO – The Complete HTML Reference Guide for SEO
By Traian Neacsu
Published on: June 6, 2011
e-Commerce Optimization, Internet Marketing, Search Engine Optimization (SEO)
2 Comments
HTML lists are semantic structures by definition and they can play an important role when a web document is analyzed for its relevancy against a search query. Since relevancy – along with page popularity (backlinks) and social signals – is strongly related to search engine rankings, it is important to understand how search engines analyze their content.
Lists can contain unordered information (UL), ordered information (OL) and definitions (DL, DD, DT tags). In HTML code this is how an ordered list might look like:
<ul>
<li>Unordered information
<li>Ordered information
<li>Definitions
</ul>
There … Continue Reading » List Items and SEO – The Complete HTML Reference Guide for SEO



