Two identical lists with the same sets of links in each list

TurboCharge

Junior Member
Joined
Dec 5, 2017
Messages
128
Reaction score
51
If I have two unordered lists, one that I plan to show on mobile and one on desktop. I hide respective list with CSS if the user's not browsing on the platform it's intended for. Eg ul.desktop will be displayed if desktop and ul.mobile if on mobile.

What are the rules regarding this SEO-wise?

Each list will contain 20 links to different pages on my website. So my page will have 2 lists with the same set of 20 links.

Is this bad SEO-wise?

The reason I can't have one list that I just modify CSS-wise depending on the platform is because I actually plan to have a select field on mobile and an unordered list on desktop. So I can't change the ul to a select depending on the platform

Thoughts on this?
 
Back
Top