79260579

Date: 2024-12-07 12:24:05
Score: 1.5
Natty:
Report link

You can remove the second Person definition because it's already linked to this itemtype via the same itemid:

<div itemtype="https://schema.org/Person" itemscope="" itemid="https://website.com/name/#profile">
    <meta itemprop="name" content="MyName">
</div>
<div itemtype="https://schema.org/ImageObject" itemscope="">
    <link itemprop="url" href="https://website.com/img.jpg">
    <meta itemprop="creator" itemid="https://website.com/name/#profile" itemscope="">
</div>

Schema validation screenshot

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Cmastris