html - How to mark an entire section as relevant to a link in html5 -


i have index page, consists of content name, url actual content.
, in element under longer description. there way associate longer description link (for seo) or may not needed, search engines know due content itself?
html example

<dl>   <dt><a href="fdsfsdf">the title</a></dt>   <dd> longer description of content..............</dd> </dl> 

the fact using definition list associate stuff in dt dd, more important seo purposes content on page linked has relevance "the title" in link.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -