Schema Markup + Google Authorship ?
-
Hello MOOOoooOOzzz !
Oye one small innocent question. If I get it properly now we have to use schema.org. Ok fair enough.
But how do we use schema.org + Google Authorship ?
Is it going to be something like ?
[itemprop="href="https://plus.google.com/108179715370724871324?rel=author">Bob Smith](bob.html)What do you think ?
-
Hi,
Schema.org markup and authorship are two different things you can use separate from each other. In your HTML snippet it's definitely wrong as you can have an attribute within an attribute.
[Bob Smith](bob.html rel=)
This should be the right HTML snippet, where in bob.html you would link to Bobs Google Plus profile.
Hope this helps!
-
Exactly what I was looking for !