Question about the existing schema.org on the website

Hello

I recently added the Schema.org code directly to my website and found that there are already some schema codes.

For example, https://propel-the-world.com/collections/all/products/save-animal-shirts?variant=4235148794285 already has the following code inserted.

{
  "@context": "http://schema.org",
  "@type": "Organization",
  "name": "PROPEL","logo": "https:\/\/propel-the-world.com\/cdn\/shop\/files\/PROPEL_1000x.png?v=1680700691","sameAs": [
    null,
    null,
    null,
    null,
    null,
    null,
    null
  ],
  "url": "https:\/\/propel-the-world.com"
}

I wonder if these codes were automatically inserted by Shopify. If so, please let me know how to change it.

FYI, I’m currently using a paid theme.

Also, is multiple schema.org good for the website or SEO?

Thanks

Hi @propel

This schema code is added by your theme developer. You can try to find that JSON-LD code at the bottom of your product.liquid or main-product.liquid files

1 Like

Thanks @Dan-From-Ryviu One more question. Is having multiple schema.org no harm to the website? For example, Is it okay to add “@type”: “Webpage” to the page that already has “@type”: “Organization”? Or should I delete the existing one?

Also, I contacted the theme developer and he says that they are not aware of these custom codes. Can you tell me how you found that this is a code from the theme developer and how to know where the codes are from?