Martinus33
Member
- Joined
- Jul 3, 2019
- Messages
- 11
- Reaction score
- 1
Hi,
may be here are some schema experts.
I'm just creating the schema markup for my aboutme-page. It has the Aboutpage- and the Person-item as basic structure:
"@type": "Person",
"mainEntityOfPage": {
"@type": "AboutPage"
On my aboutme-page I mention several references. Some of them are linked externally (article on other site, book on Amazon) and some are digital documents on my server as .jpg (legal permission, confirmation for completed course at school, newspaper article about public seminar, article in a print magazine).
Most of them can not be integrated on Person, but on AboutPage and one possible way here may be the mentions property, which offers broad usage possibilities as it can be used on CreativeWork (like AboutPage) and its value is Thing.
"@type": "AboutPage"
"mentions": ......
On schema.org mentions is defined as
Now my question:
What is the point and sense of this property as it seems to comprehend almost everything, which
- can be represented by any schema entity and
- is just mentioned on the page?
Why then does nobody use it?
On the one hand I'm glad that mentions exists, because it lets me integrate my personal job qualifications in my schema markup with AboutPage (o.k., with Person would be better...). On the other hand I feel a bit unsafe using it. Do I understand something wrong?
Martinus33
may be here are some schema experts.
I'm just creating the schema markup for my aboutme-page. It has the Aboutpage- and the Person-item as basic structure:
"@type": "Person",
"mainEntityOfPage": {
"@type": "AboutPage"
On my aboutme-page I mention several references. Some of them are linked externally (article on other site, book on Amazon) and some are digital documents on my server as .jpg (legal permission, confirmation for completed course at school, newspaper article about public seminar, article in a print magazine).
Most of them can not be integrated on Person, but on AboutPage and one possible way here may be the mentions property, which offers broad usage possibilities as it can be used on CreativeWork (like AboutPage) and its value is Thing.
"@type": "AboutPage"
"mentions": ......
On schema.org mentions is defined as
"Reference" seems to be meant in a very common sense, not only in the sense of qualification, but including it.Indicates that the CreativeWork contains a reference to, but is not necessarily about a concept.
Now my question:
What is the point and sense of this property as it seems to comprehend almost everything, which
- can be represented by any schema entity and
- is just mentioned on the page?
Why then does nobody use it?
On the one hand I'm glad that mentions exists, because it lets me integrate my personal job qualifications in my schema markup with AboutPage (o.k., with Person would be better...). On the other hand I feel a bit unsafe using it. Do I understand something wrong?
Martinus33
Last edited: