sameAs schema

WebPirate

Registered Member
Joined
Jan 11, 2018
Messages
61
Reaction score
15
Hi,

So i found a weird thing on one of my competitors website. They are using in their 'sameAs' schema the name of a competitor. Do you think it's an error, or would this be added purpose. Positive or negative consequences?

It is normally used to refer to your e.g. social media accounts. Does it pass linkjuice? I can't find very much info about this.

Code:
 {
            "@context":"https://schema.org/",
            "@type":"Organization",
            "name":"domain.com",
            "url":"https://www.domain.com/",
            "logo":"https://www.domain.com/wp-content/themes/domain/images/logo.png",
            "sameAs":["https://www.facebook.com/domain/", "https://twitter.com/domainl", "https://www.competitor.com"] </head>
 
I think they copied from that competitor and they have not edited properly or is the same owner on both sites and same copied and forgot to edit properly!
 
Back
Top