Q&A Page Schema ld+json
SEO Help and Tips
Question and Answere Page Schema ld+json
SEO Performanance Optimize Json Schema. Fix No Index issues, Valid items detected by Google Rich Results.
There are many essential Schema in my site, Please use them to get better SEO performance.
Note. Use this Schema Example by change your "Website name", "Url", "Description" ,"Mail Address".
Example Code:
<script type='application/ld+json'>
{
"@context": "https://schema.org",
"@type": "QAPage",
"mainEntity": {
"@type": "Question",
"name": "How many ounces are there in a pound?",
"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?",
"answerCount": 3,
"upvoteCount": 26,
"author": {
"@type": "Person",
"name": "John Doe",
"url": "https://example.com/johndoe"
},
"datePublished": "2023-12-02T12:00:00-05:00",
"acceptedAnswer": {
"@type": "Answer",
"text": "1 pound (lb) is equal to 16 ounces (oz).",
"upvoteCount": 1337,
"url": "https://example.com/question1#acceptedAnswer",
"author": {
"@type": "Person",
"name": "Expert User",
"url": "https://example.com/expertuser"
},
"datePublished": "2023-12-03T10:30:00Z"
},
"suggestedAnswer": [
{
"@type": "Answer",
"author": {
"@type": "Person",
"name": "John Doe",
"url": "https://example.com/johndoe"
},
"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.",
"upvoteCount": 42,
"url": "https://example.com/question1#suggestedAnswer1",
"datePublished": "2023-12-03T10:30:00Z"
},
{
"@type": "Answer",
"author": {
"@type": "Person",
"name": "John Doe",
"url": "https://example.com/johndoe"
},
"text": "I can't remember exactly, but I think 18 ounces in a lb. You might want to double-check that.",
"upvoteCount": 0,
"url": "https://example.com/question1#suggestedAnswer2",
"datePublished": "2023-12-03T10:30:00Z"
}
]
}
}
</script>
Comments
Post a Comment
Thanks for your Comments.