-
AuthorPosts
-
August 11, 2017 at 10:27 pm #837668
Hi
Googles test-tool for structured data returns an error for my blogpage.main class='content av-content-small alpha units' role="main" itemprop="mainContentOfPage" itemscope="itemscope" itemtype="https://schema.org/Blog" ><article class='post-entry post-entry-type-standard post-entry-13971 post-loop-1 post-parity-odd single-small with-slider post-13971 post type-post status-publish format-standard has-post-thumbnail hentry category-newsfeed' itemscope="itemscope" itemtype="https://schema.org/BlogPosting" itemprop="blogPost" >
If I delete itemprop=”mainContentOfPage” from that source, the test is positive. How can I solve that? I’m using Enfold 4.0.7.
Thanks for help
filz51- This topic was modified 7 years, 3 months ago by filz51.
August 15, 2017 at 8:46 pm #839572Hey filz51,
But on the rest pages – and not the blog page, the maincontent works properly, right?
Best regards,
BasilisAugust 15, 2017 at 9:54 pm #839592Hi Basilis
I didn’t test all the pages but I think you are right. Only the blog page shows this error so far.
Kind regards, filz51
August 18, 2017 at 10:09 pm #841046Hi,
That is because the pages are created to work on that way and if you need to add the Blog element, you still add that element inside a page, so the way it works is, but the article will generate the proper schema.
Best regards,
BasilisAugust 21, 2017 at 11:31 pm #842268Hi Basilis
I’d like to add the Blog element inside the blog page. But how can I do this? I tried to add this:<div itemscope itemtype="http://schema.org/WebPage"> <section itemprop="mainEntity" itemscope itemtype="http://schema.org/Blog"></section></div>
But the error is still there. Please help.
Regards, filz51- This reply was modified 7 years, 3 months ago by filz51.
August 24, 2017 at 9:39 pm #843707Hi,
You cant change the schema with that way.
You would need to create a child theme, move the page.php file and the create an if statement, with the page ID, that can change the schema based on the page that is hosting the blog element.Best regards,
Basilis -
AuthorPosts
- You must be logged in to reply to this topic.