Jump to content

schemas


sabastian

Recommended Posts

how will we know is it an article schema or Faq schema?
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "How does Facebook Messenger for Business facilitate communication with customers?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Facebook Messenger for Business provides a seamless way to interact with customers through your Facebook page. You can send messages and images just like other communication methods, with the added benefit of being integrated with your Facebook page"
      }
    },
    {
      "@type": "Question",
      "name": "How can I delete messages on Facebook Messenger?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "To delete messages on Facebook Messenger, open the conversation, locate the message(s) you want to remove, click on \"More\" (or right-click on the message if using the desktop app), select \"Remove,\" and then choose \"Remove for Everyone\" to delete it from the recipient's inbox. However, note that you have a time limit of up to 10 minutes after sending a message to delete it."
      }
    },
    {
      "@type": "Question",
      "name": "How can I unsend a message on Messenger?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "To unsend a message, open the conversation, find the message you want to remove, select \"Remove for You\" or \"Remove/Unsend for Everyone,\" and then click \"Remove.\""
      }
    }
  ]
}
</script>

Link to comment
Share on other sites

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...