ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 27,970
- Points
- 823
Reputation:
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
Continue reading...
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
Continue reading...