html5 - <aside> tag before or after main content -


i have following snippet of html product list page:

<section>     <aside class="pull-left">         sidebar     </aside>      <div class="pull-right">         <article>             product         </article>          <article>             product         </article>     </div> </section> 

there lot of html before create header , navigation menu

as can see, <aside> before main part of content (but after stuff header , navbar). positioning hurt seo? should put <aside> after list of products improve rankings, or not matter semantically <aside> tag suplemental piece of content?

the standard practice place important parts of page high possible on html document. in case, sidebar should placed after product listings. read this tutorial more info.


Comments

Popular posts from this blog

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -