rrlevering
- Affected version
- latest or whatever is running on xenforo.com at the time of post
I just noticed in our (Google) systems that we're not giving the best error feedback for a problem that we have with Xenforo markup with regards to deleted/removed users. Right now Xenforo is producing:
in the Microdata markup when a user without a profile is found. This has the confusing effect of resolving the itemid to be empty string relative to the document URL which means it's the containing document URL. I think that's the correct interpretation or at least other implementations seem to do that as well. Anyway, that makes the guest author objects merge with the main post object which kinda jumbles things a bunch.
Anyway, if you could just leave off the itemid attribute when it's empty rather than put an empty string there, that would be more correct.
Cheers,
Ryan

HTML:
itemid=""
Anyway, if you could just leave off the itemid attribute when it's empty rather than put an empty string there, that would be more correct.
Cheers,
Ryan
