Mobile app version of vmapp.org
Login or Join
LarsenBagley505

: What is the proper schema type for a personal portfolio I recently completed my personal portfolio that includes links to other web sites that I have designed and developed. I'm not sure what

@LarsenBagley505

Posted in: #SchemaOrg

I recently completed my personal portfolio that includes links to other web sites that I have designed and developed. I'm not sure what the proper schema type is here.

Creative Work was my first instinct
but this seems like it might be better geared towards an individual creative work, not a collection of them like is featured on my website. For example one of the websites I created was for an author to sell his book, and this clearly falls under this schema.

Person could also work but seems pretty generic.

Am I just overthinking this and really could choose either one of these and be fine? Ultimately I would like my website to show above my social media when people google my full name and I'm hoping that this will help.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @LarsenBagley505

1 Comments

Sorted by latest first Latest Oldest Best

 

@Ann8826881

You typically need multiple different entities for representing everything in structured data.

You are a Person.

The page where you list your works could be a CollectionPage. You could specify the Person as author (and any other applicable property, like publisher etc.).

Every work which you created would be a CreativeWork, but typically a more specific type, of course (like WebSite). Again, you list the Person item as author or whichever property is applicable. (In case of website development, it seems to be problematic to differentiate between the author of the site (i.e., the development) and the author of the content.)

To connect the CollectionPage and each created CreativeWork, you could either use the hasPart property, or you could add an ItemList via mainEntity.



That said, this structured data doesn’t necessarily lead to any user-visible feature in Google Search. For those user-visible search features, Google lists in their documentation which types and properties are required.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme