Not sure where or how you see the two top-level TLE's pointing to a different mainEntityOfPage?
Person
> mainEntityOfPage
> ProfilePage
Article
> about
> Person
> mainEntityOfPage
>ProfilePage
--
You received this message because you are subscribed to the Google Groups "Semantic Search Marketing" group.
To unsubscribe from this group and stop receiving emails from it, send an email to semantic-search-ma...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/semantic-search-marketing/15506f75-593f-4ab0-86d4-8dc3470132ca%40googlegroups.com.
<script type="application/ld+json">
{
"@context":"https://schema.org",
"@type":"Person",
"name":"John Doe",
"mainEntityOfPage":
{
"@id":"https://example.com/profiles/john-doe",
"@type":"ProfilePage"
},
"@reverse":
{
"author":
[
{
"@type":"Article",
"url":"https://example.com/article/some-article-1"
},
{
"@type":"Article",
"url":"https://example.com/article/some-article-2"
}
]
}
}
</script>
mainEntityOfPage | |
@type | ProfilePage |
lastReviewed | 2019-08-13T00:52:54-04:00 |
mainEntity | |
@type | Person |
@type | Person |
@id |
about | |
@type | Person |
@type | Person |
@id | |
name | Attorney One |
Something is wrong with my about and mainEntity?