I want to show list of products (lets say 20 products). Part of the sites say that is the right way:
<div> <Section> <H2>{prod.title}</H2> <p>content contenet content...</p> </section> <Section> <H2>{prod.title}</H2> <p>content contenet content...</p> <section> ///////////ETC........ </div>
The other part say that section is need to wrap all the list , something like above but replace the div with the sections tags
and by the way one more question - - > its a Good thought to wrap every component with main
tag Even if the tag isn't necessary?
i use next js
https://stackoverflow.com/questions/65545294/right-seo-html-tags-for-list-item January 03, 2021 at 07:44AM
没有评论:
发表评论