Is it a good idea SEO-wize to nest sections inside articles?
I'm wondering which is the best way to go about grouping inside my site
pages.
I'm using wordpress, by default it puts every page contents inside an tag.
In my "Services" page, I have different ones. I'm wondering whether it
would be a good idea to group them in section tags so the structure would
be:
<article>
<h1>services</h1>
<section>service 1</section>
<section>service 2</section>
<section>service 2</section>
</article>
Would this be good for SEO, or should I use a different structure?
No comments:
Post a Comment