I have an index page, which consists of the content name, which is the url to the actual content.
And in a element under it a longer description.
Is there a way to associate this longer description to the link (for SEO) or may be it is not needed, as search engines will know this due to the content itself?
html for example
<dl>
<dt><a href="fdsfsdf">the title</a></dt>
<dd> a longer description of this content..............</dd>
</dl>