How to handle a Person with a username and an optional real name #3459
Unanswered
karptonite
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I have been using Having said that, there is a discussion going on about adding |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm adding microdata for a forum where we have People who all have a username, and also, optionally, a real name (family and given). I'm a bit stumped about what to use for
name
. Right now, I'm using the real name if they have one, and the username if they don't, but mixing data like that is pretty icky. Alternatively, I could always useusername
for the name, and then usefamilyName
andgivenName
for the Real name, when available, but I don't know that saying that a person'sname
is their username is really the right approach either. Any thoughts?Beta Was this translation helpful? Give feedback.
All reactions