Forum Moderators: phranque
Here is an example, A jr. sport team has three age group levels.
Let say I want to link the league standings and the playoff schedule so I create a list.
<ul>
<li>Atom</li>
<ul>
<li>
<a href="">2008 standings</a>
</li>
<li>
<a href="">playoff schedule</a>
</ul>
<li>PeeWee</li>
<ul>
<li>
<a href="">2008 standings</a>
</li>
<li>
<a href="">playoff schedule</a>
</ul>
<li>Bantom</li>
<ul>
<li>
<a href="">2008 standings</a>
</li>
<li>
<a href="">playoff schedule</a>
</ul>
<li>
</ul>
Which will look like this:
-Atom
..*2008 Standings
..*Playoff Schedule
-PeeWee
..*2008 Standings
..*Playoff Schedule
-Bantom
..*2008 Standings
..*Playoff Schedule
When indexed will it see that the nested items belong to their parent and associate them as such or will it see duplicate content?
Just wondering how nested lists get indexed, do items nested get associated somehow to their parent?
That said, assuming that the "2008 Standings" and "Playoff Schedule" pages for each division lead to different content I really can't see where there would be a dupe issue. Also, what about the page titles? I assume they read something along the lines of "Atom Division 2008 Standings," "Pee Wee Division Playoff Schedule," etc., so that is what will be indexed, no?