Using Schema.org, I would like search engines to read the breadcrumbs of my articles.
However, BreadcrumbList
is part of a WebPage
but not a part of an Article
.
I can add a WebPage
object to each article, but it seems a bit redundant and I'm not sure how search engines would treat it.
What is a right way of implementing both breadcrumb and article objects?
Real life examples would be great.