I want to have navigation on my website, which also appears as navigation information in google search results.
This is not a problem, just working with microdata, as shown here: https://support.google.com/webmasters/answer/185417?hl=en
And check if it works with: http://www.google.com/webmasters/tools/richsnippets
Now everything works fine, but now I noticed that data-vocabulary.org, which is used in the Google microdata example, is deprecated, and schema.org is the new standard.
And the problem is, this schema.org is not working.
I used this answer in Google Webmaster Tools Richsnippets and linter.structured-data.org. Google Richsnippets doesn't understand this 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 the whole schema.org schema is very confusing and doesn't seem to work.
Someone I'm doing wrong?
source share