Should i use "Webpage" or "Article" or i can use both of them simultaneously? #1208

Open
zenyaz opened this Issue Jun 15, 2016 · 0 comments

1 participant

@zenyaz

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment