I want to have a breadcrumb navigation on my website which is also shown as breadcrumb navigation in the google search results.
That's no problem, just working with microdata as seen here: https://support.google.com/webmasters/answer/185417?hl=en
And checking if it works with: http://www.google.com/webmasters/tools/richsnippets
so everything works fine right now, but now I noticed that data-vocabulary.org which is used in the google microdata example is outdated and schema.org is the new standard.
And there comes the problem, this schema.org isn't working.
I used a this answer in Google Webmaster Tools Richsnippets and linter.structured-data.org. Google Richsnippets doesn't understand it and Linter prints:
Errors
ArgumentError: invalid byte sequence in US-ASCII
Structured data
The data did not match any templates on file. Submit a request to the mailing list to request support for additional templates.
No formats detected.
Parser statistics
RDF::Microdata::Reader: 8 statements
Matched Templates: none
So that whole schema.org is very confusing and seems not to work.
Someone ones what I'm doing wrong?