Mobile app version of vmapp.org
Login or Join
Martha676

: What Schema.org should be used for user profiles? I might be taking this a little too far outside of the box, but I'm curious about what Schema.org type to use for a user-profile on my site.

@Martha676

Posted in: #SchemaOrg #Users

I might be taking this a little too far outside of the box, but I'm curious about what Schema.org type to use for a user-profile on my site.

On the front page for instance (http://www.findgamers.us), a random gamer profile loads every time the page is loaded.

Would I use the Person type to make that structured data?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Martha676

1 Comments

Sorted by latest first Latest Oldest Best

 

@Ann8826881

Yes, you could use the Person type.

For a dedicated user profile page (i.e., one user per page), you could use the ProfilePage type:

<body itemscope itemtype="http://schema.org/ProfilePage">

<div itemprop="about mainEntity" itemscope itemtype="http://schema.org/Person">
</div>

</body>

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme