XenForo
Administrative
- Thread starter
- Admin
- #1
Hello,
We use articles to explain things to users.
This is maintained by us as well as some users.
These articles are all in a sub forum.
I spent several hours today trying to include a FAQ schema in an article.
The script needed:
Code:
Read more
ادامه مطلب...
We use articles to explain things to users.
This is maintained by us as well as some users.
These articles are all in a sub forum.
I spent several hours today trying to include a FAQ schema in an article.
The script needed:
Code:
Code:
<script type=application/ld+json>{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "Question 1",
"acceptedAnswer": {
"@type": "Answer",
"text": "Answer 1"
}
},
{
"@type"...
Read more
ادامه مطلب...