Blog is not a known valid target type for the mainContentOfPage property.
I have tried many optins to set mainContentOfPage
property on http://www.thecreativedev.com
I have
<div itemprop="mainContentOfPage" itemscope="itemscope" itemtype="http://schema.org/Blog"> --> This is outside the loop
<div itemscope="itemscope" itemtype="http://schema.org/BlogPosting" itemprop="blogPost"> --> This is in loop
But no solution worked. I tried solution provided on Best way to markup "mainContentOfPage"?
Anyone can help me in this?