Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
–3 votes
889 views
in Q2A Core by

i am seeing Duplicate field "FAQPage" in my webmaster, how to resolve it?

Here is my code 

<script type="application/ld+json">

{

  "@context": "https://schema.org",

  "@type": "FAQPage",

  "mainEntity": [{

    "@type": "Question",

    "name": "What is the best E-commerce platform to start an online store?",

    "acceptedAnswer": {

      "@type": "Answer",

      "text": "Here is the best hosted ecommerce software:

1.Shopify – best hosted ecommerce software

2.BigCommerce – best ecommerce software for large businesses 

And the best self-hosted ecommerce solutions:

1.Magento

2.WordPress with WooCommerce

3.OpenCart"

    }

  },{

    "@type": "Question",

    "name": "What is the best payment gateway for ecommerce?",

    "acceptedAnswer": {

      "@type": "Answer",

      "text": "1.PayPal. PayPal is the most commonly used payment gateway for ecommerce stores. ...

2.Stripe. Stripe is a US-based payment gateway that's available in more than 25 countries. ...

3. 2Checkout. ...

4. Skrill."

    }

  },{

    "@type": "Question",

    "name": "What is Magento web development ?",

    "acceptedAnswer": {

      "@type": "Answer",

      "text": "Magento is one of the best eCommerce platform available today. It is an open source powerful e-commerce platform to create effective online store. Its rich features helps to manage its look and content. Now a days Magento development is growing worldwide due to its features."

    }

  },{

    "@type": "Question",

    "name": "Is Magento better than Shopify?",

    "acceptedAnswer": {

      "@type": "Answer",

      "text": "Magento uses PHP, while Shopify uses a coding language called Liquid. Magento is open source, while Shopify is proprietary. This is important when it comes to deciding on the perfect platform because it determines what can be done."

    }

  }]

}

</script>

1 Answer

–1 vote
by
It appears that you are using some plugins for related questions, but those questions have schema.org markups too.
...