For example i have information article about TeddyBears (8000 letters).
I want to use following scheme
WebPage {
WPHeader
<main itemprop="mainContentOfPage">
<article itemscope itemtype="http://schema.org/Article">
Text about TeddyBears
</article>
</main>
WPFooter
}
As you see i use both WebPage and Article entities.
Validator not show mistakes, but how search engine will understand my page?
Is it normally, or i must choose something one of them?
Or, by the way somewhere i must use "MainEntity" property. Where?
For example i have information article about TeddyBears (8000 letters).
I want to use following scheme
As you see i use both WebPage and Article entities.
Validator not show mistakes, but how search engine will understand my page?
Is it normally, or i must choose something one of them?
Or, by the way somewhere i must use "MainEntity" property. Where?