Sıralama şu şekilde oluyor. Kodlardan da anlaşılan şu aslında; mainEntityOfPage alanı header, footer ve sidebarlar dışında kalan, sayfaya ait temel nesnelerin olduğu bölümden oluşuyor. Örnek olsun diye article örneği verdim, kendi ihtiyacınıza göre ayarlarsınız.
<head itemscope="" itemtype="http://schema.org/WebSite">
</head>
<body itemtype="http://schema.org/WebPage">
<div itemscope="" itemtype="http://schema.org/Blog">
<div class="sidebar-sol" itemscope="" itemtype="http://schema.org/WPSideBar"></div>
<div class="orta-alan" itemprop="mainEntityOfPage">
<article itemtype="http://schema.org/BlogPosting">
buradan sonrası içerik ile ilgili ayarlar image url author description content vs...
</article>
</div>
<div class="sidebar-sag" itemscope="" itemtype="http://schema.org/WPSideBar"></div>
</div>
</body>