Mobile app version of vmapp.org
Login or Join
Gonzalez347

: Combine microdata to optimize website - Is combining OK? I have an SEO question, I can't find out if it's OK, that's reason why I ask. I defined my breadcrumb from main navi with help from

@Gonzalez347

Posted in: #Html5 #Microdata

I have an SEO question, I can't find out if it's OK, that's reason why I ask.

I defined my breadcrumb from main navi with help from Rich Snippets – Breadcrumbs, by using its "data-vocabulary". Is this OK if I use the shema.org website structure?

My structure is like this:

<body itemscope itemtype="http://schema.org/WebPage">
<header itemscope itemtype="http://schema.org/WPHeader">
<ul>
<li itemscope itemtype="http://data-vocabulary.org/Breadcrumb"><a itemprop="url" href=""><span itemprop="title">linktext</span></a></li>
</ul>
</header>
</body>

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Gonzalez347

1 Comments

Sorted by latest first Latest Oldest Best

 

@Shanna517

Yes, you may use different vocabularies (like Schema.org and Data-Vocabulary.org) in the same document.

Microdata (in contrast to RDFa) has rather limited support for mixed vocabulary use for the same content, so if you decide to use Schema.org’s BreadcrumbList together with Data-Vocabulary.org’s Breadcrumb in the future, you would have to duplicate your content.
With RDFa, you could easily use both vocabularies for the very same content.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme