Advertisement
jaideep06

Q&A Schema

Jul 1st, 2022
1,129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.28 KB | None | 0 0
  1. {
  2.       "@context": "https://schema.org",
  3.       "@type": "QAPage",
  4.       "mainEntity": {
  5.         "@type": "Question",
  6.         "name": "How many ounces are there in a pound?",
  7.         "text": "I have taken up a new interest in baking and keep running across directions in ounces and pounds. I have to translate between them and was wondering how many ounces are in a pound?",
  8.         "answerCount": 3,
  9.         "upvoteCount": 26,
  10.         "acceptedAnswer": {
  11.           "@type": "Answer",
  12.           "text": "1 pound (lb) is equal to 16 ounces (oz).",
  13.           "upvoteCount": 1337,
  14.           "url": "https://example.com/question1#acceptedAnswer"
  15.           },
  16.         "suggestedAnswer": [
  17.           {
  18.             "@type": "Answer",
  19.             "text": "Are you looking for ounces or fluid ounces? If you are looking for fluid ounces there are 15.34 fluid ounces in a pound of water.",
  20.             "upvoteCount": 42,
  21.             "url": "https://example.com/question1#suggestedAnswer1"
  22.           }, {
  23.             "@type": "Answer",
  24.             "text": " I can't remember exactly, but I think 18 ounces in a lb. You might want to double check that.",
  25.             "upvoteCount": 0,
  26.             "url": "https://example.com/question1#suggestedAnswer2"
  27.           }
  28.         ]
  29.       }
  30.     }
  31.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement