Jump to content

[SOLVED] JSON-LD makup info (PS8)


DARKF3D3

Recommended Posts

Hi,
do you know which is the file in charge of adding this json-ld markup on product pages header?

  {
    "@context": "https://schema.org/",
    "@type": "Product",
    "name": "",
    "description": "",
    "category": "",
    "image" :"",
    "sku": "",
    "mpn": ""
    ,"gtin13": ""
        ,
    "brand": {
      "@type": "Brand",
      "name": ""
    }
                ,
    "offers": {
      "@type": "Offer",
      "priceCurrency": "EUR",
      "name": "",
      "price": "",
      "url": "",
      "priceValidUntil": "",
            "image": [","","",""],
            "sku": "",
      "mpn": "",
      "gtin13": "",
      "availability": "https://schema.org/InStock",
      "seller": {
        "@type": "",
        "name": ""
      }
    }
      }

 

Edited by DARKF3D3 (see edit history)
Link to comment
Share on other sites

  • DARKF3D3 changed the title to [SOLVED] JSON-LD makup info (PS8)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...